@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdfs:label "this is the first thing being labeled" . rdfs:label "second" . rdfs:label "third and last" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjDGQCS1S+SRnERDuYDXOugdYUP0efEquHJEEHAbU/uLzBVlga89zqrNPCS7fBE6lArBUWEmT8eLKdMapyqvAzI1J3jUWTMhDJF+XFBkUiuiFfNSc4vJJcmi0yujtnuzXsRIG202jyaP4f5ULoskFwaZOSBZJfiE0dsB3D7DTIAQIDAQAB"; npx:hasSignature "a2+ubnii47Mz6Ik97572DBb6klgRHXOPkEkxeXUp/Wx0+q/CoWLiKewJ7StxnWIiVFEZ0tY9SNL2VEs8bAGdn8xbbhm9iv39zNkAWctEks3FWjC9rBuG040zyGSJqrzXXfTDYEMD1Ajvzca2AOeYIyNJ9fi3/upZ4Wc9SvO7ZjQ="; npx:hasSignatureTarget this: . this: dct:created "2023-08-16T09:25:12.565Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; a npx:ExampleNanopub; rdfs:label "Label for: abc \"this is the first thing being labeled\" (...)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }