@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 { rdfs:label "documented in github issue" . prov:wasAttributedTo rdfs:label "is attributed to" . sub:GitHubIssue a nt:UriPlaceholder; rdfs:label "URI of github issue" . sub:assertion a nt:ProvenanceTemplate; rdfs:label "Attributed to somebody and documented in a github issue"; nt:hasStatement sub:st1, sub:st1a, sub:st2 . sub:somebody a nt:UriPlaceholder; rdfs:label "URI of second reviewer" . sub:st1 rdf:object nt:CREATOR; rdf:predicate prov:wasAttributedTo; rdf:subject nt:ASSERTION . sub:st1a rdf:object sub:somebody; rdf:predicate prov:wasAttributedTo; rdf:subject nt:ASSERTION; a nt:OptionalStatement, nt:RepeatableStatement . sub:st2 rdf:object sub:GitHubIssue; rdf:predicate ; rdf:subject nt:ASSERTION; a nt:OptionalStatement . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0003-2195-3997 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB"; npx:hasSignature "NG/OQBDSo1iH5oP9w4ndn//DzhLP22uPrxX2fXnGWxjssCt0FiBRlRNiUKz4u9ZyWBHJBqDwhnc26HX2QECqu4/Cs28+nxrDGMr7WTAoZ8LHTyM+CdiCkDaHq3NI/LixeyvxwByVYKEeV2ZnZRfoMCiZszyTg9A5bLV5L7enxJ4="; npx:hasSignatureTarget this: . this: dct:created "2023-11-08T16:03:47.628Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:license ; npx:supersedes ; rdfs:label "Provenance template: Attributed to somebody and documented in a github issue"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , , ; nt:wasCreatedFromTemplate . }