@prefix dce: <http://purl.org/dc/elements/1.1/>.
@prefix owl: <http://www.w3.org/2002/07/owl#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix snomedct: <http://www.ihtsdo.org/>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix clineva: <http://www.agfa.com/w3c/2009/clinicalEvaluation#>.
@prefix clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix carvaseva: <http://www.agfa.com/w3c/2009/cardiovascularEvaluation#>.

<http://www.agfa.com/w3c/2009/cardiovascularEvaluation>
	a owl:Ontology;
	dce:title """Cardiovascular Evaluation"""@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 general description of cardiovascular evaluation."""@en;
	dce:format """OWL-Full"""@en;
	rdfs:comment """Copyright (c) 2009 Agfa-Gevaert Group / Ghent University - IBBT/ELIS - Multimedia Lab All Rights Reserved THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Agfa-Gevaert Group/ Ghent University - IBBT/ELIS - Multimedia Lab The copyright notice above does not evidence any actual or intended publication of such source code."""@en.

#
# CLASSES
#

carvaseva:CardiovascularEvaluation
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/cardiovascularEvaluation#>;
	rdfs:label """cardiovascular evaluation"""@en;
	skos:definition """Evaluation of the cardiovascular status of a patient"""@en;
	rdfs:subClassOf clineva:Evaluation;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "43038000"^^clisko:sct20080731DT].

carvaseva:CardiacEvaluation
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/cardiovascularEvaluation#>;
	rdfs:label """cardiac evaluation"""@en;
	skos:definition """Evaluation of the heart status of a patient"""@en;
	rdfs:subClassOf carvaseva:CardiovascularEvaluation.