Nanopublication

< Home

ID

https://w3id.org/np/RATTr7Tb2fMdiEhLWlPs_547ObHfkCozYZ_LC7HhNYBsE

Formats

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

Content

@prefix this: <https://w3id.org/np/RATTr7Tb2fMdiEhLWlPs_547ObHfkCozYZ_LC7HhNYBsE> .
@prefix sub: <https://w3id.org/np/RATTr7Tb2fMdiEhLWlPs_547ObHfkCozYZ_LC7HhNYBsE/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@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-1704-5980 <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1704-5980 .
}

sub:pubinfo {
  orcid:0000-0002-1704-5980 foaf:name "Ronald Cornet" .
  
  this: dct:created "2026-06-09T14:11:06.816Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1704-5980;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Ronald Cornet is participant in June 9 FAIR Training";
    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/RAAcUy5wBwXNyadgD71k1rP0iM_KFc07qXFyrxhPcKS5M> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCU8ilZOIUo9jU/dRdoHs7Mzx9W6/NTDYrZsA0pFt3u+4LpXVePVOHjI5Auf2AoTWFWmBLfQezZN5MTtbSj+fAnLRZ+QV5s+Xw6Wm8bg/nwWQ6wrRxxHRQ8zRR9JNpuYg8JITaD/GnN+x5p9gYkt6j/xXuYl3MNOqJLHi9N2KY16wIDAQAB";
    npx:hasSignature "KsR3VcfbLT3zloUGnkp0Ffwp3aqRlO7TKAKIqlHiMSqSd2LltsEoitbq22Sn21VI6KlsgDX5y97KHNnuVR6YIPrlf/XHnBfOqyElmAk5n3Erg+ih3th6NOpXefoaJUWXPWGbAWlphliha94fpSRjS+VxTlyro5HihdJ0FOSh7F0=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1704-5980 .
  
  <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> nt:hasLabelFromApi "June 9 FAIR Training" .
}