http://purl.org/np/RAxvfITwVjkusqUtwwN8e37nLtm0jCVGr5WUkN_-KoQHI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <http://purl.org/np/RAxvfITwVjkusqUtwwN8e37nLtm0jCVGr5WUkN_-KoQHI> .
@prefix sub: <http://purl.org/np/RAxvfITwVjkusqUtwwN8e37nLtm0jCVGr5WUkN_-KoQHI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
this: a np:Nanopublication;
np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo .
}
sub:assertion {
sub:assertion a nt:AssertionTemplate;
dct:description "The creator of such a nanopublication declares to have participated in the specified event.";
rdfs:label "Declaring the participation in an event";
nt:hasNanopubLabelPattern "Participation of: ${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 <https://w3id.org/fair/3pff/participatedAsParticipantIn>;
rdf:subject nt:CREATOR .
<https://w3id.org/fair/3pff/participatedAsParticipantIn> 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 "N/1i0Sn8pzhjzeKclwVMtUNnWNKevKK2HdvaSV4FLvDoOOIMPNpmFGhu7YU6ZwhNFqq3QW1ko0KgFbzu4OtuzRm5TSsNq2kuhjcMwDdojR4K5UUbYiOYllY9BUJTS1ezVheLvj79OApFSLZPMpBkwZ8PZUuYrzqXZqgnl7rDhao=";
npx:hasSignatureTarget this: .
this: dct:created "2023-08-16T11:09:27.110Z"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license <https://creativecommons.org/licenses/by/4.0/>;
npx:supersedes <http://purl.org/np/RA0Mh7sKD0sl6B3abEKr02FcMqsKD34E_-QITIdZCe7LI>;
rdfs:label "Template: Declaring the participation in an event";
nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM>;
nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
<http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>, <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
nt:wasCreatedFromTemplate <http://purl.org/np/RANjqEfLnGSzLuq0heRSXN0psYWW0oX4v3W8w7osb3xfs> .
}