Some RDF image work

Libby Miller, 2004-03-02, for 1-2 March 2004 Meeting of the W3C Semantic Web Interest Group

Various image annotation work

Fun stuff

Vocabularies

But mainly - mixing vocabularies from many places - Creative Commons, Dublin Core, RDFiCal, Geo

Example RDF

See W3PhotoVocabs

<foaf:Image rdf:about='http://www94.web.cern.ch/WWW94/Images/ClosingPanel/Closingpanel5.gif'>
 <image:hasRegion>
   <image:Rectangle rdf:ID='p4'>
    <image:coords>380,110 498,205</image:coords>
    <dc:description>Dan Connolly writing something</dc:description>
     <image:regionDepicts>
      <foaf:Person>
       <foaf:name>Dan Connolly</foaf:name>
	<foaf:mbox_sha1sum>94b6eb0c835f928c5ed565dc3ed1a355ac1b41e5</foaf:mbox_sha1sum>
      </foaf:Person>
     </image:regionDepicts>
   </image:Rectangle>
  </image:hasRegion>
</foaf:Image>

also rights and creation information for both the metadata about the image and the image itself; dc title, date, description.

W3Photo project