Nanopublication

< Home

ID

http://purl.org/np/RA5QXHAruIptCO2ZGZEb3frAHdZQnTCixIlDns0xgdcEo

Formats

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

Content

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RA5QXHAruIptCO2ZGZEb3frAHdZQnTCixIlDns0xgdcEo> .
@prefix sub: <http://purl.org/np/RA5QXHAruIptCO2ZGZEb3frAHdZQnTCixIlDns0xgdcEo#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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 {
  dcterms:date rdfs:label "has date" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a 3PFF event";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07,
      sub:st08, sub:st09, sub:st10, sub:st11, sub:st12, sub:st13;
    nt:hasTag "FAIR" .
  
  sub:community a nt:GuidedChoicePlaceholder;
    rdfs:label "community";
    nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https%3A%2F%2Fw3id.org%2Ffair%2Ffip%2Fterms%2FFAIR-Implementation-Community&searchterm=" .
  
  sub:date a nt:LiteralPlaceholder;
    rdfs:label "date of the event (e.g. 2020-12-31)";
    nt:hasRegex "[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]" .
  
  sub:end-time a nt:LiteralPlaceholder;
    rdfs:label "hour give as 00:00" .
  
  sub:event a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name, used as URI suffix" .
  
  sub:event-type a nt:RestrictedChoicePlaceholder;
    nt:possibleValue <https://w3id.org/fair/3pff/in-person-event>, <https://w3id.org/fair/3pff/virtual-event> .
  
  sub:hours a nt:LiteralPlaceholder;
    rdfs:label "hours" .
  
  sub:location a nt:ValuePlaceholder;
    rdfs:label "location of the event (URL or name)" .
  
  sub:name a nt:LiteralPlaceholder;
    rdfs:label "the name of the event" .
  
  sub:online-resource a nt:UriPlaceholder .
  
  sub:organizer a nt:ValuePlaceholder;
    rdfs:label "organizer of the event (ROR, URL or name)" .
  
  sub:resource-type1 a nt:RestrictedChoicePlaceholder;
    rdfs:label "3PFF type";
    nt:possibleValue <https://w3id.org/fair/3pff//M4M-advanced-vocabulary>, <https://w3id.org/fair/3pff/FAIR-awareness>,
      <https://w3id.org/fair/3pff/FAIR-convergence>, <https://w3id.org/fair/3pff/FIP-consultation>,
      <https://w3id.org/fair/3pff/FIP-introduction>, <https://w3id.org/fair/3pff/FIP-training-call-in>,
      <https://w3id.org/fair/3pff/M4M-advanced-I-ADOPT>, <https://w3id.org/fair/3pff/M4M-advanced-schema>,
      <https://w3id.org/fair/3pff/M4M-introduction>, <https://w3id.org/fair/3pff/post-FIP-training>,
      <https://w3id.org/fair/3pff/post-M4M-I-ADOPT-training>, <https://w3id.org/fair/3pff/post-M4M-introduction-training>,
      <https://w3id.org/fair/3pff/post-M4M-schema-training>, <https://w3id.org/fair/3pff/post-M4M-vocabulary-training>,
      <https://w3id.org/fair/3pff/pre-FIP-training>, <https://w3id.org/fair/3pff/pre-M4M-I-ADOPT-training>,
      <https://w3id.org/fair/3pff/pre-M4M-introduction-training>, <https://w3id.org/fair/3pff/pre-M4M-schema-training>,
      <https://w3id.org/fair/3pff/pre-M4M-vocabulary-training>, <https://w3id.org/fair/3pff/pre-convergence-training> .
  
  sub:sponsor a nt:ValuePlaceholder;
    rdfs:label "sponsor of the event (ROR or name)" .
  
  sub:st01 rdf:object <https://w3id.org/fair/3pff/3PFF-event>;
    rdf:predicate rdf:type;
    rdf:subject sub:event;
    nt:statementOrder "0" .
  
  sub:st02 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:event;
    nt:statementOrder "1" .
  
  sub:st03 rdf:object sub:date;
    rdf:predicate dcterms:date;
    rdf:subject sub:event;
    nt:statementOrder "2" .
  
  sub:st04 rdf:object sub:hours;
    rdf:predicate <https://www.w3.org/TR/owl-time/#time:hours>;
    rdf:subject sub:event;
    nt:statementOrder "5" .
  
  sub:st05 rdf:object sub:resource-type1;
    rdf:predicate rdf:type;
    rdf:subject sub:event;
    nt:statementOrder "6" .
  
  sub:st06 rdf:object sub:organizer;
    rdf:predicate <https://w3id.org/fair/3pff/has-event-organizer>;
    rdf:subject sub:event;
    nt:statementOrder "7" .
  
  sub:st07 a nt:OptionalStatement;
    rdf:object sub:sponsor;
    rdf:predicate <https://w3id.org/fair/3pff/has-event-sponsor>;
    rdf:subject sub:event;
    nt:statementOrder "8" .
  
  sub:st08 a nt:OptionalStatement, nt:RepeatableStatement;
    rdf:object sub:community;
    rdf:predicate <https://w3id.org/fair/connect/has-participating-community>;
    rdf:subject sub:event;
    nt:statementOrder "9" .
  
  sub:st09 rdf:object sub:online-resource;
    rdf:predicate rdfs:seeAlso;
    rdf:subject sub:event;
    nt:statementOrder "10" .
  
  sub:st10 rdf:object sub:event-type;
    rdf:predicate rdf:type;
    rdf:subject sub:event;
    nt:statementOrder "11" .
  
  sub:st11 a nt:OptionalStatement;
    rdf:object sub:location;
    rdf:predicate <https://schema.org/location>;
    rdf:subject sub:event;
    nt:statementOrder "12" .
  
  sub:st12 a nt:OptionalStatement;
    rdf:object sub:start-time;
    rdf:predicate <https://schema.org/startTime>;
    rdf:subject sub:event;
    nt:statementOrder "3" .
  
  sub:st13 a nt:OptionalStatement;
    rdf:object sub:end-time;
    rdf:predicate <https://schema.org/endTime>;
    rdf:subject sub:event;
    nt:statementOrder "4" .
  
  sub:start-time a nt:LiteralPlaceholder;
    rdfs:label "hour give as 00:00" .
  
  rdf:type rdfs:label "is a" .
  
  rdfs:label rdfs:label "has name" .
  
  rdfs:seeAlso rdfs:label "is further described by" .
  
  <https://schema.org/endTime> rdfs:label "end time" .
  
  <https://schema.org/location> rdfs:label "located in" .
  
  <https://schema.org/startTime> rdfs:label "start time" .
  
  <https://w3id.org/fair/3pff//M4M-advanced-vocabulary> rdfs:label "M4M advanced - vocabulary event" .
  
  <https://w3id.org/fair/3pff/3PFF-event> rdfs:label "3PFF event" .
  
  <https://w3id.org/fair/3pff/FAIR-awareness> rdfs:label "FAIR awareness event" .
  
  <https://w3id.org/fair/3pff/FAIR-convergence> rdfs:label "FAIR convergence event" .
  
  <https://w3id.org/fair/3pff/FIP-consultation> rdfs:label "FIP consultation event" .
  
  <https://w3id.org/fair/3pff/FIP-introduction> rdfs:label "FIP introduction event" .
  
  <https://w3id.org/fair/3pff/FIP-training-call-in> rdfs:label "FIP training call-in" .
  
  <https://w3id.org/fair/3pff/M4M-advanced-I-ADOPT> rdfs:label "M4M advanced - I-ADOPT event" .
  
  <https://w3id.org/fair/3pff/M4M-advanced-schema> rdfs:label "M4M advanced - schema event" .
  
  <https://w3id.org/fair/3pff/M4M-introduction> rdfs:label "M4M introduction event" .
  
  <https://w3id.org/fair/3pff/has-event-organizer> rdfs:label "has event organizer" .
  
  <https://w3id.org/fair/3pff/has-event-sponsor> rdfs:label "has event sponsor" .
  
  <https://w3id.org/fair/3pff/in-person-event> rdfs:label "in person event" .
  
  <https://w3id.org/fair/3pff/post-FIP-training> rdfs:label "post-FIP training" .
  
  <https://w3id.org/fair/3pff/post-M4M-I-ADOPT-training> rdfs:label "post-M4M I-ADOPT training" .
  
  <https://w3id.org/fair/3pff/post-M4M-introduction-training> rdfs:label "post-M4M introduction training" .
  
  <https://w3id.org/fair/3pff/post-M4M-schema-training> rdfs:label "post-M4M schema training" .
  
  <https://w3id.org/fair/3pff/post-M4M-vocabulary-training> rdfs:label "post-M4M vocabulary training" .
  
  <https://w3id.org/fair/3pff/pre-FIP-training> rdfs:label "pre-FIP training" .
  
  <https://w3id.org/fair/3pff/pre-M4M-I-ADOPT-training> rdfs:label "pre-M4M I-ADOPT training" .
  
  <https://w3id.org/fair/3pff/pre-M4M-introduction-training> rdfs:label "pre-M4M introduction training" .
  
  <https://w3id.org/fair/3pff/pre-M4M-schema-training> rdfs:label "pre-M4M schema training" .
  
  <https://w3id.org/fair/3pff/pre-M4M-vocabulary-training> rdfs:label "pre-M4M vocabulary training" .
  
  <https://w3id.org/fair/3pff/pre-convergence-training> rdfs:label "pre-convergence training" .
  
  <https://w3id.org/fair/3pff/virtual-event> rdfs:label "virtual event" .
  
  <https://w3id.org/fair/connect/has-participating-community> rdfs:label "has participating community" .
  
  <https://www.w3.org/TR/owl-time/#time:hours> rdfs:label "has duration in hours" .
}

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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtpcftn7kbe6toJbOTDQaCcCssEFSWqt6J4rZ02w+TfY7/eIOgJZYOlpL6G3AzO2RNmVYWRPSlMiykaFuaRuBitvk1GKfGdprfZbvXwmeOxpqCTRBQX9EnFyQyd+Ra/ajfw/UsG8skeu1xnUEpnQbpgbQYc/fvhJNN0UwEc77mOwIDAQAB";
    npx:hasSignature "MNi0EYIoJjXpMifN0IcLXAVBQbyskd4u4fjN8iOdlYiN2RI71q2pJY7TiFHzwWHm48aaIdT5rolwgfIz/MEmO47sB3nWvCwlE19DBrZEN3HadTQEThmI5LPBiVHN7znQxQ2X9WXoowi+GWynImHW5YYauQJ32naA+qKfkGt0n8k=";
    npx:hasSignatureTarget this: .
  
  this: dcterms:created "2023-01-29T16:11:38.238+01:00"^^xsd:dateTime;
    dcterms:creator orcid:0000-0003-2195-3997;
    npx:supersedes <http://purl.org/np/RAtaHAng_PiKwWmlV4fZ0NpB3IAmfLLXlbUhJlGvhH8uQ>;
    nt:wasCreatedFromProvenanceTemplate <http://purl.org/np/RAi6zZAwhaJ23Hzg4lIjlPir6Take3ZQp-lS9skfBEwfQ>;
    nt:wasCreatedFromPubinfoTemplate <http://purl.org/np/RAA2MfqdBCzmz9yVWjKLXNbyfBNcwsMmOqcNUxkk1maIM>,
      <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RARI-clBK1koP34y4Trhbn1txQRs6Zjg9rMlO6S3FcPeY> .
}