Nanopublication

< Home

ID

https://w3id.org/np/RA580k5zFLCd9N7nPrJgwURUtTgP2mkb2vg-4LBdOetpE

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <https://w3id.org/np/RA580k5zFLCd9N7nPrJgwURUtTgP2mkb2vg-4LBdOetpE> .
@prefix sub: <https://w3id.org/np/RA580k5zFLCd9N7nPrJgwURUtTgP2mkb2vg-4LBdOetpE#> .
@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 ns1: <http://purl.org/np/> .
@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 {
  <http://www.wikidata.org/entity/P1344> rdfs:label "participated in - Connects a person (left) an event (right) he/she participated in." .
  
  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 in: ${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 <http://www.wikidata.org/entity/P1344>;
    rdf:subject nt:CREATOR .
}

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 "G2B56PTZztoT+vzZwJqG5x4WOggojGpZ4AyfnewcGwJHIr9i/PRuNDgOgDKy6djfluN+aCGBbXAgsbgMH9d0G1z4WV2z9IWZFuO7Ppuc/YWHcw4QpBGZx3qUhDAmLAAO4kWxTDhjr4hEz+paMvuDNl9Gysk5bRF81TSy6kr+kSo=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-01-22T10:04:54.864Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1267-0234;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes ns1:RAxvfITwVjkusqUtwwN8e37nLtm0jCVGr5WUkN_-KoQHI;
    rdfs:label "Template: Declaring the participation in an event";
    nt:wasCreatedFromProvenanceTemplate ns1:RANwQa4ICWS5SOjw7gp99nBpXBasapwtZF1fIM3H2gYTM;
    nt:wasCreatedFromPubinfoTemplate ns1:RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM,
      ns1:RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90, ns1:RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI;
    nt:wasCreatedFromTemplate ns1:RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so .
}