Nanopublication

< Home

ID

https://w3id.org/np/RArZrktCJLExAfdlOtRaA6ciWuAcp5wrE7eElBJs-rPKA

Formats

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

Content

@prefix this: <https://w3id.org/np/RArZrktCJLExAfdlOtRaA6ciWuAcp5wrE7eElBJs-rPKA> .
@prefix sub: <https://w3id.org/np/RArZrktCJLExAfdlOtRaA6ciWuAcp5wrE7eElBJs-rPKA/> .
@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-8573-2651 <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-8573-2651 .
}

sub:pubinfo {
  orcid:0000-0002-8573-2651 foaf:name "Frans van der Kloet" .
  
  this: dct:created "2026-06-09T14:09:02.104Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-8573-2651;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Frans van der Kloet 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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv+U6Vrcl4sRUmGzwmopC8rv+QJAFBMEheMf526Ug0Wq7XXZbdAi5ex/czvdggrwBBzLWr/tJFatHGknODsuh9pex7szpqihmZ5lrphGubf1Rl13Anz5nzs6O77jck+30iw49mXkTrRnx4eD0/xEnRJGSfIM+4ieLdaAJv572C+gSLJ/olkVc+ohy/J+ID+E9pjBKSiZgpurXe9uV9U6mSUMXzuXYJqTeiU0nTB5MQ/PKF86kf3DoEzoVUJ+OWoh8RfdMyI68nvOsZZaO/Tiwb7v0PWrdI+tt2zxcAbeIaleOYpDHhKj74Dq5NIH+NOBEF7loDdYacars5PUvHOPSqQIDAQAB";
    npx:hasSignature "E0TYCH8ALjvTlN5Eu2bO6g7LnV8NWP0ygDgclpx8lOuWjSf0OekPqv5/ovoMI0wQG2E1isVk/NfdG5eIDBsphI/bEcH2YGsuFaguLagLWohsP/Oalbeh03OIVp/AmWx1P9rtmxC4IaWrf+xjGeUFBhBQ6yynHM4KYsE2MGICFZRMO9z1Hbdewf8uLh9kBtvrgfl9v1eOq+bdGboqCK395z84clQuOUgR+xTpuHwsA4wmVBZLaPKDDXHwAdo1FqnD9/TeTm3s2SkMINwnem77XIfC9SztWbTNRAvdHhw01xFIvDT5OO4Dd5fuwvEb4WR/5xW7N9DNNviHGm/igznO7g==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-8573-2651 .
  
  <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> nt:hasLabelFromApi "June 9 FAIR Training" .
}