Nanopublication

< Home

ID

https://w3id.org/np/RAKSRenIpWoH2POee6ORTabDQhQTmwWPWmiyT12AtzKW4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAKSRenIpWoH2POee6ORTabDQhQTmwWPWmiyT12AtzKW4> .
@prefix sub: <https://w3id.org/np/RAKSRenIpWoH2POee6ORTabDQhQTmwWPWmiyT12AtzKW4/> .
@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-0001-5925-5348 <https://w3id.org/fair/3pff/participatedAsParticipantIn>
      <https://w3id.org/fair/3pff/FA.10.T.4> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0001-5925-5348 .
}

sub:pubinfo {
  orcid:0000-0001-5925-5348 foaf:name "Mercedes Beltran" .
  
  <https://w3id.org/fair/3pff/FA.10.T.4> nt:hasLabelFromApi "FA.10.T.4 | FAIR Awareness Training Session 4" .
  
  this: dct:created "2026-06-24T08:14:16.882Z"^^xsd:dateTime;
    dct:creator orcid:0000-0001-5925-5348;
    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/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA19CXsB5OnZFyu6s6JkB4CRf3asRByMdiqSBemDtjbSA> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmtgnqxvwhiGt7dPHdZ1DzJvqdLokPeMJ9LmaUof+bXgO516ibeJY52h0Cr52E/05/0MsO4MKeh1osYY6o+tLjq3Oz7f//VVp4sTizhhwn5Uqjtyylu9l9DRHBofhbOzGJNWyzSbVWXfRTlmEBZOOxHCbT/sCdiDGNTLJcijlScAQZZBhh+VjVTeO+r35xAoxvCcG0VzW8M5pYTH+KnxZh6Ms6kZvxajTnImT7KiJ/q4WTsoksZoOumwiO+GjFgY//evPNTjBQlnz8Q4BQbFXtaxsnNL53Ssepm56icfnH6ec8TEiDgHfLhcPGTejBbNP/Jc71x0xi2F9jG3+SHo3bwIDAQAB";
    npx:hasSignature "CIDrYQXVbl9z8RdqYpSNcOCzqcM9BTGbg1z0tMh63PZm/uDc59O8jbqxDy7OJYRQ3NSzpU2j6ZN+iY2dZRL2Iooz7Z+bki90ZFlG20ABQ1gjNoJqLW9fzihpeGOTXOACHLEKSstsSoFEwQLX65CmW/BDO4Ufzf8oMqb8nomRtweC99WInWlOJ/J+XB2NK5jfm88YAMxvIJCds4b/4zVQoFyJ1ZmZ5iw7AyLepGcvP1zMnZtA+WURtSYxZTEDb2/E3zDbkE5qFpI7V7rfnojoywq7v0MpBgg5TlEZAwbWwGkG+aAJeTzIIOvR/5pkA4gw9kcjkJgQQmB/dl21Xgwlgg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0001-5925-5348 .
}