Nanopublication

< Home

ID

https://w3id.org/np/RARtPl9REMb-m9DcKKvYH1IfBgnqICyBgPtBIjfyItsZI

Formats

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

Content

@prefix this: <https://w3id.org/np/RARtPl9REMb-m9DcKKvYH1IfBgnqICyBgPtBIjfyItsZI> .
@prefix sub: <https://w3id.org/np/RARtPl9REMb-m9DcKKvYH1IfBgnqICyBgPtBIjfyItsZI#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

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

sub:assertion {
  <https://w3id.org/fair/3pff/FA.5.T.3> a <https://w3id.org/fair/3pff/3PFF-Training>,
      <https://w3id.org/fair/3pff/3PFF-event>, <https://w3id.org/fair/3pff/FAIR-Awareness>,
      <https://w3id.org/fair/3pff/Virtual-Event>;
    dct:date "2024-12-03";
    rdfs:label "FA.5.T.3 | ITINERIS FAIR Awareness session 3";
    rdfs:seeAlso <https://www.gofair.foundation/>;
    <https://schema.org/endTime> "17:00";
    <https://schema.org/startTime> "13:00";
    <https://w3id.org/fair/3pff/has-event-facilitator> orcid:0000-0001-8886-6607;
    <https://w3id.org/fair/3pff/has-event-organizer> sub:ITINERIS;
    <https://www.w3.org/TR/owl-time/#time:hours> "4" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-8886-6607 .
}

sub:pubinfo {
  orcid:0000-0001-8886-6607 foaf:name "Daniela Accettella" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCPeDY0SHIzhPK/Z7oUBdH1lo3yqY53YBMcJO5gKE0glQbDVm6/5EXPRMSm2ZHUcDHZFp+SbjQ5Vp3usovMP2E99u1lFa05m4cieQdo4wkGd+EZVOFmu8dbOW6c00NfEfTGGjQMimN0s49WF/PUy2VUcqi7WVBPBRIoz/2mapS4LQIDAQAB";
    npx:hasSignature "Z9g2g2LRKatOvqEmmR4EbI8oH9meN3GrgfGgTxugM6VP874bGMyHauFX9RspRma10FXXeTL2/SDxtP8ebrbQ01bU91v2KEamvHpdmUpgTErcBzs29fv6LJ3pmek9zhviS5QleDhTj7/35IOCxSiaw+TeAmWLLki2fOH2zretW7Q=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-8886-6607 .
  
  this: dct:created "2024-12-04T14:30:51.082Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-8886-6607;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:hasNanopubType <https://w3id.org/fair/fip/terms/FAIR-Supporting-Resource>;
    npx:introduces <https://w3id.org/fair/3pff/FA.5.T.3>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA-IJBwWl8latZFBHWpp8aVB6md601uG1pZtWkOXd-b8I> .
}