@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix ns1: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion rdfs:label "testing the new Nanopub Registry..." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDiPsiQ+To8TLZ93QQzNLNoA2vbGsRzkFtZAkSDar4Y8wz0/G+L/n9oaR050HlsJ67s/xUQmz+4fjM+ysQeBEHBB9DXFXR2ItCzeJj6cpf0/voKEIEN/8lOrwQv3CMhzKQXtLYppCDMHpeUcrri8OwW6VoKqQlNmFKN3QRG5R6gcwIDAQAB"; npx:hasSignature "ZaTqla43QqjT2LnQ08O6AWCYISXAyGwI2YFjzmdh8xvqWcZSa18NMHAm/qwMKJTsGj0/fXKJMmJC54KS89djZW3315l4jmXsm0onuZkfyc72RdNi+5fCXKPVal4W1JYfaCkg5EXxiMWVDqZVVP9pyT4LD7txUXkmr5pTUTVmHY4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . this: dct:created "2025-01-07T19:16:54.981Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:wasCreatedAt ; a npx:ExampleNanopub; rdfs:label "testing the new Nanopub Registry..."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , ; nt:wasCreatedFromTemplate . }