<?xml version='1.0'?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:owl="http://www.w3.org/2002/07/owl#"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
	xmlns:mpeg7="http://metadata.net/mpeg7/mpeg7.owl#"
	xml:base="http://metadata.net/mpeg7/mpeg7x#"
>
	<owl:Ontology rdf:about="">
            <rdfs:label>MPEG-7 extensions</rdfs:label>
		<rdfs:comment>
			Extensions to the MPEG-7 ontology (http://metadata.net/mpeg7) to
			incorporate image analysis terms including some from MATLAB.
		</rdfs:comment>
            <owl:versionInfo>v 1.0 2006/11/06 12:56:51 slittle</owl:versionInfo>
            <owl:imports rdf:resource="http://metadata.net/mpeg7/mpeg7.owl"/>
	</owl:Ontology>
	<owl:DatatypeProperty rdf:ID="matlabVisualFeature">
		<rdfs:comment>
			Image analysis measurements produced by the MATLAB Image Analysis Toolbox
		</rdfs:comment>
		<rdfs:label>MatlabVisualFeature</rdfs:label>
		<rdfs:domain rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#StillRegion"/>
		<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#decimal"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="eccentricity">
		<rdfs:label>eccentricity</rdfs:label>
		<rdfs:comment>the ratio of the distance between the foci of the ellipse and its major axis length</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="orientation">
		<rdfs:label>orientation</rdfs:label>
		<rdfs:comment>the angle (in degrees) between the x-axis and the major axis of the ellipse</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="area">
		<rdfs:label>area</rdfs:label>
		<rdfs:comment>Area of the region, usually measured in number of pixels</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="convexArea">
		<rdfs:label>convex area</rdfs:label>
		<rdfs:comment>the number of pixels in the convex image - the smallest convex polygon that can contain the region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="filledArea">
		<rdfs:label>filled area</rdfs:label>
		<rdfs:comment>the number of 'on' pixels in the filled image</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="majorAxisLength">
		<rdfs:label>major axis length</rdfs:label>
		<rdfs:comment>the length (in pixels) of the major axis of the ellipse that has the same normalized second central moments as the region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="minorAxisLength">
		<rdfs:label>minor axis length</rdfs:label>
		<rdfs:comment>the length (in pixels) of the minor axis of the ellipse that has the same normalized second central moments as the region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="equivDiameter">
		<rdfs:label>equivalent diameter</rdfs:label>
		<rdfs:comment>the diameter of a circle with the same area as the region. Computed as sqrt(4*Area/pi)</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="eulerNumber">
		<rdfs:label>euler number</rdfs:label>
		<rdfs:comment>equal to the number of objects in the region minus the number of holes in those objects</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="solidity">
		<rdfs:label>solidity</rdfs:label>
		<rdfs:comment>the proportion of the pixels in the convex hull that are also in the region. Computed as Area/ConvexArea</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	<owl:DatatypeProperty rdf:ID="extent">
		<rdfs:label>extent</rdfs:label>
		<rdfs:comment>the proportion of the pixels in the bounding box that are also in the region. Computed as the Area divided by the area of the bounding box</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="#matlabVisualFeature"/>
	</owl:DatatypeProperty>
	
	<owl:ObjectProperty rdf:ID="dominantColorRange">
		<rdfs:label>dominant color range</rdfs:label>
		<rdfs:comment>The range of colors (increments of 10 from Darkest to Lightest color) that is most common</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:ID="darkestColor">
		<rdfs:label>darkest color</rdfs:label>
		<rdfs:comment>min of the set of colors in a region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>	
	<owl:ObjectProperty rdf:ID="lightestColor">
		<rdfs:label>lightest color</rdfs:label>
		<rdfs:comment>max of the set of colors in a region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:ID="colorVariation">
		<rdfs:label>color variation</rdfs:label>
		<rdfs:comment>standard deviation of the set of colors in a region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:ID="meanColor">
		<rdfs:label>mean color</rdfs:label>
		<rdfs:comment>mean or average of the set of colors in a region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>
	<owl:ObjectProperty rdf:ID="colorRange">
		<rdfs:label>color range</rdfs:label>
		<rdfs:comment>Lightest color minus darkest color in a region</rdfs:comment>
		<rdfs:subPropertyOf rdf:resource="http://metadata.net/mpeg7/mpeg7.owl#color"/>
	</owl:ObjectProperty>
</rdf:RDF>
