@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:abc dct:description "just for testing..."; a , ; rdfs:label "abc" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { nt:hasLabelFromApi "example - thing which acts as a typical representative of a set of things" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-04-15T12:47:28.294Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:abc; npx:wasCreatedAt ; a npx:ExampleNanopub; rdfs:label "abc"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , ; nt:wasCreatedFromTemplate ns1:RAnxJvccrJq_S63P6KP5ujwaLND5mV15iVke03AqVVF-o . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "P2qrYozqtolXlZvh+l9Favs3kWECS8IlxHA0EcbgJbEowJsUd8ORc12NznrZWmfaDXKZ1MLBSVMdmd2o9yP9L7BnnI1lcnQOjvoXOs6uZXfYCAxnVcx0eTqm0hqsGIlA0rdDxUcS3rqLCQl/p/2BB7K+vwmauDglzPP1xPD2fTk="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }