@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix humdis: <http://www.agfa.com/w3c/2009/humanDisorder#>.
@prefix hyperten: <http://www.agfa.com/w3c/2009/hypertensiveDisorder#>.

<http://www.agfa.com/w3c/2009/hypertensiveDisorder#>
	a owl:Ontology;
	dce:title """Hypertensive Disorder"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of hypertensive disorder."""@en;
	dce:format """OWL Full"""@en;
	rdfs:comment """Copyright (c) 2009 Agfa-Gevaert Group / Ghent University - IBBT/ELIS - Multimedia Lab All Rights Reserved THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Agfa-Gevaert Group/ Ghent University - IBBT/ELIS - Multimedia Lab The copyright notice above does not evidence any actual or intended publication of such source code."""@en.

#
# CLASSES
#

hyperten:HypertensiveDisorder
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hypertensiveDisorder#>;
	rdfs:label """hypertensive disorder"""@en;
	rdfs:subClassOf humdis:CirculatorySystemDisorder.

hyperten:EssentialHypertension
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hypertensiveDisorder#>;
	rdfs:label """essential hypertension"""@en;
	rdfs:subClassOf hyperten:HypertensiveDisorder;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "I10"^^clisko:icd10DT], [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "I10.9"^^clisko:icd10DT].

hyperten:BenignEssentialHypertension
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hypertensiveDisorder#>;
	rdfs:label """benign essential hypertension"""@en;
	rdfs:subClassOf hyperten:EssentialHypertension;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "1201005"^^clisko:sct20080731DT].