@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix pav: . @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 nanopublication authors"; nt:hasStatement sub:st1 . sub:author a nt:ExternalUriPlaceholder; rdfs:label "ORCID of author"; nt:hasPrefix "https://orcid.org/"; nt:hasPrefixLabel "https://orcid.org/"; nt:hasRegex "[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{3}[0-9X]" . sub:st1 rdf:object sub:author; rdf:predicate pav:authoredBy; rdf:subject nt:NANOPUB; a nt:RepeatableStatement . pav:authoredBy rdfs:label "is authored by - An author is an agent who gave existence to the content (i.e. what the nanopublication is stating), which can be different from the creator, who is the agent who created the given representation of this nanopublication." . } 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 "LfaHJgKhTcWxQ77p9mmV6pUObFHUqOhqMYOYLoAv5faZ/fBQiOkhuOcwCQNtIXSDGGPJbi3z+HlA0o0YWQSifsXQ2xhwt1g9T9+BR+O7GzmHNNBKP1WF1/xX4w+3BGkeZ8kFg8EtETGbAzJDFnVEU0DbnOQNPKPZCgKDRae1pKc="; npx:hasSignatureTarget this: . this: dct:created "2023-08-23T10:17:04.774Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; rdfs:label "Pubinfo template: Set nanopublication authors"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . }