@prefix dct: <http://purl.org/dc/terms/> .
@prefix this: <http://purl.org/np/RAkxSDQpNz3xvI-AhFO-k7DmSAV9FG28WaZrhkR2-jdkA> .
@prefix sub: <http://purl.org/np/RAkxSDQpNz3xvI-AhFO-k7DmSAV9FG28WaZrhkR2-jdkA#> .
@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_MPP a <fip:FAIR-Enabling-Resource-to-be-Developed> , fip:FAIR-Enabling-Resource , fip:Metadata-preservation-policy ;
    rdfs:comment "This is the TOXRIC (TOXicology Resources for Intelligent Computation) database Policy for Preservation of metadata.  The developers (Tianjin University) have committed to maintaining and extending the database for at least 10 years." ;
    rdfs:label "TOXRIC_MPP | TOXRIC Metadata Presearvation Policy" ;
    fip:metadata-availability-in-years "10" .
}
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 "DVOJY60iSv67NxP/Kddu7YgY+B+QjRQt9xoGpIOXFTJLR9ILrxAndXZw9lptfayfMxRJAE+rMHFWId7gMWi6DxPDVOJD9Qkoh89234+BabwBH/N5F/mfYMiBLQl50imMDH2QzpuB/xWMi1MPRtLlusTe3iWCsc2EGnuxPPy30L4=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2023-04-14T07:28:03Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:TOXRIC_MPP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/096f6744-5f7d-485f-bdee-8fb78c0db7c6> .
}