@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 clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix ther: <http://www.agfa.com/w3c/2009/therapy#>.
@prefix hemather: <http://www.agfa.com/w3c/2009/hematoTherapy#>.

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

hemather:Hematotherapy
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hematoTherapy#>;
	rdfs:label """hematotherapy"""@en;
	skos:definition """Therapy wherein blood or derivative is administered."""@en;
	rdfs:subClassOf ther:Therapy.

hemather:Leukapheresis
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/hematoTherapy#>;
	rdfs:label """leukapheresis"""@en;
	skos:definition """Extracting leukocytes extracorporeally from a patient's blood and returning the remainder blood to the circulation."""@en;
	rdfs:subClassOf hemather:Hematotherapy;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "77257005"^^clisko:sct20080731DT].