@prefix dce: . @prefix owl: . @prefix rdfs: . @prefix skos: . @prefix clisko: . @prefix ther: . @prefix stemcelltrans: . a owl:Ontology; dce:title """Stem cell transplantation"""@en; dce:creator """Hans Cools, MD, Agfa Healthcare/Belgium"""@en; dce:publisher """Agfa Healthcare/Belgium"""@en; dce:description """General description of stem cell transplantation."""@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 # stemcelltrans:HematopoieticStemCellTransplantation a rdfs:Class; rdfs:isDefinedBy ; rdfs:label """hematopoietic stem cell transplantation"""@en; skos:definition """."""@en; rdfs:subClassOf ther:Surgery. stemcelltrans:AutologousHematopoieticStemCellTransplantation a rdfs:Class; rdfs:isDefinedBy ; rdfs:label """autologous hematopoietic stem cell transplantation"""@en; skos:definition """."""@en; rdfs:subClassOf stemcelltrans:HematopoieticStemCellTransplantation. stemcelltrans:AllogenicHematopoieticStemCellTransplantation a rdfs:Class; rdfs:isDefinedBy ; rdfs:label """allogenic hematopoietic stem cell transplantation"""@en; skos:definition """."""@en; rdfs:subClassOf stemcelltrans:HematopoieticStemCellTransplantation.