@prefix this: <https://w3id.org/np/RAnDTznjUG6SZD5QkgZSqUZItZuUIshOdQRu6yq0A36aM> .
@prefix sub: <https://w3id.org/np/RAnDTznjUG6SZD5QkgZSqUZItZuUIshOdQRu6yq0A36aM#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  orcid:0000-0000-0000-0000 foaf:name "Test User" .
  sub:keyDeclaration npx:declaredBy orcid:0000-0000-0000-0000 ;
    npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo sub:assertion .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD3RHyHR7WWKBYevw1qK86B6RVzI7oKlvghqXvbpOAX1KueDE6Itru34HRhrVy4OMLCRQWBE3VXktKdbgOxD3vC4cIxz5LX+XOgGWzv5WKSjOfXu/yIeJrzsuIkyHvw7/tToGrE0itJ1wGylJv+YieizmGvNiUHhP0J0+YFMNnvewIDAQAB" ;
    npx:hasSignature "nCnIKvzyylt7JVLWFBK/Dd1K/SE+JGk9+DFC4qsPdmuwVQGAAZAYQ9Mfz8+TME68Vi7fEi1grEGSArkfSw1ARCrG+DbciQuV7uYwW7yYGvHaOPBBoNTtiN0WYA5+r2WicpQqhPDU6Vn4aqOl0Tk0NOZ2OWoKuqF7A//Q5edU4eE=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-04-18T10:36:24.025Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0000-0000-0000 .
}