@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 { 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:st2 . sub:somebodyOrSomethingElse a nt:UriPlaceholder; rdfs:label "URI of the person, group, or organization to be attributed" . sub:st1 rdf:object sub:somebodyOrSomethingElse; rdf:predicate prov:wasAttributedTo; rdf:subject nt:ASSERTION; a 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 "FNP/jjKVfTdvUiDqL9J2Ty2+WRtHkWNwHHUjy81f6dm3Qh4Rr+MzF0VgQPzXovHDKyincFhCBJvF9czbZI2v1O6SviLy3p/v/KV5vdcFMnNvCcoWwI5QByvtzkdTLNTwYOtymGcYYPF0baJYCH4vU5KaiOzCqypkrxoh89VtoHo="; npx:hasSignatureTarget this: . this: dct:created "2023-11-08T15:37:24.631Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234, orcid:0000-0003-2195-3997; dct:license ; rdfs:label "Provenance template: Attributed to somebody and documented in a github issue"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . }