@prefix dce: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix agent: . @prefix event: . @prefix human: . @prefix bac: . @prefix clisko: . @prefix humdis: . @prefix mic: . @prefix hos: . @prefix vir: . @prefix infdis: . 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 ; 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 ; 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 ; 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 ; 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 ; 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 ; 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 ; 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 ; 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 ; 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].