Nanopublication

< Home

ID

https://w3id.org/np/RAWWrlaElIsXpGJLRjxhmrq-yWQGyp6nDQq5dMqBtVSGY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAWWrlaElIsXpGJLRjxhmrq-yWQGyp6nDQq5dMqBtVSGY> .
@prefix sub: <https://w3id.org/np/RAWWrlaElIsXpGJLRjxhmrq-yWQGyp6nDQq5dMqBtVSGY/> .
@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:0009-0009-3640-3024 <https://w3id.org/fair/3pff/participatedAsParticipantIn>
      <https://w3id.org/fair/3pff/FIP.38.T.5> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-3640-3024 .
}

sub:pubinfo {
  orcid:0009-0009-3640-3024 foaf:name "Maxime Oung" .
  
  <https://w3id.org/fair/3pff/FIP.38.T.5> nt:hasLabelFromApi "FIP.38.T.5 | FAIR Implementation Profile Training Session 5" .
  
  this: dct:created "2026-04-29T13:05:00.731Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-3640-3024;
    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/RA0otJmSxlUuZtNpMtGNNKmGtwo3mASwd8ZDWcErWfiwY> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqU5GSGcVIQdLpnt3EP9P5Ffp4telAmyF95uN647s2Jajf+EABlOgnFx4cmrO7JgIeJ1nKFsgh5TZ3JZz9RR3QPuMQIHP5m1v+EtFXb8lOlkT6BeSk5UNue5SqKdrb9aDGyTxl4aNiN08y8+L/H0yiic1AjZgVW6zY/7W8Ba2I4jpJsRSoeP2C0x/q33cJVG/K2LLm/3xc9c3yH+otjG3WxBWAL/YiK0vtti93s1Ilu+ZmmG+qObZRGDbeiemk0ccJf+lRW0BhO2i7DWKGncigRtxYpPT+qjSaOCi1+tdXj92E+p6SGRwmQwMpZrFS3yWEdPflaByJYfRjIWhru0CYQIDAQAB";
    npx:hasSignature "aQSKMAfEmePI09gP+bceDBNcBDTeTHaR/vKWS1r9+gKOlyyA8As4E2tdbI+48ikqTQt4W3pXrIUHD40XCy2H9466PvA5LBgUIllmdAuy7cM7f/ls4uH7PHOKtZzYYI3RN/nr0otYaCUZLq8IziEUxMvL7EVhB4ggABcfgilbILJux3wDBegrGDB8cIjlyTIbUd32+y6nAtA5qYlHFXliNqY0t6z/rw9WTWo6QXhi4fmnkDIrdHRKsE7rsFir2jnGSppz7CPbGyXFRa0KxU6h/Viqh/ZznSlilrVuTW2ojPZixZJmfWE9e9bXdZLrJzfUeqc0XwFqdlw6ZRTrn+iIFw==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-3640-3024 .
}