Nanopublication

< Home

ID

http://purl.org/np/RAFPXuMROn9YjtqJdD3Cz6wZOCtBbkI1wsDn-9o5PQZ_Y

Formats

.trig | .trig.txt | .jelly | .jelly.txt

Content

@prefix this: <http://purl.org/np/RAFPXuMROn9YjtqJdD3Cz6wZOCtBbkI1wsDn-9o5PQZ_Y> .
@prefix sub: <http://purl.org/np/RAFPXuMROn9YjtqJdD3Cz6wZOCtBbkI1wsDn-9o5PQZ_Y#> .
@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 {
  sub:PARC-HBM a fip:FAIR-Implementation-Community;
    dct:isPartOf <http://purl.org/np/RAvuwR9iDrKdPeDCZAxMhW_wDmwuIYDSOcQaZ_QBFZs8M#PARC>;
    rdfs:comment "The PARC Human Biomonitoring Data FIC facilitates the availability and (re)use of Human Biomonitoring (HBM) datasets created or used in the context of the PARC Project for the benefit of the broader chemical risk assessment community.";
    rdfs:label "PARC Human Biomonitoring Data";
    rdfs:seeAlso <https://www.anses.fr/en/content/european-partnership-assessment-risks-chemicals-parc>;
    fip:has-research-domain <http://aims.fao.org/aos/agrovoc/c_331559>, <http://purl.obolibrary.org/obo/NCIT_C17039> .
}

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

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB";
    npx:hasSignature "RaSGcf5pHPN4pVQau5tgGBnrGrTUAvlIHXNjocQBuV9INakOxFyhtCZT2taZb/rC1Wx9t9YlpSEzBmRQs+cjStAyPnk8bESQzC06nRXUTSOsj32ULJ1v9XC/Z4XFHnpNK4EGu9BhHD9g3MjE2faUWmXly+A8wZhwoQZLoIqvH8Q=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2023-01-19T14:46:22Z"^^xsd:dateTime;
    dct:creator <https://fip-wizard.ds-wizard.org>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PARC-HBM;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/db63e154-b430-4ced-861b-5c3c6484dfea> .
}