@prefix dc1: . @prefix this: . @prefix sub: . @prefix np: . @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 dc1:description "Such a nanopublication declares that its creator is on the editorial board for a given journal."; a nt:AssertionTemplate; rdfs:label "Declaring to be the editor of a journal"; nt:hasStatement sub:st1; nt:hasTag "Journals" . sub:journal a nt:UriPlaceholder; rdfs:label "the identifier (URL/URI) of the journal" . sub:st1 rdf:object sub:journal; rdf:predicate ; rdf:subject nt:CREATOR . rdfs:label "am an editor of - connecting a person (left) to a journal (right) for which that person is on the editorial board" . } 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 "cGyaktFaCJtiM0yokZ80bFdhhxpVJoS+0j7SDIjLkS7A6Ck0l6AceE2e+qJmCniMGT+UKFzOOUYQSoZPhMkXIDvERkgN2oTBVYk5ZmU3bbXStwLszdB30Stsb0eCr82LglYAMYRiQ0qjiIACTsKyRS7EdYTh0pv+j9fjgQbsYAc="; npx:hasSignatureTarget this: . this: dc1:created "2023-03-01T15:18:58.996Z"^^xsd:dateTime; dc1:creator orcid:0000-0002-1267-0234; npx:supersedes ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }