@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 dct: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 "is 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 "JOGa6mvfvy3Ffk3QlMr6eX3oomlpjsDoTd88Y1Ja83r29Jritdu7eVNpPVI8DdvDeGhfkP090eYMmXaf/yNTFTmnk79HbjI0MKdNGCzt+3mC2MKS+TMn4lew7FWI4WJjJ5w3XgFreQllgoKQ7RIM+evQorlzglF5HD0xgOcp39c="; npx:hasSignatureTarget this: . this: dct:created "2023-03-01T15:18:30.003Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }