@prefix this: <https://w3id.org/np/RACcRmOEXDZMAAjvZZRI9Se5Rm4PhbS93UP2bZtyDRVUw> .
@prefix sub: <https://w3id.org/np/RACcRmOEXDZMAAjvZZRI9Se5Rm4PhbS93UP2bZtyDRVUw#> .
@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 {
  <http://purl.org/np/RAWJwPMvWC44TTvqcj2zZ5lfTCQB1Nkhkp-Ow9Fhonk3o#pbpko> <http://schema.org/url> <https://github.com/InSilicoVida-Research-Lab/pbpko> ;
    <http://usefulinc.com/ns/doap#implements> <https://insilicovida-research-lab.github.io/pbpko/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "Ontology for PBPK modeling in the life sciences domain is a structured framework that defines the concepts, relationships, and terms pertinent to PBPK modeling. PBPK modeling is a method used to predict the absorption, distribution, metabolism, and excretion (ADME) of chemical compounds in the human body. It is a key component in the study of pharmacokinetics, which is the branch of pharmacology dedicated to determining the fate of substances administered to a living organism." ;
    rdfs:label "PBPK ontology" .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0003-0593-2598 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "XPTWQDoz4TLPfDqVi6XvbkgzM207mGtnSyNZkGFOPBNFq6U5okUQZkkOTjuvQ6eY5RmU2ijsxylKH7FapAIlKGgbCQ7Gau1zRnAzLzcrc8JOYo7aU2LILikdjVHlr/hoTAyINh/Zbq8Ylz/Qgu2+IrcIte5xbboLix8ySoQATGw=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-01-29T10:18:39Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <http://purl.org/np/RAWJwPMvWC44TTvqcj2zZ5lfTCQB1Nkhkp-Ow9Fhonk3o#pbpko> ;
    npx:supersedes <https://w3id.org/np/RAnctTqMgbLtsdsuhcVQKkI79W3vT2XxV1ABUVyHeo_GQ> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/bd80db75-5dd9-4e17-aa3d-cbba22c365b8> .
}