@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAyED1ncMBxYG1UxXy9es0iCFdTJPi8WZKb0oe2JMpS8E> .
@prefix sub: <http://purl.org/np/RAyED1ncMBxYG1UxXy9es0iCFdTJPi8WZKb0oe2JMpS8E#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:keyDeclaration npx:declaredBy orcid:0000-0001-6501-0806 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCY36SLWPLee0SZGM108+7dyjGzKFYg9t09XuL3js13jO3CDzqAZygcrwbJsbLQMRHYvWf0Mkly1ePLgdb43NqEbXiDHC4o49nHjhi2bSWeRDJ4jFicvhpL1Sjv5N0oFU3wTA8KGN+rYvQ10xhZXcjuuiCMb6yInj6wJ2S+wI14fwIDAQAB" .
  orcid:0000-0001-6501-0806 foaf:name "Valentin GROUÈS" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-6501-0806 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCY36SLWPLee0SZGM108+7dyjGzKFYg9t09XuL3js13jO3CDzqAZygcrwbJsbLQMRHYvWf0Mkly1ePLgdb43NqEbXiDHC4o49nHjhi2bSWeRDJ4jFicvhpL1Sjv5N0oFU3wTA8KGN+rYvQ10xhZXcjuuiCMb6yInj6wJ2S+wI14fwIDAQAB" ;
    npx:hasSignature "aoDlgiozC6JVXUsFf+TmwnSfxXUP0OMT3R7bZveFEzvl+htrUUhfV3eGYWrXPyK1xwPePzQaPFSjkItGuzcqxspE1LaEZ/5ziiMWANcOU3LF1OHWqsEL3UyyyHBGRJBBB0u2osWPPm+KFfpebd23BbImS5iN+CPHPAvacuUIb3M=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2021-05-28T11:34:20.405+02:00"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0001-6501-0806 .
}