Nanopublication

< Home

ID

https://w3id.org/np/RArlQZ3hPI-0emxy4EhxYLsaNAps9n4o_glRc1xhOejiw

Formats

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

Content

@prefix this: <https://w3id.org/np/RArlQZ3hPI-0emxy4EhxYLsaNAps9n4o_glRc1xhOejiw> .
@prefix sub: <https://w3id.org/np/RArlQZ3hPI-0emxy4EhxYLsaNAps9n4o_glRc1xhOejiw#> .
@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 {
  dct:date rdfs:label "has date" .
  
  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/3PFF-event> rdfs:label "3PFF event" .
  
  <https://w3id.org/fair/3pff/FAIR-Awareness> rdfs:label "FAIR awareness" .
  
  <https://w3id.org/fair/3pff/FAIR-Convergence> rdfs:label "FAIR convergence" .
  
  <https://w3id.org/fair/3pff/FIP-Consultation> rdfs:label "FIP consultation" .
  
  <https://w3id.org/fair/3pff/FIP-Introduction> rdfs:label "FIP introduction" .
  
  <https://w3id.org/fair/3pff/Hybrid-Event> rdfs:label "hybrid event" .
  
  <https://w3id.org/fair/3pff/In-Person-Event> rdfs:label "in-person event" .
  
  <https://w3id.org/fair/3pff/M4M-Consultation> rdfs:label "M4M - consultation" .
  
  <https://w3id.org/fair/3pff/M4M-I-ADOPT> rdfs:label "M4M - I-ADOPT" .
  
  <https://w3id.org/fair/3pff/M4M-Introduction> rdfs:label "M4M introduction" .
  
  <https://w3id.org/fair/3pff/M4M-Schema> rdfs:label "M4M - schema" .
  
  <https://w3id.org/fair/3pff/M4M-Vocabulary> rdfs:label "M4M - vocabulary" .
  
  <https://w3id.org/fair/3pff/Orchestration> rdfs:label "Orchestration" .
  
  <https://w3id.org/fair/3pff/Virtual-Event> rdfs:label "virtual 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/connect/has-participating-community> rdfs:label "has participating community" .
  
  sub:assertion a nt:AssertionTemplate;
    rdfs:label "Defining a 3PFF event";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st03a, sub:st03b, sub:st04, sub:st05,
      sub:st05a, sub:st06, sub:st07, sub:st08, sub:st09, sub:st10, sub:st11;
    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 given as 00:00 (CEST/CET)" .
  
  sub:event a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
    rdfs:label "short name, used as URI suffix" .
  
  sub:event-type a nt:RestrictedChoicePlaceholder;
    rdfs:label "event type";
    nt:possibleValue <https://w3id.org/fair/3pff/Hybrid-Event>, <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;
    rdfs:label "online resource" .
  
  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/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/M4M-Consultation>, <https://w3id.org/fair/3pff/M4M-I-ADOPT>,
      <https://w3id.org/fair/3pff/M4M-Introduction>, <https://w3id.org/fair/3pff/M4M-Schema>,
      <https://w3id.org/fair/3pff/M4M-Vocabulary>, <https://w3id.org/fair/3pff/Orchestration> .
  
  sub:resource-type2 a nt:RestrictedChoicePlaceholder;
    rdfs:label "workshop type";
    nt:possibleValue <https://w3id.org/fair/3pff/3PFF-Training>, <https://w3id.org/fair/3pff/3PFF-event> .
  
  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 .
  
  sub:st02 rdf:object sub:name;
    rdf:predicate rdfs:label;
    rdf:subject sub:event .
  
  sub:st03 rdf:object sub:date;
    rdf:predicate dct:date;
    rdf:subject sub:event .
  
  sub:st03a a nt:OptionalStatement;
    rdf:object sub:start-time;
    rdf:predicate <https://schema.org/startTime>;
    rdf:subject sub:event .
  
  sub:st03b a nt:OptionalStatement;
    rdf:object sub:end-time;
    rdf:predicate <https://schema.org/endTime>;
    rdf:subject sub:event .
  
  sub:st04 rdf:object sub:hours;
    rdf:predicate <https://www.w3.org/TR/owl-time/#time:hours>;
    rdf:subject sub:event .
  
  sub:st05 rdf:object sub:resource-type1;
    rdf:predicate rdf:type;
    rdf:subject sub:event .
  
  sub:st05a rdf:object sub:resource-type2;
    rdf:predicate rdf:type;
    rdf:subject sub:event .
  
  sub:st06 rdf:object sub:organizer;
    rdf:predicate <https://w3id.org/fair/3pff/has-event-organizer>;
    rdf:subject sub:event .
  
  sub:st07 a nt:OptionalStatement;
    rdf:object sub:sponsor;
    rdf:predicate <https://w3id.org/fair/3pff/has-event-sponsor>;
    rdf:subject sub:event .
  
  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 .
  
  sub:st09 rdf:object sub:online-resource;
    rdf:predicate rdfs:seeAlso;
    rdf:subject sub:event .
  
  sub:st10 rdf:object sub:event-type;
    rdf:predicate rdf:type;
    rdf:subject sub:event .
  
  sub:st11 a nt:OptionalStatement;
    rdf:object sub:location;
    rdf:predicate <https://schema.org/location>;
    rdf:subject sub:event .
  
  sub:start-time a nt:LiteralPlaceholder;
    rdfs:label "hour given as 00:00 (CEST/CET)" .
  
  <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 "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCFntPrMZqvg2kVhCNArNnEn37ddXGwZ/0r4C8CS4lDry7C7YkYgng9yb0UMZQUHiTVkR/5A4m/xjE+Vy+AnwcWUeB75SfGZjE5ylI6VeHjTHi9+2hh2PHYIWnkhU4WHl3COEnxSSa/VouvPzZ2BIWLH6fTrq7NNL3RF5hGegGG0QIDAQAB";
    npx:hasSignature "dSSijeLB50LngzlWyZI6YFNRUQtzyCX8ftzORZFs+1mvRANo9U5IxgexA7FIEjFWKvtVoP1HPMmIahSnMtXmmmQXKR9qSkcoJH/F98rHBkfNtVZZKhIREwWXyKlV5FHxHIBw+R9w3N+l+cOtFLClKtsgE0YOJ1EF0+KsYu6GSC0=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-10-07T19:37:41.914Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2195-3997;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:supersedes <https://w3id.org/np/RA7UQduypIHw-goTTXbbHaUWviykyMf8qrKvAS48zYx1g>;
    rdfs:label "Template: Defining a 3PFF event";
    prov:wasDerivedFrom <http://purl.org/np/RA5QXHAruIptCO2ZGZEb3frAHdZQnTCixIlDns0xgdcEo>,
      <http://purl.org/np/RAJsudG1v68PR6B_nR4S6HmfjrRTjyqP4ooejqCQdT3IM>;
    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>, <http://purl.org/np/RAjpBMlw3owYhJUBo3DtsuDlXsNAJ8cnGeWAutDVjuAuI>;
    nt:wasCreatedFromTemplate <http://purl.org/np/RAJwu5sVubRqXY4t2gkSoGxWkMyZqnpkGTCPiTlmvi4so> .
}