@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 "still testing..." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-04-22T11:16:09.859Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:wasCreatedAt ; a npx:ExampleNanopub; rdfs:label "still testing..."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ns1:RAXflINqt3smqxV5Aq7E9lzje4uLdkKIOefa6Bp8oJ8CY, , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "d+zkHUjZ9bXAIxrG6Idu5sED4EVo1FcfCTsq3etl4byRdBO0a9EO/G+bI9G9WAPpHtpGKSjx+0nzIQAtiwrMw8Ph4K5j//TTtTyRh7xyIRe3wxT9qBP9ZOKXhxb+JuqAuPtZc7biyptZdF1aKRWF4waOt8qrN+AH6Ue/nCHL5ms="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }