@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { npx:signsDocument rdfs:label "sign the document" . sub:assertion a nt:AssertionTemplate; rdfs:label "Signing of a document"; nt:hasStatement sub:st1; nt:hasTag "Meta" . sub:document a nt:UriPlaceholder; rdfs:label "URI of the document" . sub:st1 rdf:object sub:document; rdf:predicate npx:signsDocument; rdf:subject nt:CREATOR . } 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 "G4siCTztfy5GsjpCuQJuPfG0gP+6nmSCqd+YwzhHM1eKdzYss1lrbGjLrj8fTJ+W95/rDrc7ARtgunb+6o9o93BHWgb5NAchBTSv4zuxEmnIW7u/ATmVJbjNk8sAiYJmZnqZ3VsXf3hd44EpovGoNPaQuhM72uUqIevvabFEqW0="; npx:hasSignatureTarget this: . this: dct:created "2022-10-28T06:05:56.236Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }