@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 event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix clinskosch: <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 bac: <http://www.agfa.com/w3c/2009/bacteria#>.
@prefix urtrin: <http://www.agfa.com/w3c/2009/urinaryTractInfection#>.

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

urtrin:UrinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/urinaryTractInfection#>;
	rdfs:label """urinary tract infection"""@en;
	rdfs:subClassOf humdis:UrinarySystemDisorder, infdis:Infection;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "68566005"^^clinskosch:sct20080731DT].

urtrin:LowerUrinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/urinaryTractInfection#>;
	rdfs:label """lower urinary tract infection"""@en;
	rdfs:subClassOf humdis:LowerUrinaryTractDisorder; # urtrin:UrinaryTractInfection
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "4009004"^^clinskosch:sct20080731DT].

urtrin:AcuteUrinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/urinaryTractInfection#>;
	rdfs:label """acute urinary tract infection"""@en;
	rdfs:subClassOf urtrin:UrinaryTractInfection;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty event:hasOnsetMode; owl:allValuesFrom event:Sudden];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "431309003"^^clinskosch:sct20080731DT].

urtrin:AcuteLowerUrinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/urinaryTractInfection#>;
	rdfs:label """acute lower urinary tract infection"""@en;
	rdfs:subClassOf urtrin:LowerUrinaryTractInfection;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty event:hasOnsetMode; owl:allValuesFrom event:Sudden];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "431737008"^^clinskosch:sct20080731DT].

urtrin:EColiLowerUrinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/urinaryTractInfection#>;
	rdfs:label """Escherichia coli lower urinary tract infection"""@en;
	rdfs:subClassOf urtrin:LowerUrinaryTractInfection, infdis:BacterialInfection;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty event:causedBy; owl:someValuesFrom bac:EscherichiaColi].