@prefix this: <http://purl.org/np/RA_BW8bnB2FkbM3PuMYeVLZ0S9ze_0b0j1mZujjV2g2zU> .
@prefix sub: <http://purl.org/np/RA_BW8bnB2FkbM3PuMYeVLZ0S9ze_0b0j1mZujjV2g2zU#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix orcid: <https://orcid.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
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-6935-1106 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDDgdavTkZIgAhAX/Jsmn/TtYraU7GqOXDqeNyw4xfVXX8rHq3eRr+ADkx8+zKdBzTdlQ99TVYYH2rPN1nXMR/tgHSQA2DintoUZK9/YNQ51Us0+NajR73N78dpRMPTKPQAX7QXLxttQXnYql6XcbHOIvZQ6Dzhf0JGTMqFJ226wIDAQAB" .
  orcid:0000-0001-6935-1106 foaf:name "Damien Boulanger" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-6935-1106 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCDDgdavTkZIgAhAX/Jsmn/TtYraU7GqOXDqeNyw4xfVXX8rHq3eRr+ADkx8+zKdBzTdlQ99TVYYH2rPN1nXMR/tgHSQA2DintoUZK9/YNQ51Us0+NajR73N78dpRMPTKPQAX7QXLxttQXnYql6XcbHOIvZQ6Dzhf0JGTMqFJ226wIDAQAB" ;
    npx:hasSignature "TkJ4fOUddIBkEQ3UgAxZ0iZGC0qnyFnKGZfzLsfvCy7ohMh8UiEIPHe1JFNYeO1Pvarx5iEoOyBXJoUdmEbn/b3iYOejEicR8pQrOoIy6O+lDMAy0mof5v9F3TI1udP8MGYNFuVTVsuZ3utv4qqOXZlqv8xvmxHQyrzNEON5G9Q=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-02T14:48:04.397+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-6935-1106 .
}