@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 fma: <http://purl.org/sig/fma/>.
@prefix clinobs: <http://www.agfa.com/w3c/2009/clinicalObservation#>.
@prefix humdis: <http://www.agfa.com/w3c/2009/humanDisorder#>.
@prefix hypothyr: <http://www.agfa.com/w3c/2009/hypothyroidism#>.

<http://www.agfa.com/w3c/2009/hypothyroidism#>
	a owl:Ontology;
	dce:title """Hypothyroidism"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal description of human hypothyroidism."""@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
#

hypothyr:Hypothyroidism
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hypothyroidism#>;
	rdfs:label """hypothyroidism"""@en;
	skos:definition """Subnormal functioning of a human thyroid gland, i.e. producing too little thyroid hormone."""@en;
	rdfs:subClassOf humdis:EndocrineSystemDisorder, [
		a owl:Restriction; owl:onProperty clinobs:hasSite; owl:someValuesFrom fma:x];
	skos:narrowMatch [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "E03"^^clisko:icd10DT];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "E03.9"^^clisko:icd10DT].

hypothyr:ExogenousSubstanceHypothyroidism
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hypothyroidism#>;
	rdfs:label """exogenous substance hypothyroidism"""@en;
	skos:definition """Hypothyroidism caused by intake of an exogenous substance."""@en;
	rdfs:subClassOf hypothyr:Hypothyroidism;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "E03.2"^^clisko:icd10DT].