@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 clisko: <http://www.agfa.com/w3c/2009/clinicalSKOSSchemes#>.
@prefix clinobs: <http://www.agfa.com/w3c/2009/clinicalObservation#>.
@prefix fma: <http://purl.org/sig/fma/>.
@prefix injury: <http://www.agfa.com/w3c/2009/injuries#>.
@prefix fracture: <http://www.agfa.com/w3c/2009/fractures#>.

<http://www.agfa.com/w3c/2009/fractures#>
	a owl:Ontology;
	dce:title """Fractures"""@en;
	dce:creator """Hans Cools, MD; Agfa Healthcare/Belgium"""@en;
	dce:publisher """Agfa Healthcare/Belgium"""@en;
	dce:description """Formal general description of human bone fractures."""@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
#

fracture:RadialHead
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/fractures#>;
	rdfs:label """radial head fracture"""@en;
	#skos:definition """."""@en;
	rdfs:subClassOf injury:Fracture, [
		a owl:Restriction; owl:onProperty clinobs:hasSite; owl:someValuesFrom fma:Head_of_radius];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "263196008"^^clisko:sct20080731DT], [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "S52.11"^^clisko:icd10DT].

fracture:FemoralNeck
	a rdfs:Class;
	rdfs:isDefinedBy <http://www.agfa.com/w3c/2009/fractures#>;
	rdfs:label """femoral neck fracture"""@en;
	#skos:definition """."""@en;
	rdfs:subClassOf injury:Fracture, [
		a owl:Restriction; owl:onProperty clinobs:hasSite; owl:someValuesFrom fma:Neck_of_femur];
	skos:exactMatch [
		a skos:Concept; skos:inScheme clisko:icd10; skos:notation "S72.0"^^clisko:icd10DT];
	skos:narrowMatch [
		a skos:Concept; skos:inScheme clisko:sct20080731; skos:notation "359820003"^^clisko:sct20080731DT].

#
# PROPERTIES
#