W3C home > Mailing lists > Public > www-rdf-interest@w3.org > November 2004

Re: Annotating photos with events/subevents

From: Gregory Williams <greg@evilfunhouse.com>
Date: Wed, 3 Nov 2004 16:38:46 -0500
Message-Id: <BDB69579-2DE0-11D9-89F3-000A95C86A76@evilfunhouse.com>
Cc: www-rdf-interest@w3.org
To: Cameron McCormack <cam-www-rdf-interest@aka.mcc.id.au>

On Nov 2, 2004, at 7:53 AM, Cameron McCormack wrote:

> My events will be arranged into a hierarchy where an event can be a
> subevent of another event.  For example:
>
>   <http://example.org/events/2004/09/Tokyo> a photo:Event ;
>   	rdfs:label "Tokyo 2004" .
>
>   <http://example.org/events/2004/09/SVGOpen> a photo:Event ;
>   	rdfs:label "SVG Open 2004" ;
> 	photo:subEventOf <http://example.org/events/2004/09/Tokyo> .
>
>   <http://example.org/photos/2004/09/p1.jpg> a foaf:Image ;
>   	dc:title "Conference registration" ;
> 	photo:event <http://example.org/events/2004/09/SVGOpen> .

You might take a look at the work described in 
http://esw.w3.org/topic/SimplePhotoAnnotation for an existing way to 
annotate photos as being part of an event using dc:coverage and 
cyc:Event. I imagine you could then pull the hierarchy of events 
together with something like cyc:subEvents.

thanks,
..greg
Received on Wednesday, 3 November 2004 21:47:00 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:44:53 UTC