Nanopublication

< Home

ID

https://w3id.org/np/RAr8oB0Ma3lUOBrxIbhrVftCxtWlNRSdN1WvCMuU4TZt4

Formats

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

Content

@prefix this: <https://w3id.org/np/RAr8oB0Ma3lUOBrxIbhrVftCxtWlNRSdN1WvCMuU4TZt4> .
@prefix sub: <https://w3id.org/np/RAr8oB0Ma3lUOBrxIbhrVftCxtWlNRSdN1WvCMuU4TZt4/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  <https://w3id.org/np/RAjYQUrJcBMnrYMYDpVS39BD4EBZCogE6eAPof9L7T5yE/PEH-Metadata-Schema>
    a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification,
      fip:Metadata-schema;
    <http://schema.org/url> <https://mct.vito.be/>;
    rdfs:comment "Metadata schema for PEH research studies, developed for the processing of Personal Exposure and Health research data in the Partnership for the Assessment of Risks from Chemicals (PARC) Project.";
    rdfs:label "Personal Exposure and Health Metadata Schema (PEH Metadata Schema)" .
}

sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 .
}

sub:pubinfo {
  this: dct:created "2026-03-26T12:39:35Z"^^xsd:dateTime;
    dct:creator <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces <https://w3id.org/np/RAjYQUrJcBMnrYMYDpVS39BD4EBZCogE6eAPof9L7T5yE/PEH-Metadata-Schema>;
    npx:supersedes <https://w3id.org/np/RAjYQUrJcBMnrYMYDpVS39BD4EBZCogE6eAPof9L7T5yE>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/492c16f7-5e48-4f61-a9cf-840afc181dc4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "EPZxClmWtOL0+LsleH9aS8HXrZ0j0d4MGk5LKuHau+f94//a3xLber6Cj9QEmwDQw94lPH+wW27aYsHhvVs5ypAQccXN3avWZkdIL47hcBJ01igwszyEpoenPAx1L7+jpBhHP3YFuKOrXCj3YwAEgnDmTiVz77e7ofoWM83smUc=";
    npx:hasSignatureTarget this: .
}