@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:PubinfoTemplate; rdfs:label "With 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 "CfFFnwli3/Jfpn6WHvv+hhhri1mtt+VJp5dDXMoRVzDZ4J/7ZyRvOE2I1KknRh1ROnj9FDfIvF31WBOwrfdsE35DtmCi7miII4fQsca6Qem26/RZxI2lYErfhii3MtAYeFYpzP7STSGdac/pqw5t0ZPlUWGBap1anjDDrgcWoKE="; npx:hasSignatureTarget this: . this: dct:created "2023-08-16T11:13:17.696Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; rdfs:label "Pubinfo template: With type"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }