@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 snomedct: <http://www.ihtsdo.org/>.
@prefix agent: <http://eulersharp.sourceforge.net/2003/03swap/agent#>.
@prefix doc: <http://eulersharp.sourceforge.net/2003/03swap/document#>.
@prefix event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix humanbody: <http://eulersharp.sourceforge.net/2003/03swap/humanBody#>.
@prefix ana: <http://www.agfa.com/w3c/2009/anatomy#>.
@prefix carvaseva: <http://www.agfa.com/w3c/2009/cardiovascularEvaluation#>.
@prefix clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix hecaad: <http://www.agfa.com/w3c/2009/healthCareAdministration#>.
@prefix heca: <http://www.agfa.com/w3c/2009/healthCare#>.
@prefix ecg: <http://www.agfa.com/w3c/2009/electrocardiography#>.

<http://www.agfa.com/w3c/2009/electrocardiography>
	a owl:Ontology;
	dce:title """Electrocardiography"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:contributor """Until 2010: Pieterjan De Potter, Pedro Debevere; Ghent University - IBBT/ELIS - Multimedia Lab/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of electrocardiography."""@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
#

ecg:LeadSite
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/electrocardiography#>;
	rdfs:label """electrocardiograph lead site"""@en;
	skos:definition """Site on a human body surface where to put an electrocardiograph lead."""@en;
	#rdfs:subClassOf [a owl:Restriction; owl:onProperty space:locatedOn; owl:someValuesFrom humanbody:Surface];
	skos:exactMatch [a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "272728002"^^clinskosch:sct20080731DT].

ecg:Electrocardiograph
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/electrocardiography#>;
	rdfs:label """electrocardiograph"""@en;
	skos:definition """Recorder of the electrical activity of the heart."""@en;
	rdfs:subClassOf heca:Machine, [
		a owl:Restriction; owl:onProperty agent:playsRole; owl:allValuesFrom [
			rdfs:subClassOf agent:Monitor, doc:Author]], [
		a owl:Restriction; owl:onProperty agent:actsIn; owl:allValuesFrom ecg:Electrocardiography];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "86184003"^^clinskosch:sct20080731DT].
	
ecg:Electrocardiography
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/electrocardiography#>;
	rdfs:label """electrocardiography"""@en;
	skos:definition """Recording of the electrical activity of the heart."""@en;
	rdfs:subClassOf carvaseva:CardiacEvaluation, [
		a owl:Restriction; owl:onProperty clinproc:hasSite; owl:allValuesFrom ana:CardiacStructure], [
		a owl:Restriction; owl:onProperty event:hasOutput; owl:allValuesFrom ecg:Electrocardiogram];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "29303009"^^clinskosch:sct20080731DT].

ecg:StandardElectrocardiography
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/electrocardiography#>;
	rdfs:label """standard electrocardiography"""@en;
	skos:definition """Standard recording of the electrical activity of the heart."""@en;
	rdfs:subClassOf ecg:Electrocardiography;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "164847006"^^clinskosch:sct20080731DT].
	
ecg:Electrocardiogram
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/electrocardiography#>;
	rdfs:label """electrocardiogram"""@en;
	skos:definition """Electrocardiography report."""@en;
	rdfs:subClassOf hecaad:Report, [
		a owl:Restriction; owl:onProperty doc:authoredBy; owl:allValuesFrom [
			agent:rolePlayedBy ecg:Electrocardiograph]].

#ElectricSignal
#ECG parameters:
#PRDuration
#QRSWidth
#QTDuration...