Nanopublication

< Home

ID

https://w3id.org/np/RAW6JV_F-zEVVSofjOWb-UVcOomwL72PMOZdLqLhHTm8Q

Formats

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

Content

@prefix this: <https://w3id.org/np/RAW6JV_F-zEVVSofjOWb-UVcOomwL72PMOZdLqLhHTm8Q> .
@prefix sub: <https://w3id.org/np/RAW6JV_F-zEVVSofjOWb-UVcOomwL72PMOZdLqLhHTm8Q#> .
@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 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#> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  rdf:type rdfs:label "is a" .
  
  <https://schema.org/isBasedOn> rdfs:label "is based on" .
  
  <https://schema.org/issuedBy> rdfs:label "is issued by" .
  
  <https://w3id.org/fair/3pff/3PFF-Facilitator> rdfs:label "3PFF Facilitator" .
  
  <https://w3id.org/fair/3pff/3PFF-Qualification> rdfs:label "3PFF Qualification" .
  
  <https://w3id.org/fair/3pff/3PFF-Trainer> rdfs:label "3PFF Trainer" .
  
  <https://w3id.org/fair/3pff/issued-to> rdfs:label "is issued to" .
  
  sub:DeclarationURI a nt:UriPlaceholder;
    rdfs:label "URI of the declaration of training completion nanopub" .
  
  sub:GFFProgrammeURI a nt:UriPlaceholder;
    rdfs:label "URI of the training programme" .
  
  sub:ORCID a nt:UriPlaceholder;
    rdfs:label "ORCID of the participant" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "3PFF Qualification";
    nt:hasStatement sub:st01, sub:st02, sub:st02a, sub:st03, sub:st03a, sub:st03b, sub:st04,
      sub:st05;
    nt:hasTag "Qualification" .
  
  sub:end-date a nt:LiteralPlaceholder;
    rdfs:label "date (e.g. 2020-12-31)";
    nt:hasRegex "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]" .
  
  sub:organization a nt:UriPlaceholder;
    rdfs:label "organizer of the event (ROR, URL)" .
  
  sub:qualification a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder .
  
  sub:qualificationType a nt:RestrictedChoicePlaceholder;
    rdfs:label "FIP Facilitator";
    nt:possibleValue <https://w3id.org/fair/3pff/3PFF-Facilitator>, <https://w3id.org/fair/3pff/3PFF-Trainer>,
      <https://w3id.org/fair/3pff/FIP-Facilitator> .
  
  sub:st01 rdf:object <https://w3id.org/fair/3pff/3PFF-Qualification>;
    rdf:predicate rdf:type;
    rdf:subject sub:qualification .
  
  sub:st02 rdf:object sub:qualificationType;
    rdf:predicate rdf:type;
    rdf:subject sub:qualification .
  
  sub:st02a rdf:object sub:GFFProgrammeURI;
    rdf:predicate <https://schema.org/isBasedOn>;
    rdf:subject sub:qualification .
  
  sub:st03 rdf:object sub:organization;
    rdf:predicate <https://schema.org/issuedBy>;
    rdf:subject sub:qualification .
  
  sub:st03a rdf:object sub:ORCID;
    rdf:predicate <https://w3id.org/fair/3pff/issued-to>;
    rdf:subject sub:qualification .
  
  sub:st03b rdf:object sub:DeclarationURI;
    rdf:predicate <https://schema.org/isBasedOn>;
    rdf:subject sub:qualification .
  
  sub:st04 rdf:object sub:start-date;
    rdf:predicate <https://www.w3.org/ns/dcat#startDate>;
    rdf:subject sub:qualification .
  
  sub:st05 rdf:object sub:end-date;
    rdf:predicate <https://www.w3.org/ns/dcat#endDate>;
    rdf:subject sub:qualification .
  
  sub:start-date a nt:LiteralPlaceholder;
    rdfs:label "date (e.g. 2020-12-31)";
    nt:hasRegex "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]" .
  
  <https://www.w3.org/ns/dcat#endDate> rdfs:label "valid to" .
  
  <https://www.w3.org/ns/dcat#startDate> rdfs:label "valid from" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8888-635X, orcid:0000-0002-1267-0234,
      orcid:0000-0003-2195-3997 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
    npx:hasSignature "GoZKELXtlE5DHu3YpCj92xxB7L0Wn12JHPwZZZYQIP8BXr93DFB+uN+rsG6T9soLhbP8R2zECoV14WcoXTuYuv9sDA1vAW8F66SbHJIT+HXC/9APSFH0Z/4+OT+wNoJ4NRIIyqatAGaQBgijH10o6n2QkRdDNGIR+BLqu4hREls=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-10-04T22:20:33.881Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2195-3997;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    rdfs:label "Template: 3PFF Qualification";
    prov:wasDerivedFrom <http://purl.org/np/RA5QXHAruIptCO2ZGZEb3frAHdZQnTCixIlDns0xgdcEo>,
      <http://purl.org/np/RAJsudG1v68PR6B_nR4S6HmfjrRTjyqP4ooejqCQdT3IM>, <https://w3id.org/np/RAp2mS5UHS6u7xguJbPXOqKqsmEbKFQrBlnjdmOZDS0_g>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RA2vCBXZf-icEcVRGhulJXugTGxpsV5yVr9yqCI1bQh4A>,
      <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>, <http://purl.org/np/RABngHbKpoJ3U9Nebc8mX_KUdv_vXw28EejqAyQya5zVA>,
      <http://purl.org/np/RAh1gm83JiG5M6kDxXhaYT1l49nCzyrckMvTzcPn-iv90>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so> .
}