@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:inhand .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.9gqfpm .

bioregistry:inhand a bioregistry.schema:0000001 ;
    rdfs:label "The International Harmonization of Nomenclature and Diagnostic criteria" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The standard reference for nomenclature and diagnostic criteria in toxicologic pathology."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.9gqfpm ;
    dcat:keyword "biomedical science",
        "disease",
        "toxicity" ;
    foaf:homepage <https://www.goreni.org/gr3_nomenclature.php> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-4682-0824 ;
    bioregistry.schema:0000029 "inhand" .

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

orcid:0000-0003-4682-0824 rdfs:label "Jack R Harkema" ;
    foaf:mbox "harkemaj@msu.edu" .

fairsharing:FAIRsharing.9gqfpm dcterms:isPartOf bioregistry.metaresource:fairsharing .

