# $Id: danc.n3,v 1.12 2002/08/02 16:38:13 jderoo Exp $

@prefix log: <http://www.w3.org/2000/10/swap/log#>.
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix : <danc#>.

[ a :travelSchedule; :of [ a dc:author; :of :]] :includes
[ a :Trip; :when "2000-10"; :destination [ a :City; :called "Cambridge"; = :Cambridge]],
[ a :Trip; :when "2000-11"; :destination :Cambridge],
[ a :Trip; :when "2001-01"; :destination [ a :City; :called "Sophia-Antipolis"]],
[ a :Trip; :when "2001-02"; :destination :Cambridge],
[ a :Trip; :when "2001-03"; :destination [ a :City; :called "Austin"]],
[ a :Trip; :when "2001-05"; :destination [ a :City; :called "Hong-Kong"];
  :purpose [ a :Conference; :called "WWW10"; :homePage <http://www.www10.org/>]].

