Nanopublication

< Home

ID

https://w3id.org/np/RAVr4ZCGTNQTtol8Xr35Q3w-xD6bCUvXQPqTHEJFcG-to

Formats

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

Content

@prefix this: <https://w3id.org/np/RAVr4ZCGTNQTtol8Xr35Q3w-xD6bCUvXQPqTHEJFcG-to> .
@prefix sub: <https://w3id.org/np/RAVr4ZCGTNQTtol8Xr35Q3w-xD6bCUvXQPqTHEJFcG-to/> .
@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:0009-0009-2934-9883 <http://www.wikidata.org/entity/P1344> <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0009-2934-9883 .
}

sub:pubinfo {
  orcid:0009-0009-2934-9883 foaf:name "Esther Hazelhoff" .
  
  this: dct:created "2026-06-09T14:08:59.145Z"^^xsd:dateTime;
    dct:creator orcid:0009-0009-2934-9883;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Esther Hazelhoff 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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw1zc58yU88TUAWOotoezOnCglWF0meXZR59KNB6n/0Wt47XVlyAGhrt8tSm8IhTtqJY2WWHf4/puFGntsBCH6xy3c/6iYnWmfDxTcqqStB2bbyL7IXeG5KXLfLabUkQiuYaSA2cauLoaBu/gLv31TvSv8j0kgE+xdY/wfg1XGaSXUccqCCX4c4sOOzPI3KqsP8zWABAIuXPfHouv464PVgvEe8Jr24MEQQZoZFA717nm32gEAS5Y+dWFhlTPgqbkzGWxKAnjpOut6kJ4p68w3TyEitiPSU9By0TLknFvqE+aQ7ZPCHSdBZAn7M7YiJubaxlw8jfd2sqYqlpgTk3U9wIDAQAB";
    npx:hasSignature "B9xdpsS7YanWttem64OwA96zGMmrbZz+yH5WQXPfyZyfSE9J1ImmuK+nbJcM+h779UFSiKxXaa8OuylDo8IXwPrCh+sk1NjgFQM5UPKGuf7VGAiOrAYguH8VEWs/5nBxqFssG8hG3MEwvxHdhjbvd1Nvrmo3gZBEN/4wC7vcSjDtMptn1LFNTK/Ob9OKH2xt8ojvv6cNMlXtY7x2dOPQIZzOHrYsqol6Vbog2KnVVkNDaUwczzhLEw12G1ElGIsphcj15r56M8kRXV9Zq6IdtOvHJltWlfoXLdni13cTr/ftj3zA1j5oMbb7OWTKntHjnSkHcW5kIcSPDHoiLaBeyg==";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0009-0009-2934-9883 .
  
  <https://w3id.org/spaces/tdcc-lsh-ffp/jun9training> nt:hasLabelFromApi "June 9 FAIR Training" .
}