Nanopublication

< Home

ID

https://w3id.org/np/RA_zWHeXbWYEOUd4o1kiM_5s9qmgYbK-9_BHf2kICtiYY

Formats

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

Content

@prefix this: <https://w3id.org/np/RA_zWHeXbWYEOUd4o1kiM_5s9qmgYbK-9_BHf2kICtiYY> .
@prefix sub: <https://w3id.org/np/RA_zWHeXbWYEOUd4o1kiM_5s9qmgYbK-9_BHf2kICtiYY#> .
@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.6> .
}

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.6> nt:hasLabelFromApi "FIP.33.T.6 |  FAIR Implementation Profile Training 6 - by Fred van de Brug" .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCR8zl1Ma30UaDP4UJ/SlYW16LQCrNUS7feTIS/0wu3CG7dkfXjhabjafXe/nIyWuX/6i93GUeGYFy4tvbQjAlD8Z+ZhhDJAFWaiN0m+rPioZ5wsm+BWCh+UPh9ZmDgCm9d2TxImQEIYcN6RvXFT4PYozaGML1L9+NYqWjthnngSQIDAQAB";
    npx:hasSignature "E4LMG44T5nvHyUk9jecWWjHxWMx/7l7iCiTstuTbaHrhfe15KcwSY2kU0lsgBOCbKOI4yCBs1N0PeDABBv/9NWfH7kiIXBoskL6M5xIy/H9V+MggU0DO4CVU0dWI4aBDoN6dSIyCEOSbFLDDuUa5aHV1vq1iwQvuzQhTjnPvQRU=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-2483-3969 .
  
  this: dct:created "2025-02-11T16:13:56.343Z"^^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> .
}