<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF
    xmlns:EventSchema="http://lsdis.cs.uga.edu/~farshad/events/EventSchema.rdf#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xml:base="http://lsdis.cs.uga.edu/~farshad/events/" >

  <rdf:Description rdf:about="EventSchema.rdf#Event">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:comment xml:lang="en"></rdfs:comment>
    <rdfs:label xml:lang="en">Event</rdfs:label>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#title">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
    <rdfs:label xml:lang="en">Event title</rdfs:label>
    <rdfs:comment xml:lang="en">Title of Schema, that is a sub-property of label.</rdfs:comment>
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventfulSchema.rdf#description">
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
    <rdfs:label xml:lang="en">event description</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#at-location">
    <rdfs:comment xml:lang="en">An event can occure in a location such as a venue, building or a park where the actual geometric position is assigned.</rdfs:comment>
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
    <rdfs:label xml:lang="en">happening at</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="EventSchema.rdf#Location"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#at-geometric-position">
    <rdfs:comment xml:lang="en">An event can occure in a geographic position.</rdfs:comment>
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
    <rdfs:label xml:lang="en">Event's geographic position</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="../spatial/Geometry.rdf#Geometry"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#at-time">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
    <rdfs:range rdf:resource="EventSchema.rdf#Time"/>
    <rdfs:label xml:lang="en">Event time</rdfs:label>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#same-event">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Event"/>
    <rdfs:label xml:lang="en">same event</rdfs:label>
    <rdfs:range rdf:resource="EventSchema.rdf#Event"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#Location">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:label xml:lang="en">Location</rdfs:label>
    <rdfs:comment xml:lang="en">A location is a place specified with either an address or a geographic position.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#has-title">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:subPropertyOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#label"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:label xml:lang="en">venue title</rdfs:label>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#has-description">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:label xml:lang="en">venue description</rdfs:label>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#same-venue">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:range rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:label xml:lang="en">same venue</rdfs:label>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#has-geometric-position">
    <rdfs:comment xml:lang="en">Geographic position of a location. A geometry contains the coordinates</rdfs:comment>
    <rdfs:domain rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:label xml:lang="en">Location's geographic position</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="../spatial/Geometry.rdf#Geometry"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#has-address">
    <rdfs:comment xml:lang="en">Address of a Location. It contains street address, city or town and so on.</rdfs:comment>
    <rdfs:domain rdf:resource="EventSchema.rdf#Location"/>
    <rdfs:label xml:lang="en">Location's address</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="EventSchema.rdf#Address"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#street-address">
    <rdfs:domain rdf:resource="EventSchema.rdf#Address"/>
    <rdfs:label xml:lang="en">Building number and street name</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#locality">
    <rdfs:domain rdf:resource="EventSchema.rdf#Address"/>
    <rdfs:label xml:lang="en">Town name or City name</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#region">
    <rdfs:domain rdf:resource="EventSchema.rdf#Address"/>
    <rdfs:label xml:lang="en">Region or state name or state code</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#postal-code">
    <rdfs:domain rdf:resource="EventSchema.rdf#Address"/>
    <rdfs:label xml:lang="en">postal code or zip</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#country">
    <rdfs:domain rdf:resource="EventSchema.rdf#Address"/>
    <rdfs:label xml:lang="en">country name</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#Time">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:label xml:lang="en">Time</rdfs:label>
    <rdfs:comment xml:lang="en">Time can have only a moment specified by "at" property or have an starting and end moment specified by 'at' and 'until' properties.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#Interval">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:subClassOf rdf:resource="EventSchema.rdf#Time"/>
    <rdfs:label xml:lang="en">Time Interval</rdfs:label>
    <rdfs:comment xml:lang="en">Time intervals start 'at' a moment 'until' a moment.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#TimeStamp">
    <rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Class"/>
    <rdfs:label xml:lang="en">Time Stamp</rdfs:label>
    <rdfs:comment xml:lang="en">Representing a moment in time. It could specify a second, a minutes, a day or a year.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#at">
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:domain rdf:resource="EventSchema.rdf#Time"/>
    <rdfs:range rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:label xml:lang="en">at</rdfs:label>
    <rdfs:comment xml:lang="en">It specifies the moment for the time or the starting moment for the interval.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#until">
    <rdfs:domain rdf:resource="EventSchema.rdf#Interval"/>
    <rdfs:label xml:lang="en">until</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:comment xml:lang="en">It specifies the moment the interval ends.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#time-in-day">
    <rdfs:domain rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:label xml:lang="en">time in the day</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment xml:lang="en">This value shows the hour, minute, second, etc. of the time stamp.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#date">
    <rdfs:domain rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:label xml:lang="en">date</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment xml:lang="en">This value shows the year, month and day of the time stamp.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#date-format">
    <rdfs:domain rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:label xml:lang="en">date format</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment xml:lang="en">This string shows the representation format of a date.</rdfs:comment>
  </rdf:Description>

  <rdf:Description rdf:about="EventSchema.rdf#time-format">
    <rdfs:domain rdf:resource="EventSchema.rdf#TimeStamp"/>
    <rdfs:label xml:lang="en">time format</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
    <rdfs:range rdf:resource="http://www.w3.org/2000/01/rdf-schema#Literal"/>
    <rdfs:comment xml:lang="en">This string shows the representation format of a time value.</rdfs:comment>
  </rdf:Description>

</rdf:RDF>