@prefix this: <http://purl.org/np/RAGxC7wCSAkHoyGNral2ZBsT06nG0W0BC0EZYrcUh1LYU> .
@prefix sub: <http://purl.org/np/RAGxC7wCSAkHoyGNral2ZBsT06nG0W0BC0EZYrcUh1LYU#> .
@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-5484-8099 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZgs9mX4WgE8A2mhH1hwWS9hXghp0IkqD3cySPcxOKbvZkGP/i2TZbvRlha/E85+WMHZ+ZHFNFTWRKj0cLj0xoWp+5t4+Q67qtFJ0ZgytMyJmt5u8YndbERlOBuAxJZR4VJk1mej1GJ9ObAY5YtVR2emjP00I5ePd9dNj7sckOiQIDAQAB" .
  orcid:0000-0001-5484-8099 foaf:name "Ulrich Bundke" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-5484-8099 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZgs9mX4WgE8A2mhH1hwWS9hXghp0IkqD3cySPcxOKbvZkGP/i2TZbvRlha/E85+WMHZ+ZHFNFTWRKj0cLj0xoWp+5t4+Q67qtFJ0ZgytMyJmt5u8YndbERlOBuAxJZR4VJk1mej1GJ9ObAY5YtVR2emjP00I5ePd9dNj7sckOiQIDAQAB" ;
    npx:hasSignature "OiEPANhigHolA6lrkvYeTbyXQBgwijTFVk7/HHWkMA0ZVlKlAfxH9+5g+QeiojQTbCECYyd2lau5ZJRrnkJ+mbx64MCV2mHDIhzmsfABk2XcsxCUteScNySaklX6XC3VZYYbxQvCbF7tyGF3Zw7qTaPs+a7pmx9InYFgTMVfRUg=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2020-11-02T13:30:26.472+01:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0001-5484-8099 .
}