@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 event: <http://eulersharp.sourceforge.net/2003/03swap/event#>.
@prefix quant: <http://eulersharp.sourceforge.net/2003/03swap/quantities#>.
@prefix clinobs: <http://www.agfa.com/w3c/2009/clinicalObservation#>.
@prefix clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix clinproc: <http://www.agfa.com/w3c/2009/clinicalProcedure#>.
@prefix clinlabproc: <http://www.agfa.com/w3c/2009/clinicalLabProcedure#>.
@prefix oxysat: <http://www.agfa.com/w3c/2009/oxygenSaturation#>.

<http://www.agfa.com/w3c/2009/oxygenSaturation#>
	a owl:Ontology;
	dce:title """Oxygen Saturation"""@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 oxygen saturation."""@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
#

oxysat:OxygenSaturation
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/oxygenSaturation#>;
	rdfs:label """oxygen saturation"""@en;
	skos:definition """Percentage of hemoglobin binding sites in the bloodstream occupied by oxygen."""@en;
	rdfs:subClassOf quant:Percentage, clinobs:Observable.

oxysat:OxygenSaturationMeasuring
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/oxygenSaturation#>;
	rdfs:label """oxygen saturation measuring"""@en;
	skos:definition """Measuring a percentage of hemoglobin binding sites in the bloodstream occupied by oxygen."""@en;
	rdfs:subClassOf clinlabproc:Examining, [
		a owl:Restriction; owl:onProperty event:hasOutput; owl:allValuesFrom oxysat:OxygenSaturationMeasurement];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "104847001"^^clinskosch:sct20080731DT], [
		a skos:Concept; skos:inScheme clinskosch:icpc2; skos:notation "*34.07"^^clinskosch:icpc2DT].

oxysat:OxygenSaturationMeasurement
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/oxygenSaturation#>;
	rdfs:label """oxygen saturation measurement"""@en;
	skos:definition """Measurement of percentage of hemoglobin binding sites in the bloodstream occupied by oxygen."""@en;
	rdfs:subClassOf clinlabproc:BloodExamination, [
		a owl:Restriction; owl:onProperty event:outputOf; owl:someValuesFrom oxysat:OxygenSaturation];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clinskosch:sct20080731; skos:notation "103228002"^^clinskosch:sct20080731DT].

# normal/abnormal oxygen supply, blood oxygen level

#
# PROPERTIES
#