# $Id: danc.n3,v 1.3 2004/04/18 20:03:59 amdus Exp $ @prefix log: . @prefix dc: . @prefix : . [ 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 ]].