@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAWA6rUMh-0JIc4Vv8WxUazNBeWty4sg88CC8rRr-cqSE> .
@prefix sub: <http://purl.org/np/RAWA6rUMh-0JIc4Vv8WxUazNBeWty4sg88CC8rRr-cqSE#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@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:TOXRIC_TAID <http://schema.org/url> <https://toxric.bioinforai.tech/home> ;
    a <fip:Available-FAIR-Enabling-Resource> , fip:FAIR-Enabling-Resource , fip:Identifier-service , fip:Registry ;
    rdfs:comment "To be findable, all compounds in TOXRIC come with a unique and persistent identifier, TAID, which is used to link the toxicology and feature data of each compound." ;
    rdfs:label "TOXRIC_TAID | TOXRIC Unique ID for chemicals" ;
    rdfs:seeAlso <https://toxric.bioinforai.tech/collectionFeature> , <https://toxric.bioinforai.tech/toxicity> .
}
sub:provenance {
  sub:assertion dcterms:creator orcid:0000-0003-4250-4584 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "iKm7AJvs0jIZhBsILr5etK6AemxzegrnWY2B8el4BobX7sMHJ8wEE6V5x81ZWua1eQHEKrPDIhEiEEKmAvXny9CasgTVKKAT0FyC3930B2Kmcq4O7OgmxkET/8GkzjrvpZEvwDN7R2CD90TuruWnqC26Xy/jGVvQue2WjF5gAIQ=" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2023-04-17T01:39:04Z"^^xsd:dateTime ;
    dcterms:creator <https://fip-wizard.ds-wizard.org> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:TOXRIC_TAID ;
    npx:supersedes <http://purl.org/np/RAKpFZWygE9_6BQ2J_5CcjGS3s0JFz0kN9hh2zcgpXi0k> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d57b3cd6-50a1-4ead-9d52-81e6313e0f54> .
}