@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 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:aberowl dcterms:hasPart aberowl:HOIP .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:HOIP .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hoip .

bioregistry:hoip a bioregistry.schema:0000001 ;
    rdfs:label "Homeostasis imbalance process ontology" ;
    dcterms:contributor orcid:0000-0001-5705-7831 ;
    dcterms:description "An ontology of processes triggered by homeostatic imbalance, with a focus on COVID-19 infectious processes."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/yuki-yamagata/hoip> ;
    skos:exactMatch aberowl:HOIP,
        bioportal:HOIP ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://knowledge.brc.riken.jp/bioresource/ontology/HOIP> ;
    bioregistry.schema:0000005 "0040379"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.bioontology.org/ontology/HOIP/HOIP_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/yuki-yamagata/hoip/blob/c70ae6d4868ca951d075cec409e863fa4abe19b2/hoip_0308.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-9673-1283 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://purl.bioontology.org/ontology/HOIP/HOIP_"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.bioontology.org/ontology/HOIP/HOIP_0040379> ;
    bioregistry.schema:0000029 "hoip" .

orcid:0000-0001-5705-7831 rdfs:label "Harry Caufield" ;
    foaf:mbox "j.harry.caufield@gmail.com" .

orcid:0000-0002-9673-1283 rdfs:label "Yuki Yamagata" ;
    foaf:mbox "yuki.yamagata@riken.jp" .

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

aberowl:HOIP dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:HOIP dcterms:isPartOf bioregistry.metaresource:bioportal .

