@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hpath .

bioregistry:hpath a bioregistry.schema:0000001 ;
    rdfs:label "Histopathology Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description """An ontology of histopathological morphologies used by pathologists to classify/categorise animal lesions observed histologically during regulatory toxicology studies. The ontology was developed using real data from over 6000 regulatory toxicology studies donated by 13 companies spanning nine species.

The original structure of the histopathology ontology was designed ab initio when the [INHAND](http://www.goreni.org/) manuscripts were not available. However, the ontology has been repetitively reviewed and updated to align with the subsequently published INHAND manuscripts. During this process cross references to INHAND lesion identifiers were added to the ontology. [from GitHub]"""^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Novartis/hpath> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/Novartis/hpath> ;
    bioregistry.schema:0000005 "2000191"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/MC_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/Novartis/hpath/master/src/hpath.obo> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-8372-8387 ;
    bioregistry.schema:0000023 "MC" ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/MC_"^^xsd:string ;
    bioregistry.schema:0000027 obo:MC_2000191 ;
    bioregistry.schema:0000029 "hpath" .

orcid:0000-0001-8372-8387 rdfs:label "Carlo Ravagli" ;
    foaf:mbox "carlo.ravagli@novartis.com" .

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

