Nanopublication

< Home

ID

https://w3id.org/np/RADl3BWLMWlj09uodPBmkaZ3rEsWUdz2Km1EOkPLC78tQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RADl3BWLMWlj09uodPBmkaZ3rEsWUdz2Km1EOkPLC78tQ> .
@prefix sub: <https://w3id.org/np/RADl3BWLMWlj09uodPBmkaZ3rEsWUdz2Km1EOkPLC78tQ#> .
@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-2483-3969 <https://w3id.org/fair/3pff/participatedAsImplementerAspirantIn>
      <https://w3id.org/fair/3pff/FIP.33.T.8> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-2483-3969 .
}

sub:pubinfo {
  orcid:0000-0002-2483-3969 foaf:name "Stijn Baken" .
  
  <https://w3id.org/fair/3pff/FIP.33.T.8> nt:hasLabelFromApi "FIP.33.T.8 | FAIR Implementation Profile Training 8 - by Elianna DeSota" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR8zl1Ma30UaDP4UJ/SlYW16LQCrNUS7feTIS/0wu3CG7dkfXjhabjafXe/nIyWuX/6i93GUeGYFy4tvbQjAlD8Z+ZhhDJAFWaiN0m+rPioZ5wsm+BWCh+UPh9ZmDgCm9d2TxImQEIYcN6RvXFT4PYozaGML1L9+NYqWjthnngSQIDAQAB";
    npx:hasSignature "f3eBwMpiyHwXAoIrpzOI7aEo7q6mJph0+J34/TswuRblMovntsgzBSxNBfVGr8KBDgI0fKhk7sFzV7s6q0+Kdv+1zGRRwYqVQhsVPqvcnD++EKvlh39Z2lj9/sh4/HbxAKN8WzKYHK0HnlmHwzJOcfRGZFhcG4NOrX1TsfwEXjc=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-2483-3969 .
  
  this: dct:created "2025-02-18T15:54:18.302Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-2483-3969;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    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/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> .
}