@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 clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix infdis: <http://www.agfa.com/w3c/2009/infectiousDisorder#>.
@prefix vir: <http://www.agfa.com/w3c/2009/virus#>.
@prefix influ: <http://www.agfa.com/w3c/2009/influenza#>.

<http://www.agfa.com/w3c/2009/influenza#>
	a owl:Ontology;
	dce:title """Influenza"""@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 influenza."""@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
#

influ:Influenza
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/influenza#>;
	rdfs:label """influenza"""@en;
	rdfs:subClassOf infdis:ViralInfection, [
		a owl:Restriction; owl:onProperty event:causedBy; owl:someValuesFrom [
			rdfs:subClassOf vir:Orthomyxovirida;
			a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infector]];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "6142004"^^clinskosch:sct20080731DT].