@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 drug: <http://www.agfa.com/w3c/2009/drugTherapy#>.
@prefix clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix drugprod: <http://www.agfa.com/w3c/2009/drugProducts#>.
@prefix drugexcip: <http://www.agfa.com/w3c/2009/drugExcipients#>.
@prefix ophthaldrug: <http://www.agfa.com/w3c/2009/ophthalmologicDrugs#>.

<http://www.agfa.com/w3c/2009/ophthalmologicDrugs#>
	a owl:Ontology;
	dce:title """Ophthalmologic drugs"""@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 description of ophthalmologic drugs."""@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
#

ophthaldrug:ArtificialTears
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/ophthalmologicDrugs#>;
	rdfs:label """artificial tears"""@en;
	skos:definition """Lubricant eye drops."""@en;
	rdfs:comment """E.g. to treat eye dryness and irritation due to deficient tear production"""@en;
	rdfs:subClassOf drug:Substance.

ophthaldrug:Hypromellose
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/ophthalmologicDrugs#>;
	rdfs:label """hypromellose"""@en;
	skos:definition """Semisynthetic, inert, viscoelastic polymer."""@en;
	rdfs:subClassOf ophthaldrug:ArtificialTears;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom drugexcip:ReleaseDelayer];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:atc20090101; skos:notation "S01KA02"^^clinskosch:atc20090101DT].