Nanopublication

< Home

ID

https://w3id.org/np/RA0TgSHDIuWOFHiKTX1Bil7etZy0P1bfCn_dDdHmOSzn4

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RA0TgSHDIuWOFHiKTX1Bil7etZy0P1bfCn_dDdHmOSzn4> .
@prefix sub: <https://w3id.org/np/RA0TgSHDIuWOFHiKTX1Bil7etZy0P1bfCn_dDdHmOSzn4/> .
@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 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 {
  orcid:0000-0002-2749-8588 <https://w3id.org/fair/3pff/participatedAsFacilitatorIn>
      <https://w3id.org/fair/3pff/FIP.38.T.1> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2749-8588 .
}

sub:pubinfo {
  orcid:0000-0002-2749-8588 foaf:name "Andrea Tarallo" .
  
  <https://w3id.org/fair/3pff/FIP.38.T.1> nt:hasLabelFromApi "FIP.38.T.1 | FAIR Implementation Profile Training Session 1" .
  
  this: dct:created "2026-04-01T13:35:31.664Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-2749-8588;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.petapico.org/>;
    prov:wasDerivedFrom <https://w3id.org/np/RAR8oBrJTYbcmpiHPHkVhVBTO6Ut2az42-GIeDJTij5xc>;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RARW4MsFkHuwjycNElvEVtuMjpf4yWDL10-0C5l2MqqRQ>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCiYoqFFCPz9pL/XeZfAKlb8GkJEPK5BxVBs0869TOaE01pj9nL18a3jV1mbxL8skh6vPxVKB8XwnyAnteG2Ct3WX/oeUVfScxH3ODpy9aBZPaIY9bs6z2h9QywpgUeZgPBzerWJWNSWGKJh2VcT320YPqfUpWBZ83GhHg6nl6TRQIDAQAB";
    npx:hasSignature "fqsD2UKvyQOAcJ3T/tdZJcj7TgJzdhgdgKxf49xlY1sHTULCqhp/s5gEA9XBxS7jJvXVm35itbwrvLSohhx/mG5Z2otEroxB01O4G+osr1u7z6v4iSAhAdfMi7Xo3sv+u5fpr9GiNyXfs/IA/WUO1Iuq4ldUc437QFRPOgV2H9k=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-2749-8588 .
}