<?xml version="1.0" ?>
<rdf:RDF xml:base="http://www.example.com/specs/w3photo"
  xmlns:an="http://www.w3.org/2000/10/annotation-ns#" 
  xmlns:cc="http://web.resource.org/cc/" 
  xmlns:conf="http://www.mindswap.org/~golbeck/web/www04photo.owl#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:foaf="http://xmlns.com/foaf/0.1/" 
  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" 
  xmlns:ical="http://www.w3.org/2002/12/cal/ical#" 
  xmlns:image="http://jibbering.com/vocabs/image/#" 
  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:tec="http://www.mindswap.org/~glapizco/technical.owl#" 
  xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#" 
  xmlns:w3photo="http://www.example.com/specs/w3photo#" 
  xmlns:xsd="http://www.w3.org/2001/XMLSchema#">

  <rdfs:Class rdf:about="http://www.example.com/specs/w3photo#Annotation">
    <rdfs:label>w3photo annotation</rdfs:label>
    <rdfs:comment>class for validating w3photo annotations</rdfs:comment>
    <vs:term_status>unstable</vs:term_status>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/10/annotation-ns#Annotation"/>
  </rdfs:Class>

  <rdf:Property rdf:about="http://www.example.com/specs/w3photo#identifiedBy">
    <rdfs:label>identified by</rdfs:label>
    <rdfs:comment>any identifying property</rdfs:comment>
    <vs:term_status>testing</vs:term_status>
    <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdf:Property>

  <rdf:Property rdf:about="http://www.example.com/specs/w3photo#regionDepiction">
    <rdfs:label>depiction</rdfs:label>
    <rdfs:comment>A relation between an object and a region of a photographic still image that depicts it.</rdfs:comment>
    <vs:term_status>testing</vs:term_status>
    <rdfs:domain rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
    <rdfs:range rdf:resource="http://www.w3.org/2004/02/image-regions#Region"/>
  </rdf:Property>

  <rdf:Property rdf:about="http://www.example.com/specs/w3photo#regionOf">
    <rdfs:label>region of</rdfs:label>
    <rdfs:comment>A relation between a region and a photographic still image.</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://xmlns.com/foaf/0.1/Image"/>
  </rdf:Property>


</rdf:RDF>