@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:ProvenanceTemplate; rdfs:label "Attributed to somebody or something else"; nt:hasStatement sub:st1 . sub:somebodyOrSomethingElse a nt:UriPlaceholder; rdfs:label "URI of the person, group, or organization to be attributed" . sub:st1 rdf:object sub:somebodyOrSomethingElse; rdf:predicate prov:wasAttributedTo; rdf:subject nt:ASSERTION; a nt:RepeatableStatement . prov:wasAttributedTo rdfs:label "is attributed to" . } 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 "hGjgaCpGsVHdHKJ9as+Nt4LC7g/MnedrpaRSKdBq7Ep2FZ2/Dckrn+udxMsVdgpJOXI3KWguIwkFeho1V9pz/Q3LztA+ubKGIp4lehDwsX+92wPtt7CQZsJgElGXY8v70YGdusIukRw9vooQwoRLKMTAJJqGCqNHi4cFBnlowDg="; npx:hasSignatureTarget this: . this: dct:created "2022-01-05T09:29:07.681+01:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }