@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix agent: <http://eulersharp.sourceforge.net/2003/03swap/agent#>.
@prefix fos: <http://eulersharp.sourceforge.net/2003/03swap/foster#>.
@prefix antiinflam: <http://www.agfa.com/w3c/2009/antiinflammatoryDrugs#>.
@prefix antihyperglycemic: <http://www.agfa.com/w3c/2009/antihyperglycemicDrugs#>.
@prefix antivir: <http://www.agfa.com/w3c/2009/antiviralDrugs#>.
@prefix clindia: <http://www.agfa.com/w3c/2009/clinicalDiagnostics#>.
@prefix drug: <http://www.agfa.com/w3c/2009/drugTherapy#>.
@prefix ophthaldrug: <http://www.agfa.com/w3c/2009/ophthalmologicDrugs#>.
@prefix drugexcip: <http://www.agfa.com/w3c/2009/drugExcipients#>.

<http://www.agfa.com/w3c/2009/drugExcipients>
	a owl:Ontology;
	dce:title """Drug Excipients"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal description of drug excipients 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
#

drugexcip:Binder
	a rdfs:Class;
	rdfs:subClassOf drug:ExcipientRole;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/drugExcipients#>;
	rdfs:label """clinical drug substance binder"""@en.

drugexcip:Filler
	a rdfs:Class;
	rdfs:subClassOf drug:ExcipientRole;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/drugExcipients#>;
	rdfs:label """clinical drug product filler"""@en.

drugexcip:ReleaseDelayer
	a rdfs:Class;
	rdfs:subClassOf drug:ExcipientRole;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/drugExcipients#>;
	rdfs:label """clinical drug substance release delayer"""@en.

drugexcip:PovidonK30 # just an example
	a rdfs:Class, drug:Excipient;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/drugExcipients#>;
	rdfs:label """povidon K30"""@en;
	rdfs:subClassOf [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom drugexcip:Binder].

drugexcip:MagnesiumStearate # just an example
	a rdfs:Class, drug:Excipient;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/drugExcipients#>;
	rdfs:label """magnesium stearate"""@en;
	rdfs:subClassOf [a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom drugexcip:Filler].