Ontology
image regions (plain RDFS)
Base URI
http://www.w3.org/2004/02/image-regions#
URI of local version
http://www.bnowack.de/w3photo/specs/ontology9
Vocabulary format
RDF Schema (plain)
, no xml entities, no 'xml:lang' attributesVersion
2004-02-26
Comment
Plain RDFS version of the 'parts of image' vocabulary proposal
RDF/XML
<?xml version="1.0" ?>
<rdf:RDF xml:base="http://www.w3.org/2004/02/image-regions"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:imreg="http://www.w3.org/2004/02/image-regions#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#">
<rdfs:Class rdf:about="http://www.w3.org/2004/02/image-regions#Region">
<rdfs:label>Region</rdfs:label>
<rdfs:comment>A region of a photographic still image.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/2004/02/image-regions#Rectangle">
<rdfs:label>Rectangle</rdfs:label>
<rdfs:comment>A rectangular region of a photographic still image.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/2004/02/image-regions#Polygon">
<rdfs:label>Polygon</rdfs:label>
<rdfs:comment>A polygon-shaped region of a photographic still image.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/2004/02/image-regions#Circle">
<rdfs:label>Circle</rdfs:label>
<rdfs:comment>A circular region of a photographic still image.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
</rdfs:Class>
<rdfs:Class rdf:about="http://www.w3.org/2004/02/image-regions#Ellipse">
<rdfs:label>Ellipse</rdfs:label>
<rdfs:comment>An ellipse-shaped region of a photographic still image.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
</rdfs:Class>
<rdf:Property rdf:about="http://www.w3.org/2004/02/image-regions#coords">
<rdfs:label>coordinates</rdfs:label>
<rdfs:comment>The coordinates (or other details) of an image region.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/2004/02/image-regions#regionDepicts">
<rdfs:label>depicts</rdfs:label>
<rdfs:comment>A relation between a region of a photographic still image and an object it depicts.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/2004/02/image-regions#boundingBox">
<rdfs:label>boundingBox</rdfs:label>
<rdfs:comment>The coordinates of a bounding box of a region.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
<rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</rdf:Property>
<rdf:Property rdf:about="http://www.w3.org/2004/02/image-regions#region">
<rdfs:label>has region</rdfs:label>
<rdfs:comment>A relation between a photographic still image and a region.</rdfs:comment>
<vs:term_status>testing</vs:term_status>
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Image"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
</rdf:Property>
</rdf:RDF> |