@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix npx: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:assertion a nt:AssertionTemplate, nt:UnlistedTemplate; rdfs:label "Testing target namespace"; nt:hasStatement sub:st1; nt:hasTag "Comments"; nt:hasTargetNamespace . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "your comment" . sub:st1 rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:thing; a rdf:Statement . sub:thing a nt:UriPlaceholder; rdfs:label "The URL/URI of the thing you want to comment on" . rdfs:comment rdfs:label "has my comment - connects an identifier (left) to a human-readable comment (right)" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "FYRsanLszREV+9zbV+hvTl2K0gXEz3ThDCjetIfBjYw4YHx1DiaS5wuzBjCgDlsFSsqF3iCPFbdJcMWJmd5EzJsQQVBL0FNUgGVzd2DpYGHassyxNZrP5rFiPHlmlL3PFTR5UNRWKR5Kc8JXkdX2/Jt6uvTkZpbzDhINfidbpFs="; npx:hasSignatureTarget this: . this: dct:created "2023-07-24T09:20:51.178+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }