@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 fos: <http://eulersharp.sourceforge.net/2003/03swap/foster#>.
@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 clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix drug: <http://www.agfa.com/w3c/2009/drugTherapy#>.
@prefix antivir: <http://www.agfa.com/w3c/2009/antiviralTherapy#>.
@prefix antivirals: <http://www.agfa.com/w3c/2009/antivirals#>.

<http://www.agfa.com/w3c/2009/antivirals>
	a owl:Ontology;
	dce:title """Antivirals"""@en;
	dce:creator """Hans Cools, MD"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of antivirals as used in human medicine."""@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
#


# ONSET

# to be linked to pharmacological substances DB or ontology


antivirals:Ritonavir # HIV infection, AIDS
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/antivirals#>;
	rdfs:label """ritonavir"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf antivir:Drug.