@prefix dcterms: . @prefix this: . @prefix sub: . @prefix np: . @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 dcterms:description "The creator of such a nanopublication declares to have participated in the specified event."; a nt:AssertionTemplate; rdfs:label "Declaring the participation in an event"; nt:hasStatement sub:st1; nt:hasTag "Events" . sub:event a nt:UriPlaceholder; rdfs:label "identifier of event" . sub:st1 rdf:object sub:event; rdf:predicate ; rdf:subject nt:CREATOR . rdfs:label "participated in - Connects a person (left) an event (right) he/she participated in." . } 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 "HNZRBdSGnABPXmiYdY83Nb1jRN0zXdB/HFGlARSUmErKcIHzg9rluhLiGLHDN8Pd2MbtH5WWCUgkWP4Mi642sTfeWqhtqVaYw+9YztsUtH6bo/msc6yVyt0zw1yAdL4zmfF8KzB8IeRts252meSwdpBm1F2cQlgw0vpO0IXmXyk="; npx:hasSignatureTarget this: . this: dcterms:created "2023-02-28T14:33:56.269Z"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate ; nt:wasCreatedFromTemplate . }