  @prefix prog: <http://programme.ecs.soton.ac.uk/2010/programme-schema#> .
  @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
  @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  @prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
  @prefix swc: <http://data.semanticweb.org/ns/swc/ontology#> .
  @prefix cal: <http://www.w3.org/2002/12/cal#> .
  @prefix foaf: <http://xmlns.com/foaf/0.1/> .
  @prefix dc: <http://purl.org/dc/elements/1.1/> .
  @prefix owl: <http://www.w3.org/2002/07/owl#> .
  @prefix this: <http://data.dev8d.org/2010/programme/dev8d_programme.rdf#> .
  @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://data.dev8d.org/2010/programme/dev8d_programme.rdf>
    a prog:Programme;
    foaf:primaryTopic <http://data.dev8d.org/2010/programme/dev8d_programme.rdf>;
    dc:title "JISC Dev8D 2010 Programme";
    prog:hasSubProgramme
        this:prog-wed,
        this:prog-thu,
        this:prog-fri,
        this:prog-sat.

this:event
    a
        prog:Event,
        swc:ConferenceEvent;
    swc:hasProgramme <http://data.dev8d.org/2010/programme/dev8d_programme.rdf>;
    swc:hasLocation this:loc-conference_venue;
    foaf:homepage <http://www.dev8d.org/>;
    foaf:based_near <http://dbpedia.org/resource/London>;
    cal:summary "JISC Dev8D 2010";
    cal:dtstart "2010-02-24T10:30:00";
    cal:dtend "2010-02-27T16:30:00";
    prog:hasTwitterTag "#dev8d".

<http://dbpedia.org/resource/London>
    rdfs:label "London";
    a prog:Location.

this:loc-conference_venue
    a
        prog:Location,
        swc:ConferenceVenuePlace;
    rdfs:label "University of London Union";
    geo:lat "51.522106";
    geo:long "-0.13146";
    geohash "gcpvj5260b8m".

this:loc-workshop
    a
        prog:Location,
        swc:MeetingRoomPlace;
    rdfs:label "Workshop (3B)";
    swc:hasLocation this:loc-conference_venue;
    prog:hasTwitterTag "#dev8d #wk";
    geo:lat "51.522556";
    geo:long "-0.131163";
    prog:geohash "gcpvj52kxstf";
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Workshop>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Workshop>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Workshop>.

this:loc-project
    a
        prog:Location,
        swc:MeetingRoomPlace;
    rdfs:label "Project Zone (3C+3D)";
    swc:hasLocation this:loc-conference_venue;
    prog:hasTwitterTag "#dev8d #proj";
    geo:lat "51.522686";
    geo:long "-0.131313";
    prog:geohash "gcpvj52mkhvc";
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone>.

this:loc-expert
    a
        prog:Location,
        swc:MeetingRoomPlace;
    rdfs:label "Expert Sessions (3E)";
    swc:hasLocation this:loc-conference_venue;
    prog:hasTwitterTag "#dev8d #ex";
    geo:lat "51.522766";
    geo:long "-0.131401";
    prog:geohash "gcpvj52mf5sq";
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Zone>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Zone>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Zone>.

this:loc-lab
    a
        prog:Location,
        swc:MeetingRoomPlace;
    rdfs:label "Coding Lab (3A)";
    swc:hasLocation this:loc-conference_venue;
    prog:hasTwitterTag "#dev8d #lab";
    geo:lat "51.522484";
    geo:long "-0.131072";
    prog:geohash "gcpvj52s1z1s";
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Coding_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Coding_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Coding_Lab>.

this:loc-basecamp
    a
        prog:Location,
        swc:MeetingRoomPlace;
    rdfs:label "Dev8D 2010 BaseCamp (Upper Hall)";
    swc:hasLocation this:loc-conference_venue;
    prog:hasTwitterTag "#dev8d #bc";
    geo:lat "51.522854";
    geo:long "-0.131179";
    prog:geohash "gcpvj52qrk1g";
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp>.

this:loc-thevenue
    a
        prog:Location,
        swc:CommunalPlace;
    rdfs:label "The Venue (Floor One, Room 101)";
    swc:hasLocation this:loc-conference_venue.

this:loc-gallery
    a
        prog:Location,
        swc:CommunalPlace;
    rdfs:label "Gallery";
    swc:hasLocation this:loc-conference_venue.

this:event-wed
    a prog:Event;
    swc:isSubEventOf this:event;
    cal:summary "Wed 24th: Challenges Announced!";
    cal:dtstart "2010-02-24";
    cal:dtend "2010-02-24".

this:prog-wed
    a
        prog:Programme,
        prog:ProgrammeStreamedByLocation;
    rdfs:label "Wed 24th: Challenges Announced!";
    dc:title "Wed 24th: Challenges Announced!";
    prog:hasTimeSlot
        this:slot-wed-1030-1200,
        this:slot-wed-1200-1330,
        this:slot-wed-1330-1400,
        this:slot-wed-1730-1930,
        this:slot-wed-1930-2030,
        this:slot-wed-2030-2300,
        this:slot-wed-1400-1730,
        this:slot-wed-1700-1740,
        this:slot-wed-1645-1730;
    prog:hasUnstreamedEvent
        this:event-wed-1030-1200-all,
        this:event-wed-1200-1330-all,
        this:event-wed-1330-1400-all,
        this:event-wed-1730-1930-all,
        this:event-wed-1930-2030-all,
        this:event-wed-2030-2300-all;
    prog:hasStreamedEvent
        this:event-wed-1400-1730-basecamp,
        this:event-wed-1400-1730-expert,
        this:event-wed-1400-1730-workshop,
        this:event-wed-1400-1730-project,
        this:event-wed-1400-1730-lab,
        this:event-wed-1700-1740-basecamp,
        this:event-wed-1645-1730-workshop.

this:slot-wed-1030-1200
    cal:summary "10:30-12:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T10:30Z";
    cal:dtend "2010-02-24T12:00Z".

this:event-wed-1030-1200-all
    cal:summary "Registration and Coffee";
    a
        prog:Event,
        swc:BreakEvent;
    cal:dtstart "2010-02-24T10:30Z";
    cal:dtend "2010-02-24T12:00Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-basecamp.

this:slot-wed-1200-1330
    cal:summary "12:00-13:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T12:00Z";
    cal:dtend "2010-02-24T13:30Z".

this:event-wed-1200-1330-all
    cal:summary "Lunch in Gallery";
    a
        prog:Event,
        swc:MealEvent;
    cal:dtstart "2010-02-24T12:00Z";
    cal:dtend "2010-02-24T13:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-gallery.

this:slot-wed-1330-1400
    cal:summary "13:30-14:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T13:30Z";
    cal:dtend "2010-02-24T14:00Z".

this:event-wed-1330-1400-all
    cal:summary "Orientation talk and housekeeping";
    a
        prog:Event,
        swc:OrganisedEvent;
    cal:dtstart "2010-02-24T13:30Z";
    cal:dtend "2010-02-24T14:00Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-basecamp.

this:slot-wed-1730-1930
    cal:summary "17:30-19:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T17:30Z";
    cal:dtend "2010-02-24T19:30Z".

this:event-wed-1730-1930-all
    cal:summary "Check-in to your accommodation (or go to the \"Duck and Dive\" bar)";
    a prog:Event;
    cal:dtstart "2010-02-24T17:30Z";
    cal:dtend "2010-02-24T19:30Z";
    swc:isSubEventOf this:event-wed.

this:slot-wed-1930-2030
    cal:summary "19:30-20:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T19:30Z";
    cal:dtend "2010-02-24T20:30Z".

this:event-wed-1930-2030-all
    cal:summary "Welcome (with appetisers!)";
    a
        prog:Event,
        swc:SocialEvent;
    cal:dtstart "2010-02-24T19:30Z";
    cal:dtend "2010-02-24T20:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-gallery.

this:slot-wed-2030-2300
    cal:summary "20:30-23:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T20:30Z";
    cal:dtend "2010-02-24T23:00Z".

this:event-wed-2030-2300-all
    cal:summary "Games Night (bring a game!)";
    a
        prog:Event,
        swc:SocialEvent;
    cal:dtstart "2010-02-24T20:30Z";
    cal:dtend "2010-02-24T23:00Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-gallery;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Wednesday_Evening>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Wednesday_Evening>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Wednesday_Evening>.

this:slot-wed-1400-1730
    cal:summary "14:00-17:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T17:30Z".

this:event-wed-1400-1730-basecamp
    cal:summary "Discussions: Construction Challenge 1, Genetic Algorithms, Cloud Computing, Linked Data";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T16:45Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Wed_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Wed_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Wed_PM>.

this:event-wed-1400-1730-expert
    cal:summary "API Competition Challenges, Lightning Talks & followed by panel discussion/lightning talks";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T17:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Wed_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Wed_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Wed_PM>.

this:event-wed-1400-1730-workshop
    cal:summary "Linked Data Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T16:45Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Linked_Data_Workshop>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Linked_Data_Workshop>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Linked_Data_Workshop>.

this:event-wed-1400-1730-project
    cal:summary "Scanning and Recognition / DIY Scientific Instruments / Multicore Processing";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T17:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Wed_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Wed_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Wed_PM>.

this:event-wed-1400-1730-lab
    cal:summary "Pipes Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T14:00Z";
    cal:dtend "2010-02-24T17:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Pipes_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Pipes_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Pipes_Lab>.

this:slot-wed-1700-1740
    cal:summary "17:00-17:40";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T17:00Z";
    cal:dtend "2010-02-24T17:40Z".

this:event-wed-1700-1740-basecamp
    cal:summary "Final Linked Data Session (17:00-17:40)";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-24T17:00Z";
    cal:dtend "2010-02-24T17:40Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-basecamp.

this:slot-wed-1645-1730
    cal:summary "16:45-17:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-24T16:45Z";
    cal:dtend "2010-02-24T17:30Z".

this:event-wed-1645-1730-workshop
    cal:summary "45 min free slot";
    a prog:Event;
    cal:dtstart "2010-02-24T16:45Z";
    cal:dtend "2010-02-24T17:30Z";
    swc:isSubEventOf this:event-wed;
    swc:hasLocation this:loc-workshop.

this:event-thu
    a prog:Event;
    swc:isSubEventOf this:event;
    cal:summary "Thu 25th: Cloud, Mobile, Learning Tools and Miscellaneous";
    cal:dtstart "2010-02-25";
    cal:dtend "2010-02-25".

this:prog-thu
    a
        prog:Programme,
        prog:ProgrammeStreamedByLocation;
    rdfs:label "Thu 25th: Cloud, Mobile, Learning Tools and Miscellaneous";
    dc:title "Thu 25th: Cloud, Mobile, Learning Tools and Miscellaneous";
    prog:hasTimeSlot
        this:slot-thu-0930-1030,
        this:slot-thu-1300-1400,
        this:slot-thu-1800-2200,
        this:slot-thu-1030-1300,
        this:slot-thu-1400-1800,
        this:slot-thu-1600-1800,
        this:slot-thu-1630-1800;
    prog:hasUnstreamedEvent
        this:event-thu-0930-1030-all,
        this:event-thu-1300-1400-all,
        this:event-thu-1800-2200-all;
    prog:hasStreamedEvent
        this:event-thu-1030-1300-basecamp,
        this:event-thu-1030-1300-expert,
        this:event-thu-1030-1300-workshop,
        this:event-thu-1030-1300-project,
        this:event-thu-1030-1300-lab,
        this:event-thu-1400-1800-basecamp,
        this:event-thu-1400-1800-expert,
        this:event-thu-1400-1800-workshop,
        this:event-thu-1400-1800-project,
        this:event-thu-1400-1800-lab,
        this:event-thu-1600-1800-workshop,
        this:event-thu-1630-1800-lab.

this:slot-thu-0930-1030
    cal:summary "09:30-10:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T09:30Z";
    cal:dtend "2010-02-25T10:30Z".

this:event-thu-0930-1030-all
    cal:summary "Registration, Coffee and Orientation Talk";
    a
        prog:Event,
        swc:BreakEvent;
    cal:dtstart "2010-02-25T09:30Z";
    cal:dtend "2010-02-25T10:30Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-basecamp.

this:slot-thu-1300-1400
    cal:summary "13:00-14:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T13:00Z";
    cal:dtend "2010-02-25T14:00Z".

this:event-thu-1300-1400-all
    cal:summary "Lunch (available 12:30-14:30)";
    a
        prog:Event,
        swc:MealEvent;
    cal:dtstart "2010-02-25T12:30Z";
    cal:dtend "2010-02-25T14:30Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-gallery.

this:slot-thu-1800-2200
    cal:summary "18:00-22:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T18:00Z";
    cal:dtend "2010-02-25T22:00Z".

this:event-thu-1800-2200-all
    cal:summary "Plan your own entertainment (see wiki!)";
    a
        prog:Event,
        swc:SocialEvent;
    cal:dtstart "2010-02-25T18:00Z";
    cal:dtend "2010-02-25T22:00Z";
    swc:isSubEventOf this:event-thu;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Thursday_Evening>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Thursday_Evening>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Thursday_Evening>.

this:slot-thu-1030-1300
    cal:summary "10:30-13:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z".

this:event-thu-1030-1300-basecamp
    cal:summary "Challenges + Discussions: Genetic Algorithms, Construction Challenge 1, Linked Data";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Thu_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Thu_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Thu_AM>.

this:event-thu-1030-1300-expert
    cal:summary "Expert Lightning Talks (See Wiki)";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Thu_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Thu_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Thu_AM>.

this:event-thu-1030-1300-workshop
    cal:summary "Beginners Arduino Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Beginners_Arduino_Workshop_A>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Beginners_Arduino_Workshop_A>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Beginners_Arduino_Workshop_A>.

this:event-thu-1030-1300-project
    cal:summary "Scanning and Recognition / DIY Scientific Instruments / Multicore Processing";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Thu_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Thu_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Thu_AM>.

this:event-thu-1030-1300-lab
    cal:summary "Clojure Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T10:30Z";
    cal:dtend "2010-02-25T13:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Clojure_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Clojure_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Clojure_Lab>.

this:slot-thu-1400-1800
    cal:summary "14:00-18:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T18:00Z".

this:event-thu-1400-1800-basecamp
    cal:summary "Challenges + Discussions: Genetic Algorithms, Construction Challenge 2, Linked Data";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T18:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Thu_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Thu_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Thu_PM>.

this:event-thu-1400-1800-expert
    cal:summary "Expert Lightning Talks (See Wiki) followed by panel discussion/lightning talks";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T18:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Thu_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Thu_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Thu_PM>.

this:event-thu-1400-1800-workshop
    cal:summary "Cloud Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T16:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Cloud_Workshop>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Cloud_Workshop>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Cloud_Workshop>.

this:event-thu-1400-1800-project
    cal:summary "Scanning and Recognition / DIY Scientific Instruments / Multicore Processing / Advanced Arduino Workshop / REPRAP 3D Printer Demo";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T18:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Thu_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Thu_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Thu_PM>.

this:event-thu-1400-1800-lab
    cal:summary "Ruby on Rails Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T14:00Z";
    cal:dtend "2010-02-25T16:30Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Ruby_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Ruby_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Ruby_Lab>.

this:slot-thu-1600-1800
    cal:summary "16:00-18:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T16:00Z";
    cal:dtend "2010-02-25T18:00Z".

this:event-thu-1600-1800-workshop
    cal:summary "iPhone Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-25T16:00Z";
    cal:dtend "2010-02-25T18:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/IPhone_Workshop>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/IPhone_Workshop>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/IPhone_Workshop>.

this:slot-thu-1630-1800
    cal:summary "16:30-18:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-25T16:30Z";
    cal:dtend "2010-02-25T18:00Z".

this:event-thu-1630-1800-lab
    cal:summary "Lab/Workshop TBC";
    a prog:Event;
    cal:dtstart "2010-02-25T16:30Z";
    cal:dtend "2010-02-25T18:00Z";
    swc:isSubEventOf this:event-thu;
    swc:hasLocation this:loc-lab.

this:event-fri
    a prog:Event;
    swc:isSubEventOf this:event;
    cal:summary "Fri 26th: Linked Data, Mashups and Miscellaneous";
    cal:dtstart "2010-02-26";
    cal:dtend "2010-02-26".

this:prog-fri
    a
        prog:Programme,
        prog:ProgrammeStreamedByLocation;
    rdfs:label "Fri 26th: Linked Data, Mashups and Miscellaneous";
    dc:title "Fri 26th: Linked Data, Mashups and Miscellaneous";
    prog:hasTimeSlot
        this:slot-fri-0930-1030,
        this:slot-fri-1300-1400,
        this:slot-fri-1800-1930,
        this:slot-fri-1930-2200,
        this:slot-fri-1030-1300,
        this:slot-fri-1400-1800;
    prog:hasUnstreamedEvent
        this:event-fri-0930-1030-all,
        this:event-fri-1300-1400-all,
        this:event-fri-1800-1930-all,
        this:event-fri-1930-2200-all;
    prog:hasStreamedEvent
        this:event-fri-1030-1300-basecamp,
        this:event-fri-1030-1300-expert,
        this:event-fri-1030-1300-workshop,
        this:event-fri-1030-1300-project,
        this:event-fri-1030-1300-lab,
        this:event-fri-1400-1800-basecamp,
        this:event-fri-1400-1800-expert,
        this:event-fri-1400-1800-workshop,
        this:event-fri-1400-1800-project,
        this:event-fri-1400-1800-lab.

this:slot-fri-0930-1030
    cal:summary "09:30-10:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T09:30Z";
    cal:dtend "2010-02-26T10:30Z".

this:event-fri-0930-1030-all
    cal:summary "Registration, Coffee and Orientation Talk";
    a
        prog:Event,
        swc:BreakEvent;
    cal:dtstart "2010-02-26T09:30Z";
    cal:dtend "2010-02-26T10:30Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-basecamp.

this:slot-fri-1300-1400
    cal:summary "13:00-14:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T13:00Z";
    cal:dtend "2010-02-26T14:00Z".

this:event-fri-1300-1400-all
    cal:summary "Lunch (available 12:30-14:30)";
    a
        prog:Event,
        swc:MealEvent;
    cal:dtstart "2010-02-26T12:30Z";
    cal:dtend "2010-02-26T14:30Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-gallery.

this:slot-fri-1800-1930
    cal:summary "18:00-19:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T18:00Z";
    cal:dtend "2010-02-26T19:30Z".

this:event-fri-1800-1930-all
    cal:summary "Free time";
    a prog:Event;
    cal:dtstart "2010-02-26T18:00Z";
    cal:dtend "2010-02-26T19:30Z";
    swc:isSubEventOf this:event-fri.

this:slot-fri-1930-2200
    cal:summary "19:30-22:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T19:30Z";
    cal:dtend "2010-02-26T22:00Z".

this:event-fri-1930-2200-all
    cal:summary "Developer Recognition Awards Dinner (for those selected) / Plan your own Entertainment (see wiki)";
    a
        prog:Event,
        swc:MealEvent;
    cal:dtstart "2010-02-26T19:30Z";
    cal:dtend "2010-02-26T22:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-thevenue;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Friday_Evening>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Friday_Evening>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Friday_Evening>.

this:slot-fri-1030-1300
    cal:summary "10:30-13:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z".

this:event-fri-1030-1300-basecamp
    cal:summary "Challenges + Discussions: Genetic Algorithms, Construction Challenge 2, Linked Data, Cloud Computing";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Fri_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Fri_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Fri_AM>.

this:event-fri-1030-1300-expert
    cal:summary "Expert Lightning Talks (See Wiki)";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Fri_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Fri_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Fri_AM>.

this:event-fri-1030-1300-workshop
    cal:summary "Beginners Arduino Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Beginners_Arduino_Workshop_B>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Beginners_Arduino_Workshop_B>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Beginners_Arduino_Workshop_B>.

this:event-fri-1030-1300-project
    cal:summary "Image Processing and Augmentation / DIY Scientific Instruments / Multicore Processing";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Fri_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Fri_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Fri_AM>.

this:event-fri-1030-1300-lab
    cal:summary "Microsoft Zentity Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T10:30Z";
    cal:dtend "2010-02-26T13:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Microsoft_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Microsoft_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Microsoft_Lab>.

this:slot-fri-1400-1800
    cal:summary "14:00-18:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z".

this:event-fri-1400-1800-basecamp
    cal:summary "Challenges + Discussions: Genetic Algorithms, Construction Challenge 3, Linked Data, Cloud Computing";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Fri_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Fri_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Fri_PM>.

this:event-fri-1400-1800-expert
    cal:summary "Expert Lightning Talks (See Wiki) followed by panel discussion/lightning talks";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Fri_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Fri_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Fri_PM>.

this:event-fri-1400-1800-workshop
    cal:summary "Google Application Engine Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Google_Workshop>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Google_Workshop>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Google_Workshop>.

this:event-fri-1400-1800-project
    cal:summary "Image Processing and Augmentation / DIY Scientific Instruments / Multicore Processing / Advanced Arduino Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Fri_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Fri_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Fri_PM>.

this:event-fri-1400-1800-lab
    cal:summary "Scala Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-26T14:00Z";
    cal:dtend "2010-02-26T18:00Z";
    swc:isSubEventOf this:event-fri;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Scala_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Scala_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Scala_Lab>.

this:event-sat
    a prog:Event;
    swc:isSubEventOf this:event;
    cal:summary "Sat 27th: Finale!";
    cal:dtstart "2010-02-27";
    cal:dtend "2010-02-27".

this:prog-sat
    a
        prog:Programme,
        prog:ProgrammeStreamedByLocation;
    rdfs:label "Sat 27th: Finale!";
    dc:title "Sat 27th: Finale!";
    prog:hasTimeSlot
        this:slot-sat-0930-1030,
        this:slot-sat-1300-1400,
        this:slot-sat-1530-1600,
        this:slot-sat-1600-1630,
        this:slot-sat-1030-1300,
        this:slot-sat-1400-1530;
    prog:hasUnstreamedEvent
        this:event-sat-0930-1030-all,
        this:event-sat-1300-1400-all,
        this:event-sat-1530-1600-all,
        this:event-sat-1600-1630-all;
    prog:hasStreamedEvent
        this:event-sat-1030-1300-basecamp,
        this:event-sat-1030-1300-expert,
        this:event-sat-1030-1300-workshop,
        this:event-sat-1030-1300-project,
        this:event-sat-1030-1300-lab,
        this:event-sat-1400-1530-basecamp,
        this:event-sat-1400-1530-expert,
        this:event-sat-1400-1530-workshop,
        this:event-sat-1400-1530-project,
        this:event-sat-1400-1530-lab.

this:slot-sat-0930-1030
    cal:summary "09:30-10:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T09:30Z";
    cal:dtend "2010-02-27T10:30Z".

this:event-sat-0930-1030-all
    cal:summary "Registration, Coffee and Orientation Talk";
    a
        prog:Event,
        swc:BreakEvent;
    cal:dtstart "2010-02-27T09:30Z";
    cal:dtend "2010-02-27T10:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-basecamp.

this:slot-sat-1300-1400
    cal:summary "13:00-14:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T13:00Z";
    cal:dtend "2010-02-27T14:00Z".

this:event-sat-1300-1400-all
    cal:summary "Lunch (available 12:30-14:30)";
    a
        prog:Event,
        swc:MealEvent;
    cal:dtstart "2010-02-27T12:30Z";
    cal:dtend "2010-02-27T14:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-gallery.

this:slot-sat-1530-1600
    cal:summary "15:30-16:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T15:30Z";
    cal:dtend "2010-02-27T16:00Z".

this:event-sat-1530-1600-all
    cal:summary "Break";
    a
        prog:Event,
        swc:BreakEvent;
    cal:dtstart "2010-02-27T15:30Z";
    cal:dtend "2010-02-27T16:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-basecamp.

this:slot-sat-1600-1630
    cal:summary "16:00-16:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T16:00Z";
    cal:dtend "2010-02-27T16:30Z".

this:event-sat-1600-1630-all
    cal:summary "Dev8D 2010 Awards";
    a
        prog:Event,
        swc:OrganisedEvent;
    cal:dtstart "2010-02-27T16:00Z";
    cal:dtend "2010-02-27T16:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-basecamp.

this:slot-sat-1030-1300
    cal:summary "10:30-13:00";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z".

this:event-sat-1030-1300-basecamp
    cal:summary "Dev8D 2010 Showcase (includes projects and API / Data Challenge Entries + Construction Challenge 3";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Sat_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Sat_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Sat_AM>.

this:event-sat-1030-1300-expert
    cal:summary "Expert Lightning Talks (Best talks from the week)";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Sat_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Sat_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Sat_AM>.

this:event-sat-1030-1300-workshop
    cal:summary "Beginners Arduino Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Beginners_Arduino_Workshop_C>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Beginners_Arduino_Workshop_C>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Beginners_Arduino_Workshop_C>.

this:event-sat-1030-1300-project
    cal:summary "Printing and book binding / DIY Scientific Instruments / Multicore Processing + Showcase";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Sat_AM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Sat_AM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Sat_AM>.

this:event-sat-1030-1300-lab
    cal:summary "Python Lab";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T10:30Z";
    cal:dtend "2010-02-27T13:00Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Python_Lab>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Python_Lab>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Python_Lab>.

this:slot-sat-1400-1530
    cal:summary "14:00-15:30";
    a prog:TimeSlot;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z".

this:event-sat-1400-1530-basecamp
    cal:summary "Dev8D 2010 Showcase and Other Discussions";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-basecamp;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/BaseCamp_Sat_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/BaseCamp_Sat_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/BaseCamp_Sat_PM>.

this:event-sat-1400-1530-expert
    cal:summary "Expert Lightning Talks (Best talks from the week)";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-expert;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Expert_Talks_Sat_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Expert_Talks_Sat_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Expert_Talks_Sat_PM>.

this:event-sat-1400-1530-workshop
    cal:summary "Additional Expert Sessions 1";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-workshop;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Additional_Expert_Sessions_1>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Additional_Expert_Sessions_1>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Additional_Expert_Sessions_1>.

this:event-sat-1400-1530-project
    cal:summary "Projects Showcase";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-project;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Project_Zone_Sat_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Project_Zone_Sat_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Project_Zone_Sat_PM>.

this:event-sat-1400-1530-lab
    cal:summary "Nature Publishing Network & OpenSocial Workshop";
    a
        prog:Event,
        swc:SessionEvent;
    cal:dtstart "2010-02-27T14:00Z";
    cal:dtend "2010-02-27T15:30Z";
    swc:isSubEventOf this:event-sat;
    swc:hasLocation this:loc-lab;
    prog:hasWikiPage <http://wiki.2010.dev8d.org/w/Lab_Sat_PM>;
    owl:sameAs <http://wiki.2010.dev8d.org/w/Special:URIResolver/Lab_Sat_PM>;
    rdfs:seeAlso <http://wiki.2010.dev8d.org/w/Special:ExportRDF/Lab_Sat_PM>.


# END

