@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix dct: <http://purl.org/dc/terms/>.
@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 event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix clineva: <http://www.agfa.com/w3c/2009/clinicalEvaluation#>.
@prefix clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix clinobs: <http://www.agfa.com/w3c/2009/clinicalObservation#>.
@prefix clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix heca: <http://www.agfa.com/w3c/2009/healthCare#>.
@prefix ther: <http://www.agfa.com/w3c/2009/therapy#>.
@prefix radther: <http://www.agfa.com/w3c/2009/radiationTherapy#>.

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


# To be modeled further in a same way as drug therapy: <http://www.agfa.com/w3c/2009/drugTherapy#>,
# eg. administration of certain type of radiation in a certain dosis in a scheme


#
# CLASSES
#

radther:RadiationTherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/radiationTherapy#>;
	rdfs:label """radiation therapy"""@en;
	skos:definition """Using ionizing radiation in remediating a human health problem."""@en;
	rdfs:subClassOf ther:Therapy;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "53438000"^^clisko:sct20080731DT].