@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 obo: <http://purl.obolibrary.org/obo/> .
@prefix obofoundry: <https://www.obofoundry.org/ontology/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@prefix ontobee: <http://www.ontobee.org/ontology/> .
@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:aberowl dcterms:hasPart aberowl:HTN .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:HTN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:htn .

bioregistry.metaresource:obofoundry dcterms:hasPart obofoundry:htn .

bioregistry.metaresource:ols dcterms:hasPart ols:htn .

bioregistry.metaresource:ontobee dcterms:hasPart ontobee:HTN .

bioregistry.metaresource:wikidata.entity dcterms:hasPart wikidata:Q81661655 .

bioregistry:htn a bioregistry.schema:0000001 ;
    rdfs:label "Hypertension Ontology" ;
    dcterms:description "An ontology for representing clinical data about hypertension, intended to support classification of patients according to various diagnostic guidelines"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/aellenhicks/htn_owl> ;
    skos:exactMatch aberowl:HTN,
        ontobee:HTN,
        wikidata:Q81661655,
        bioportal:HTN,
        ols:htn,
        obofoundry:htn ;
    dcat:keyword "obo",
        "ontology" ;
    foaf:homepage <https://github.com/aellenhicks/htn_owl> ;
    bioregistry.schema:0000005 "00000014"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/HTN_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000010 obo:htn.owl ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-1795-5570 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/HTN_"^^xsd:string ;
    bioregistry.schema:0000027 obo:HTN_00000014 ;
    bioregistry.schema:0000029 "htn" .

orcid:0000-0002-1795-5570 rdfs:label "Amanda Hicks" ;
    foaf:mbox "aellenhicks@gmail.com" .

aberowl:HTN dcterms:isPartOf bioregistry.metaresource:aberowl .

ontobee:HTN dcterms:isPartOf bioregistry.metaresource:ontobee .

wikidata:Q81661655 dcterms:isPartOf bioregistry.metaresource:wikidata.entity .

bioportal:HTN dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:htn dcterms:isPartOf bioregistry.metaresource:ols .

obofoundry:htn dcterms:isPartOf bioregistry.metaresource:obofoundry .

