@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 agent: <http://eulersharp.sourceforge.net/2003/03swap/agent#>.
@prefix event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix human: <http://eulersharp.sourceforge.net/2003/03swap/human#>.
@prefix bac: <http://www.agfa.com/w3c/2009/bacteria#>.
@prefix clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix humdis: <http://www.agfa.com/w3c/2009/humanDisorder#>.
@prefix mic: <http://www.agfa.com/w3c/2009/microbiology#>.
@prefix hos: <http://www.agfa.com/w3c/2009/hospital#>.
@prefix vir: <http://www.agfa.com/w3c/2009/virus#>.
@prefix infdis: <http://www.agfa.com/w3c/2009/infectiousDisorder#>.

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

#
# CLASSES
#

infdis:Infection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """infectious disorder"""@en;
	skos:definition """Human disorder caused by an infector."""@en;
	skos:note """Inflammation can be absent."""@en;
	rdfs:subClassOf humdis:Disorder, [
		a owl:Restriction; owl:onProperty agent:hasPlayedRole; owl:someValuesFrom infdis:Infectee], [
		a owl:Restriction; owl:onProperty event:causedBy; owl:someValuesFrom [
			a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infector]];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "40733004"^^clisko:sct20080731DT].

infdis:NosocomialInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """nosocomial infection"""@en;
	skos:definition """Infection caused in a hospital."""@en;
	rdfs:subClassOf infdis:Infection, [
		a owl:Restriction; owl:onProperty event:originatedIn; owl:someValuesFrom hos:Hospital];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "19168005"^^clisko:sct20080731DT].

infdis:Infector
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """infector"""@en;
	skos:definition """Role of an agent infecting a human."""@en;
	skos:note """Not limited to organisms, e.g. also prion, virus. A virus can infect another virus."""@en;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty agent:rolePlayedBy; owl:someValuesFrom [
			a owl:Restriction; owl:onProperty event:causes; owl:someValuesFrom infdis:Infection]].

infdis:Infectee
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """infectee"""@en;
	skos:definition """Role of a human infected by a biological agent."""@en;
	skos:note """Not limited to organisms, e.g. also prion, virus."""@en;
	rdfs:subClassOf human:Role.

infdis:BacterialInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """bacterial infection"""@en;
	skos:definition """Human infection caused by a bacterium."""@en;
	rdfs:subClassOf infdis:Infection, [
		a owl:Restriction; owl:onProperty event:causedBy; owl:someValuesFrom bac:Bacterium];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "87628006"^^clisko:sct20080731DT].

infdis:ViralInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """viral infection"""@en;
	skos:definition """Human infection caused by a virus."""@en;
	rdfs:subClassOf infdis:Infection, [
		a owl:Restriction; owl:onProperty event:causedBy; owl:someValuesFrom vir:Virus];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "34014006"^^clisko:sct20080731DT].

infdis:GenitourinaryTractInfection
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	rdfs:label """genitourinary tract infection"""@en;
	rdfs:subClassOf humdis:GenitourinarySystemDisorder, infdis:Infection;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "189176002"^^clisko:sct20080731DT].

#
# PROPERTIES
#

infdis:infectedBy
	a owl:ObjectProperty;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	skos:definition """Specifying an agent in the role of infector of a human."""@en;
	rdfs:domain [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infectee];
	rdfs:range [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infector].

infdis:infects
	a owl:ObjectProperty;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/infectiousDisorder#>;
	skos:definition """Specifying an agent infected by another agent."""@en;
	owl:inverseOf infdis:infectedBy;
	rdfs:domain [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infector];
	rdfs:range [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infectee].