@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 rela: <http://sweet.jpl.nasa.gov/2.3/rela.owl#>.
@prefix state: <http://sweet.jpl.nasa.gov/2.3/statePhysical.owl#>.
@prefix humanbody: <http://eulersharp.sourceforge.net/2003/03swap/humanBody#>.
@prefix clinskosch: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix boli: <http://www.agfa.com/w3c/2009/bodyLiquids#>.

<http://www.agfa.com/w3c/2009/bodyLiquids>
	a owl:Ontology;
	dce:title """Body Liquids"""@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 human body liquids."""@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
#

boli:BodyLiquid
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human body liquid"""@en;
	skos:definition """Any liquid contained by a human body."""@en;
	rdfs:subClassOf humanbody:Substance;
	rela:hasState state:Liquid.

boli:Blood
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human blood"""@en;
	skos:definition """Blood as contained by a human body."""@en;
	rdfs:subClassOf boli:BodyLiquid.

boli:VenousBlood
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human venous blood"""@en;
	skos:definition """Venous blood as contained by a human body."""@en;
	rdfs:subClassOf boli:Blood.

boli:ArterialBlood
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human arterial blood"""@en;
	skos:definition """Arterial blood as contained by a human body."""@en;
	rdfs:subClassOf boli:Blood.

boli:CapillaryBlood
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human capillary blood"""@en;
	skos:definition """Capillary blood as contained by a human body."""@en;
	rdfs:subClassOf boli:Blood.

boli:Urine
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human urine"""@en;
	skos:definition """Urine as contained by a human body."""@en;
	rdfs:subClassOf boli:BodyLiquid.

boli:CerebrospinalFluid
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/bodyLiquids#>;
	rdfs:label """human cerebrospinal fluid"""@en;
	skos:definition """Cerebrospinal fluid as contained by a human body."""@en;
	rdfs:subClassOf boli:BodyLiquid.

#boli:Lymph

#saliva

#tear

#perspiration

#semen