Nanopublication

< Home

ID

https://w3id.org/np/RAnctTqMgbLtsdsuhcVQKkI79W3vT2XxV1ABUVyHeo_GQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAnctTqMgbLtsdsuhcVQKkI79W3vT2XxV1ABUVyHeo_GQ> .
@prefix sub: <https://w3id.org/np/RAnctTqMgbLtsdsuhcVQKkI79W3vT2XxV1ABUVyHeo_GQ#> .
@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 {
  <http://purl.org/np/RAWJwPMvWC44TTvqcj2zZ5lfTCQB1Nkhkp-Ow9Fhonk3o#pbpko> a fip:Available-FAIR-Enabling-Resource,
      fip:FAIR-Enabling-Resource, fip:Semantic-model, fip:Structured-vocabulary;
    <http://schema.org/url> <https://github.com/Crispae/pbpko>;
    <http://usefulinc.com/ns/doap#implements> <https://github.com/Crispae/pbpko>;
    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 "k9cHMlx8p8qB0zbaqZmBUCUgMG1JyGiCbcZtOYVJzEJUj2+1zAGs9Yap2ibbDa84e4WKHSWpih4XNlsei6yzeQe0nKFxYYXQUaUIZK3Gwly+QZWZ1wwiiYEjoVWdMhRQ/pPozWH7FEwZI1I3CntRQdutZingWOZdlPdscmfT7wY=";
    npx:hasSignatureTarget this: .
  
  this: dct:created "2024-06-11T07:34:42Z"^^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 <http://purl.org/np/RAGAgqV7YBu8K39VTDsNOUErEhL8xnOUKBBKy1bFeqHRE>;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/bd80db75-5dd9-4e17-aa3d-cbba22c365b8> .
}