#Processed by Id: cwm.py,v 1.148 2004/03/21 04:24:32 timbl Exp 
        #    using base file:/home/connolly/w3ccvs/WWW/2004/05dc-lga/
        
#  Notation3 generation by
#       notation3.py,v 1.153 2004/03/21 04:24:35 timbl Exp

#   Base was: file:/home/connolly/w3ccvs/WWW/2004/05dc-lga/
     @prefix : <http://opencyc.sourceforge.net/daml/cyc.daml#> .
     @prefix Chi: <http://www.w3.org/2002/12/cal/tzd/America/Chicago#> .
     @prefix New: <http://www.w3.org/2002/12/cal/tzd/America/New_York#> .
     @prefix aa: <aa-mci-lga-raw.rdf#> .
     @prefix apt: <http://www.daml.org/2001/10/html/airport-ont#> .
     @prefix cal: <http://www.w3.org/2002/12/cal/ical#> .
     @prefix cityl: <http://www.w3.org/2000/10/swap/pim/cityLookup#> .
     @prefix dt: <http://www.w3.org/2001/XMLSchema#> .
     @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
     @prefix t: <http://www.w3.org/2000/10/swap/pim/travelTerms#> .
     @prefix wee: <../../2003/09dc-bos/weekDays#> .
    
    <../../2000/10/swap/pim/itin2ical.n3>     <http://purl.org/dc/elements/1.1/description> """
rules to map from travel itinerary vocabulary
to iCalendar vocabulary.
$Id: aa-mci-lga.n3,v 1.1 2004/04/26 16:57:00 connolly Exp $
""";
         <http://purl.org/dc/elements/1.1/relation> <../../2000/10/swap/pim/toIcal.py>,
                <http://www.w3.org/2002/12/cal/fromIcal.py>,
                <http://www.w3.org/2002/12/cal/ical>;
         <http://purl.org/dc/elements/1.1/source> <http://www.ietf.org/rfc/rfc2445.txt> .
    
    <aa-mci-lga-raw.rdf>     :containsInformationAbout-Focally  [
             :subEvents  [
                 a cal:Vevent;
                 :endingDate aa:date_2004-05-15;
                 :fromLocation  [
                     a :Airport-Physical;
                     :inRegion Chi:tz;
                     apt:iataCode "MCI";
                     cityl:formVal "MCI";
                     cityl:weatherPage <http://www.wunderground.com/cgi-bin/findweather/getForecast?query=MCI>;
                     geo:lat "39.30347824";
                     geo:long "-94.71977997" ];
                 :startingDate aa:date_2004-05-15;
                 :toLocation  [
                     a :Airport-Physical;
                     :inRegion New:tz;
                     apt:iataCode "LGA";
                     cityl:formVal "LGA";
                     cityl:weatherPage <http://www.wunderground.com/cgi-bin/findweather/getForecast?query=LGA>;
                     geo:lat "40.77455139";
                     geo:long "-73.87463379" ];
                 t:arrivalTime "17:05";
                 t:carrier  [
                     :nameOfAgent "AMERICAN AIRLINES" ];
                 t:departureTime "13:24";
                 t:flightNumber "0556";
                 cal:dtend  [
                     New:tz "2004-05-15T17:05:00" ];
                 cal:dtstart  [
                     Chi:tz "2004-05-15T13:24:00" ];
                 cal:summary "#0556 to LGA on AMERICAN AIRLINES" ],
                     [
                 a cal:Vevent;
                 :endingDate aa:date_2004-05-21;
                 :fromLocation  [
                     a :Airport-Physical;
                     :inRegion New:tz;
                     apt:iataCode "LGA";
                     cityl:formVal "LGA";
                     cityl:weatherPage <http://www.wunderground.com/cgi-bin/findweather/getForecast?query=LGA>;
                     geo:lat "40.77455139";
                     geo:long "-73.87463379" ];
                 :startingDate aa:date_2004-05-21;
                 :toLocation  [
                     a :Airport-Physical;
                     :inRegion Chi:tz;
                     apt:iataCode "MCI";
                     cityl:formVal "MCI";
                     cityl:weatherPage <http://www.wunderground.com/cgi-bin/findweather/getForecast?query=MCI>;
                     geo:lat "39.30347824";
                     geo:long "-94.71977997" ];
                 t:arrivalTime "21:44";
                 t:carrier  [
                     :nameOfAgent "AMERICAN AIRLINES" ];
                 t:departureTime "19:30";
                 t:flightNumber "0489";
                 cal:dtend  [
                     Chi:tz "2004-05-21T21:44:00" ];
                 cal:dtstart  [
                     New:tz "2004-05-21T19:30:00" ];
                 cal:summary "#0489 to MCI on AMERICAN AIRLINES" ] ] .
    
    aa:date_2004-05-15     a :Saturday;
         dt:date "2004-05-15" .
    
    aa:date_2004-05-21     a :Friday;
         dt:date "2004-05-21" .
    
    :Friday     a :DayOfWeekType;
         wee:dayAbbr "FR";
         wee:index 4;
         :nameString "Friday" .
    
    :Monday     a :DayOfWeekType;
         wee:dayAbbr "MO";
         wee:index 0;
         :nameString "Monday" .
    
    :Saturday     a :DayOfWeekType;
         wee:dayAbbr "SA";
         wee:index 5;
         :nameString "Saturday" .
    
    :Sunday     a :DayOfWeekType;
         wee:dayAbbr "SU";
         wee:index 6;
         :nameString "Sunday" .
    
    :Thursday     a :DayOfWeekType;
         wee:dayAbbr "TH";
         wee:index 3;
         :nameString "Thursday" .
    
    :Tuesday     a :DayOfWeekType;
         wee:dayAbbr "TU";
         wee:index 1;
         :nameString "Tuesday" .
    
    :Wednesday     a :DayOfWeekType;
         wee:dayAbbr "WE";
         wee:index 2;
         :nameString "Wednesday" .
    
    Chi:tz     a :SpatialThing,
                cal:Vtimezone .
    
    New:tz     a :SpatialThing,
                cal:Vtimezone .
    
#ENDS

