@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 xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix quant: <http://eulersharp.sourceforge.net/2003/03swap/quantities#>.
@prefix units: <http://eulersharp.sourceforge.net/2003/03swap/units#>.
@prefix clinobs: <http://www.agfa.com/w3c/2009/clinicalObservation#>.
@prefix clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix clineva: <http://www.agfa.com/w3c/2009/clinicalEvaluation#>.
@prefix clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix respiration: <http://www.agfa.com/w3c/2009/respiratoryRate#>.

<http://www.agfa.com/w3c/2009/respiratoryRate#>
	a owl:Ontology;
	dce:title """Respiration Rate"""@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 description of respiration rate."""@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
#

respiration:Rate
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryRate#>;
	rdfs:label """respiration rate"""@en;
	skos:definition """Frequency of a respiration movement of a human."""@en;
	rdfs:subClassOf clinobs:VitalSign, quant:Frequency.
	
respiration:RateMeasuring
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryRate#>;
	rdfs:subClassOf clineva:Evaluating;
	rdfs:label """measuring respiration rate"""@en;
	skos:definition """Measuring of a respiration rate of a human."""@en;
	rdfs:subClassOf [
		a owl:Restriction; owl:onProperty event:hasOutput; owl:allValuesFrom respiration:RateMeasurement];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "408867002"^^clinskosch:sct20080731DT].

respiration:RateMeasurement
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/respiratoryRate#>;
	rdfs:label """respiration rate measurement"""@en;
	skos:definition """Measurement of a human respiration frequency."""@en;
	rdfs:subClassOf clinproc:Examination;
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "86290005"^^clinskosch:sct20080731DT].