# Photo metadata for: # http://www.ninebynine.org/Travels/2002Mar-W3CPlenary/MandelieuHotelView-full.jpg # # See: http://www.w3.org/TR/photo-rdf/ # # $Id: MandelieuHotelView.n3,v 1.3 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 "Panoramic view from conference hotel patio" ; photo-dc:subject photo-content:Landscape, photo-content:Panorama, photo-content:Group-portrait ; photo-dc:description """Panoramic view from the conference hotel patio, stitched together from several separate images. This is where coffee and snacks were served in the breaks between sessions""" ; photo-dc:creator people:gk ; photo-dc:publisher people:gk ; # photo-dc:contributor ??? ; photo-dc:date "2002-02-25T15:25" ; photo-dc:type "image" ; photo-dc:format "image/jpeg" ; photo-dc:identifier "020225-1525-016:024" ; 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 nine separate images and subsequently stiched into a single panoramic image using PanaVue Image Assembler v2.05.""" . # # End.