@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix foaf: <http://xmlns.com/foaf/0.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 organism: <http://eulersharp.sourceforge.net/2003/03swap/organism#>.
@prefix clisko: <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#>.

<http://www.agfa.com/w3c/2009/virus#>
	a owl:Ontology;
	dce:title """Virus"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal description of virus."""@en;
	skos:note """For taxonomic relation http://www.uniprot.org/taxonomy/ is used."""@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
#

vir:Virus
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/virus#>;
	rdfs:label """virus"""@en;
	skos:definition """Infectious agent as DNA or RNA encapsulated or not in protein, without own replication system, using the one of a host cell of an organism."""@en;
	rdfs:subClassOf foaf:Agent, [
		a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom infdis:Infector], [
		a owl:Restriction; owl:onProperty organism:hasTaxon; owl:allValuesFrom <http://purl.uniprot.org/taxonomy/10239>];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "49872002"^^clisko:sct20080731DT].

vir:Orthomyxovirida
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/virus#>;
	rdfs:label """Orthomyxovirida"""@en;
	rdfs:subClassOf vir:Virus, [
		a owl:Restriction; owl:onProperty organism:hasTaxon; owl:allValuesFrom <http://purl.uniprot.org/taxonomy/11308>];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "55014007"^^clisko:sct20080731DT].

vir:InfluenzavirusA
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/virus#>;
	rdfs:label """Influenzavirus A"""@en;
	rdfs:subClassOf vir:Orthomyxovirida, [
		a owl:Restriction; owl:onProperty organism:hasTaxon; owl:allValuesFrom <http://purl.uniprot.org/taxonomy/197911>].