intro | image region vocab |  tests | screenshots | hack the ont
Image Region Vocabulary: RDFS+OWL Summary
Unterseiten ausblendenimage region vocab
RDFS+OWL summary
RDFS+OWL Documentation
OWL DL summary
RDFS summary

Ontology

image regions (RDFS+OWL)

Base URI

http://www.w3.org/2004/02/image-regions#

URI of local version

http://www.bnowack.de/w3photo/specs/ontology8

Vocabulary format

RDF Schema with OWL extensions , no xml entities, no 'xml:lang' attributes

Version

2004-02-26

Comment

RDFS + OWL 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#">

  <owl:Ontology rdf:about="http://www.w3.org/2004/02/image-regions">
    <rdfs:label>image regions (RDFS+OWL)</rdfs:label>
    <rdfs:comment>RDFS + OWL version of the 'parts of image' vocabulary proposal</rdfs:comment>
    <owl:versionInfo>2004-02-26</owl:versionInfo>
  </owl:Ontology>

  <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#region">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#InverseFunctionalProperty"/>
    <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: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:RDF>
  © 2004-2010 w3photo team | imprint