@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix integbio: <https://catalog.integbio.jp/dbcatalog/en/record/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix wikidata: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hsdb .

bioregistry.metaresource:integbio dcterms:hasPart integbio:nbdc00930 .

bioregistry.metaresource:wikidata dcterms:hasPart wikidata:P2062 .

bioregistry:hsdb a bioregistry.schema:0000001 ;
    rdfs:label "Hazardous Substances Data Bank" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Hazardous Substances Data Bank (HSDB) is a toxicology database that focuses on the toxicology of potentially hazardous chemicals. It provides information on human exposure, industrial hygiene, emergency handling procedures, environmental fate, regulatory requirements, nanomaterials, and related areas."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch wikidata:P2062,
        integbio:nbdc00930 ;
    dcat:keyword "bibliography/documents",
        "chemical compound",
        "chemical structure" ;
    foaf:homepage <https://pubchem.ncbi.nlm.nih.gov/source/hsdb> ;
    bioregistry.schema:0000005 "5621"^^xsd:string ;
    bioregistry.schema:0000006 "https://pubchem.ncbi.nlm.nih.gov/source/hsdb/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000012 true ;
    bioregistry.schema:0000024 "https://pubchem.ncbi.nlm.nih.gov/source/hsdb/"^^xsd:string ;
    bioregistry.schema:0000027 <https://pubchem.ncbi.nlm.nih.gov/source/hsdb/5621> ;
    bioregistry.schema:0000029 "hsdb" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

wikidata:P2062 dcterms:isPartOf bioregistry.metaresource:wikidata .

integbio:nbdc00930 dcterms:isPartOf bioregistry.metaresource:integbio .

