@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix miriam: <https://registry.identifiers.org/registry/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:icechem .

bioregistry.metaresource:miriam dcterms:hasPart miriam:ice.chem .

bioregistry:icechem a bioregistry.schema:0000001 ;
    rdfs:label "Integrated Chemical Environment - Chemical data" ;
    dcterms:description """The Integrated Chemical Environment (ICE) provides high-quality curated data and appropriate tools to support development and evaluation of new, revised, and alternative methods. ICE provides free online access to curated in vivo and in vitro test data, in silico toxicity predictions and chemical property data, reference chemical lists, and computational tools for chemical characterization and predicting toxicity.
ICE supports the following: (i) Data integration: brings together available data, including data on formulations; (ii) Results exploration: enables dynamic, graphical exploration with publication-quality graphics; (iii) Data analysis: allows characterization of data using online workflows, and (iv) FAIR data access: data are findable, accessible, interoperable, and reusable."""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch miriam:ice.chem ;
    foaf:homepage <https://ice.ntp.niehs.nih.gov> ;
    bioregistry.schema:0000005 "DTXSID7032004"^^xsd:string ;
    bioregistry.schema:0000006 "https://ice.ntp.niehs.nih.gov/api/v1/search?chemid=$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{2,7}-\\d{2}-\\d|DTXSID\\d{7,9}|[A-Z]{14}-[A-Z]{8}[SN][A-Z]-[A-Z]$"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "https://ice.ntp.niehs.nih.gov/api/v1/search?chemid="^^xsd:string ;
    bioregistry.schema:0000027 <https://ice.ntp.niehs.nih.gov/api/v1/search?chemid=DTXSID7032004> ;
    bioregistry.schema:0000029 "icechem" .

miriam:ice.chem dcterms:isPartOf bioregistry.metaresource:miriam .

