@prefix this: <https://w3id.org/np/RAttL_NOPMZg4WkYYcadUXuBSRneKplaRsoLy5drbuigs> .
@prefix sub: <https://w3id.org/np/RAttL_NOPMZg4WkYYcadUXuBSRneKplaRsoLy5drbuigs/> .
@prefix schema: <http://schema.org/> .
@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:pypeh schema:url <https://pypi.org/project/pypeh/> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Supporting-Resource , fip:FAIR-Supporting-Software ;
    rdfs:comment "Python library for ingesting and processing Personal Exposure and Health research data that follows PEH Data Model structure" ;
    rdfs:label "Personal Exposure and Health Python library (pypeh)" ;
    fip:has-description-source <https://github.com/eu-parc/pypeh/> ;
    fip:targets <https://w3id.org/gff/rao/terms/Data> , <https://w3id.org/gff/rao/terms/Dataset> , <https://w3id.org/gff/rao/terms/In-Situ-Measurements> , <https://w3id.org/gff/rao/terms/Metadata> , <https://w3id.org/gff/rao/terms/Software> , <https://w3id.org/gff/rao/terms/Statistical-Data> , <https://w3id.org/gff/rao/terms/Survey-data> , <https://w3id.org/np/RA6kRKjQgXsNC5GARY26xtw8ELqLvV5DKXbEVanQQFZ-c#DataModel> , <https://w3id.org/np/RA7WPVfMsUxlgHrmLYQGukOs3X326H_X3LPYA4zokW-gk#ResearchData> , <https://w3id.org/np/RAYOLr8rTHyOrQbUM6TqzNxaSbU3IVsXn80QBVaun_AKU#RO> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-6514-0173 .
}
sub:pubinfo {
  this: dct:created "2026-03-26T08:37:46Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:pypeh ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/4ca0b72d-b2b1-422c-ac9a-640205666f45> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "eZuJQ8PXtXK2N93Xwo2KQKnpzSz/29Hg84msHBZ9nMuGuefyXTTxv7LtOMWALRIpxlB3d8+iy815Db7yrWI4uXnUbSVR5ae9dDMZkEku8CfcWMadPncb4fCcYVPOnC6OoOjoty7EngO+mMmOm3yP9XPb2hGEdIGX1D/LBootRjY=" ;
    npx:hasSignatureTarget this: .
}