- From: Karl Dubost <karl@w3.org>
- Date: Thu, 25 Aug 2005 15:02:06 -0400
- To: Content-wire Research <editor@content-wire.com>
- Cc: <semantic-web@w3.org>
Le 05-08-24 à 23:53, Content-wire Research a écrit : > Each entity/attribution relation can then be viewed/search > according to some kinf of facets navigation > Movie in my view should be a separate entity (ie movie duration is > an attribute of movie together with > actors, director etc) while movie viewing time is a different type > of variable and it should be in a different > 'table' (schema?) I see your point. Just note. I'm not trying to address the descriptive note of the movies but more the conflicts between events. Let me take a practical example ### Montreal Film Festival schedule # @prefix dt: <http://www.w3.org/2001/XMLSchema#> . @prefix events: <#> . events:id-p4-27-1 :subject <urn:imdb:tt0456470>; :startingDate [ dt:dateTime "2005-08-27T14:00:00-05:00" ]; :endingDate [ dt:dateTime "2005-08-27T16:10:00-05:00" ]; :eventOccursAt events:p4 . events:id-ci-27-4 :subject <urn:imdb:tt0456470>; :startingDate [ dt:dateTime "2005-08-27T18:30:00-05:00" ]; :endingDate [ dt:dateTime "2005-08-27T20:40:00-05:00" ]; :eventOccursAt events:ci . events:id-p1-27-2 :subject <urn:imdb:tt0332639>; :startingDate [ dt:dateTime "2005-08-27T18:30:00-05:00" ]; :endingDate [ dt:dateTime "2005-08-27T20:20:00-05:00" ]; :eventOccursAt events:p1 . ## ENDS In this data you can see that there are two movies urn:imdb:tt0456470 urn:imdb:tt0332639 three places p1 ci p7 One conflict events:id-ci-27-4 events:id-p1-27-2 From this, I should have a result, proposing me: Go to events:id-p4-27-1 and events:id-p1-27-2 then I will be able to see the two movies. Is it clearer? -- Karl Dubost - http://www.w3.org/People/karl/ W3C Conformance Manager *** Be Strict To Be Cool ***
Received on Thursday, 25 August 2005 19:02:12 UTC