@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 space: <http://eulersharp.sourceforge.net/2003/03swap/space#>.
@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#>.

<http://www.agfa.com/w3c/2009/antiviralTherapy>
	a owl:Ontology;
	dce:title """Antiviral Therapy"""@en;
	dce:creator """Hans Cools, MD"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of antiviral therapy 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
#

antivir:Therapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/antiviralTherapy#>;
	rdfs:label """antiviral therapy"""@en;
	skos:definition """Clinical therapy implying an antiviral drug."""@en;
	rdfs:subClassOf drug:Therapy, [
		a owl:Restriction; owl:onProperty drug:whereinAdministered; owl:someValuesFrom antivir:Drug].

antivir:Administering
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/antiviralTherapy#>;
	rdfs:label """antiviral drug administering"""@en;
	skos:definition """Administering an antiviral drug to a patient."""@en;
	rdfs:subClassOf drug:Administering, [
		a owl:Restriction; owl:onProperty clinproc:whereinAdministered; owl:someValuesFrom [ # drug:AdministrationForm
			a owl:Restriction; owl:onProperty space:contains; owl:someValuesFrom [ # drug:Product
				a owl:Restriction; owl:onProperty drug:hasActivePart; owl:someValuesFrom antivir:Drug]]].

antivir:Drug
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/antiviralTherapy#>;
	rdfs:label """antiviral drug"""@en;
	skos:definition """Substance inhibiting the multiplication of a virus."""@en;
	rdfs:subClassOf drug:Substance.

antivir:Ritonavir # HIV infection, AIDS
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/antiviralTherapy#>;
	rdfs:label """antiviral drug"""@en;
	skos:definition """Substance inhibiting the protease of a retrovirus."""@en;
	rdfs:subClassOf antivir:Drug.