# Photo metadata for: # http://www.ninebynine.org/Travels/2002Mar-Bedwyn/020329-1752-090.jpg # # See: http://www.w3.org/TR/photo-rdf/ # # $Id: 020329-1752-090.n3,v 1.1 2002/03/31 18:02:56 graham Exp $ # @prefix rdf: . @prefix rdfs: . @prefix photo-dc: . @prefix photo-technical: . @prefix photo-content: . @prefix people: . photo-dc:title "Swan in meadow" ; photo-dc:subject photo-content:Landscape ; photo-dc:description """A swan resting in the meadow beside the canal.""" ; photo-dc:creator people:gk ; photo-dc:publisher people:gk ; # photo-dc:contributor ??? ; photo-dc:date "2002-03-29T17:52" ; photo-dc:type "image" ; photo-dc:format "image/jpeg" ; photo-dc:identifier "020329-1752-090" ; # photo-dc:relation <...> ; photo-dc:coverage "Kennet and Avon canal" ; 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 """(No comment)""" . # # End.