How to express a photography with FRBR on Flickr

Hi,

I would like to see if this makes sense. I have read [FRBR Schema  
Core][1] and I would like to apply to photographs and specifically to  
things which are in Flickr. Let's say

There is a photography
     http://www.flickr.com/photos/karl/36680383/
The title is
     "The gardener slipped through the cracks"
The photo belongs to this set
     http://www.flickr.com/photos/karl/sets/659154/
The owner is
     "Karl Dubost"
The foaf file is
     http://www.la-grange.net/karl-foaf.xrdf
Original uploaded version of the image is at
     http://static.flickr.com/22/36680383_072987e88e_o_d.jpg
The Square Thumbnail is at
     http://static.flickr.com/22/36680383_072987e88e_s_d.jpg
The license is
     http://creativecommons.org/licenses/by-nc-nd/2.0/
The tags for the image are
     http://www.flickr.com/photos/karl/tags/montreal/
     http://www.flickr.com/photos/karl/tags/quebec/
     http://www.flickr.com/photos/karl/tags/canada/
     http://www.flickr.com/photos/karl/tags/chair/
     http://www.flickr.com/photos/karl/tags/sidewalk/

Is this correct in RDF/n3?

# Attempt to describe a photo.
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix rbib: <http://purl.org/net/xbib#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .

<http://www.flickr.com/photos/karl/36680383/>
   a frbr:Work;
   frbr:Person <#karl_dubost>;
   dc:title "The gardener slipped through the cracks"@en ;
   dc:date "2005-07-31";
   frbr:subject <http://www.flickr.com/photos/karl/tags/montreal/> ;
   frbr:subject <http://www.flickr.com/photos/karl/tags/quebec/> ;
   frbr:subject <http://www.flickr.com/photos/karl/tags/canada/> ;
   frbr:subject <http://www.flickr.com/photos/karl/tags/chair/> ;
   frbr:subject <http://www.flickr.com/photos/karl/tags/sidewalk/> ;
   frbr:realization <http://static.flickr.com/ 
22/36680383_072987e88e_o_d.jpg> .

<#karl_dubost>
   a foaf:Person ;
   foaf:name "Karl Dubost" ;
   foaf:homepage <http://www.la-grange.net/> .



QUESTIONS:
     I haven't figured out to express the following things. Any help?

The photo belongs to this set
     http://www.flickr.com/photos/karl/sets/659154/
The Square Thumbnail is at
     http://static.flickr.com/22/36680383_072987e88e_s_d.jpg
The license is
     http://creativecommons.org/licenses/by-nc-nd/2.0/



[1]: http://vocab.org/frbr/core

-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***

Received on Tuesday, 6 September 2005 18:17:36 UTC