# Photo metadata for:
#  http://www.ninebynine.org/Travels/2002Mar-Bedwyn/020329-1735-088.jpg
#
# See: http://www.w3.org/TR/photo-rdf/
#
# $Id: 020329-1735-088.n3,v 1.1 2002/03/31 18:03:27 graham Exp $
#

@prefix rdf:             <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:            <http://www.w3.org/TR/1999/PR-rdf-schema#> .
@prefix photo-dc:        <http://purl.oclc.org/dc/documents/rec-dces-199809.htm#> .
@prefix photo-technical: <http://www.w3.org/2000/PhotoRDF/technical-1-0#"> .
@prefix photo-content:   <http://www.w3.org/2000/PhotoRDF/content-1-0#"> .
@prefix people:          <http://id.ninebynine.org/people/> .

<http://www.ninebynine.org/Travels/2002Mar-Bedwyn/020329-1735-088.jpg>
  photo-dc:title       "Between Little Bedwyn and Froxfield" ;
  photo-dc:subject     photo-content:Landscape ;
  photo-dc:description
      """Approaching an isolated lock between Little Bedwyn and Froxfield.""" ;
  photo-dc:creator     people:gk ;
  photo-dc:publisher   people:gk ;
  # photo-dc:contributor ??? ;
  photo-dc:date        "2002-03-29T17:35" ;
  photo-dc:type        "image" ;
  photo-dc:format      "image/jpeg" ;
  photo-dc:identifier  "020329-1735-088" ;
  # photo-dc:relation    <...> ;
  photo-dc:coverage    "Kennet and Avon canal" ;
  photo-dc:rights      <http://www.ninebynine.org/Copyright-2002.html> ;

  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
      """I have another photo of this lock taken early on a winter morning.""" .
 
#
# End.
