@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@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 infdis: <http://www.agfa.com/w3c/2009/infectiousDisorder#>.
@prefix retrin: <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>.

<http://www.agfa.com/w3c/2009/respiratoryTractInfection#>
	a owl:Ontology;
	dce:title """Respiratory Tract Infection"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal description of respiratory tract infection."""@en;
	dce:format """OWL Full"""@en;
	rdfs:comment """Copyright (c) 2009 Agfa-Gevaert Group. All Rights Reserved. THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Agfa-Gevaert Group. The copyright notice above does not evidence any actual or intended publication of such source code."""@en.

#
# CLASSES
#

retrin:RespiratoryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """respiratory tract infection"""@en;
	rdfs:subClassOf humdis:RespiratorySystemDisorder, infdis:Infection;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "275498002"^^clisko:sct20080731DT].

retrin:UpperRespiratoryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """Upper respiratory tract infection"""@en;
	rdfs:subClassOf humdis:UpperRespiratoryTractDisorder.

retrin:LowerRespiratoryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """lower respiratory tract infection"""@en;
	rdfs:subClassOf humdis:LowerRespiratoryTractDisorder;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "50417007"^^clisko:sct20080731DT].

retrin:Pneumonia
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """infectious pneumonia"""@en;
	rdfs:subClassOf retrin:LowerRespiratoryTractInfection, humdis:Pneumonia;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "128601007"^^clisko:sct20080731DT].

retrin:BacterialPneumonia
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """bacterial pneumonia"""@en;
	rdfs:subClassOf retrin:Pneumonia, infdis:BacterialInfection;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "53084003"^^clisko:sct20080731DT].

retrin:BacterialPneumonia
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """bacterial pneumonia"""@en;
	rdfs:subClassOf retrin:Pneumonia, infdis:BacterialInfection;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "53084003"^^clisko:sct20080731DT], [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "J15.9"^^clisko:icd10DT].

retrin:AcuteTonsilInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryTractInfection#>;
	rdfs:label """Acute infectious tonsillitis"""@en;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "17741008"^^clisko:sct20080731DT], [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "J03"^^clisko:icd10DT].