@prefix this: <https://w3id.org/np/RAXYfxpUOqwt-cOnm1Zx_ppe9s3MvjRppAIpBk-Ns5ndE> .
@prefix sub: <https://w3id.org/np/RAXYfxpUOqwt-cOnm1Zx_ppe9s3MvjRppAIpBk-Ns5ndE/> .
@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: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:PEH-Vocabularies <http://schema.org/url> <https://github.com/orgs/eu-parc/repositories> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Structured-vocabulary ;
    rdfs:comment "Set of vocabularies that support semantic data and metadata annotation in Personal Exposure and Health research. This includes terms referring to biochemical entities, matrices and (meta)data variables" ;
    rdfs:label "Personal Exposure and Health Vocabularies (PEH Vocabularies)" ;
    rdfs:seeAlso <https://github.com/eu-parc/biochementity-vocabulary> , <https://github.com/eu-parc/indicator-vocabulary> , <https://github.com/eu-parc/matrix-vocabulary> ;
    fip:has-description-source <https://hbm.vito.be/peh-data-platform> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 .
}
sub:pubinfo {
  this: dct:created "2026-03-26T09:13:40Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:PEH-Vocabularies ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/9a2a650d-c646-4819-8130-b1f83bb1ba5b> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "MiFmkwLY62q4RWIb6NKkZgOw61QDGog8/yCUwOV2jN5fh7HMXWqR8Ca2nMsFjJL/4kmlU1BLxlcRNXb9c/S3+8GYetvBUkM+RPrK25aQDzxTzMjkSrZwwFoOsMLpGPTNzeaCGf5J7v+dVHu1ypPZCsICo3Cdl8wRkotl6CXuaJc=" ;
    npx:hasSignatureTarget this: .
}