@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 clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix drug: <http://www.agfa.com/w3c/2009/drugTherapy#>.
@prefix immusupther: <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>.

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

immusupther:ImmunosuppressiveTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """immunosuppressive therapy"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf drug:Therapy, [
		a owl:Restriction; owl:onProperty drug:whereinAdministered; owl:someValuesFrom [
			a owl:Restriction; owl:onProperty agent:playsRole; owl:someValuesFrom immusupther:Immunosuppressant]];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "86553008"^^clisko:sct20080731DT].

immusupther:Immunosuppressant
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """immunosuppressant"""@en;
	skos:definition """Role of a substance suppressing a human immune system."""@en;
	rdfs:subClassOf drug:Role;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "372823004"^^clisko:sct20080731DT], [
		a skos:Concept; skos:inScheme clisko:atc20090101; skos:notation "L04AX04"^^clisko:atc20090101DT].

immusupther:SelectiveImmunosuppressiveTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """selective immunosuppressive therapy"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf immusupther:ImmunosuppressiveTherapy.

immusupther:TNFAInhibitingTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """tumor necrosis factor alpha (TNF-a) inhibiting therapy"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf immusupther:ImmunosuppressiveTherapy.

immusupther:InterleukinInhibitingTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """interleukin inhibiting therapy"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf immusupther:ImmunosuppressiveTherapy.

immusupther:CalcineurinInhibitingTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/immunosuppressiveTherapy#>;
	rdfs:label """interleukin inhibiting therapy"""@en;
	skos:definition """."""@en;
	rdfs:subClassOf immusupther:ImmunosuppressiveTherapy.