@prefix this: <http://purl.org/np/RAZ2RQ3VKTo6b14NtaPy-3kqb2SdUxm4HbGhp_39L55Ck> .
@prefix sub: <http://purl.org/np/RAZ2RQ3VKTo6b14NtaPy-3kqb2SdUxm4HbGhp_39L55Ck#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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-0002-3621-3361 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC62M9mP8CS8iNQG52obK6Vs3vzI3EoERdW9iGrtByqemRNVpCzHd+lNhR6AWcfWXWspTYO8mfvNs98lPg3WDgn0ie0EGDD0SlqvjHMnNbtBVE6vnuY63Bs4X8WADd4IKXaiuo+bvQSbTasMNOTJstMQlWok/otG3uR7isCv68LgQIDAQAB" .
  orcid:0000-0002-3621-3361 foaf:name "ned flanders" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-3621-3361 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC62M9mP8CS8iNQG52obK6Vs3vzI3EoERdW9iGrtByqemRNVpCzHd+lNhR6AWcfWXWspTYO8mfvNs98lPg3WDgn0ie0EGDD0SlqvjHMnNbtBVE6vnuY63Bs4X8WADd4IKXaiuo+bvQSbTasMNOTJstMQlWok/otG3uR7isCv68LgQIDAQAB" ;
    npx:hasSignature "JRZ/3AbCTahdB2mteIQA5JjtRNEbA81AAJgpg/iyuOp8HYkcbIVi/g+VXp+tt+wm4Z4LkrJ6KUV1Z6ZmSQoMHQ9h3tSHK8ijt45oYPVp/ofX6MRrQYLqIbNfAGT9e5ZpS8q4rGbIU7JHQx6ROtyIALc8QRCpbprAT2iE8kNgG5U=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2022-04-26T15:27:11.105+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-3621-3361 .
}