@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 { sub:assertion a nt:PubinfoTemplate; rdfs:label "Set custom nanopublication type"; nt:hasStatement sub:st1 . sub:st1 rdf:object sub:type; rdf:predicate rdf:type; rdf:subject nt:NANOPUB . sub:type a nt:ExternalUriPlaceholder; rdfs:label "URI of the nanopub type" . rdf:type rdfs:label "is a" . } 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 "l/nZIM9hjRPoOP76kntPVya90Lxaj/kzVCJTTOKOeVrtga0nE6lj6VMqL4vIQQbdbPZ8LI0LjfmDTQGFRjtSJKZ6eQxnuYUWoQqEmjbvh4bnqs8XtA1HIhr1ySTYkLHGQhcVXv0wi1q4/LoYA40AqdYOEzd4jadBjppu91ZFoqk="; npx:hasSignatureTarget this: . this: dct:created "2023-08-23T10:16:19.587Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Pubinfo template: Set custom nanopublication type"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }