# Photo metadata for: # http://www.ninebynine.org/Travels/2002Mar-W3CPlenary/ViewTowardCannes-full.jpg # # See: http://www.w3.org/TR/photo-rdf/ # # $Id: ViewTowardCannes.n3,v 1.1 2002/03/24 21:44:35 graham Exp $ # @prefix rdf: . @prefix rdfs: . @prefix photo-dc: . @prefix photo-technical: . @prefix photo-content: . @prefix people: . photo-dc:title "View from Mandelieu towards Cannes" ; photo-dc:subject photo-content:Landscape, photo-content:Panorama ; photo-dc:description """Panoramic view from near the conference hotel, looking across the bay towards Cannes, taken early morning, stitched together from several separate images. I forgot to set exposure lock for this sequence, hence the vertical darker bands :-( Snow-covered mountains can just be seen in the background.""" ; photo-dc:creator people:gk ; photo-dc:publisher people:gk ; # photo-dc:contributor ??? ; photo-dc:date "2002-02-25T08:12" ; photo-dc:type "image" ; photo-dc:format "image/jpeg" ; photo-dc:identifier "020225-0812-012:015" ; photo-dc:relation ; photo-dc:coverage "Cannes-Mandelieu" ; photo-dc:rights ; photo-technical:camera "Nikon CoolPix 995" ; photo-technical:lens "Zoom Nikkor 8-32mm 1:2.6-5.1" ; # photo-technical:film "???" ; # photo-technical:devel-date "???" ; # photo-technical:devel-date "???" ; photo-technical:light "daylight" ; rdfs:comment """This image was taken as four separate images and subsequently stiched into a single panoramic image using PanaVue Image Assembler v2.05.""" . # # End.