@prefix this: <https://w3id.org/np/RA3yHdMWKbLz0INgt6K9AvChVnHe65pV5TYlBhiwS8ljs> .
@prefix sub: <https://w3id.org/np/RA3yHdMWKbLz0INgt6K9AvChVnHe65pV5TYlBhiwS8ljs#> .
@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: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 dct:creator orcid:0000-0003-4250-4584 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "bTy8QBXUY6y3idAabcQDkNhdHPQp8Q2+W2BQdkyZxzsStzObAMh4estuk5Xq33ERmVggAw9ev1hK9EtL4fdFa7l5q+rvRj/c3jeMi6YmOwGtliwwrAenlMQq82ZSRWbVHHYqpu9guXwnI0WDjzcehLtWRU+j5yI/3RG4Vp0QhRc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-02-05T11:21:08Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:TOXRIC-TAID ;
    npx:supersedes <http://purl.org/np/RAWA6rUMh-0JIc4Vv8WxUazNBeWty4sg88CC8rRr-cqSE> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/d57b3cd6-50a1-4ead-9d52-81e6313e0f54> .
}