<?xml version="1.0"?>
<rdf:RDF
    xmlns:p2="http://www.mindswap.org/2003/owl/foaf#"
    xmlns:foaf="http://xmlns.com/foaf/0.1/"
    xmlns:p4="http://xmlns.com/wordnet/1.6/"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:wot="http://xmlns.com/wot/0.1/"
    xmlns:p1="http://www.owl-ontologies.com/assert.owl#"
    xmlns:p5="http://www.w3.org/2000/10/swap/pim/contact#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns="http://www.kashori.com/ontology/contexts.owl#"
    xmlns:ns="http://www.w3.org/2003/06/sw-vocab-status/ns#"
    xmlns:daml="http://www.daml.org/2001/03/daml+oil#"
    xmlns:p6="http://www.w3.org/2003/01/geo/wgs84_pos#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
  xml:base="http://www.kashori.com/ontology/contexts.owl">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.mindswap.org/2003/owl/foaf"/>
  </owl:Ontology>
  <owl:Class rdf:ID="StatementContext">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    ></rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="utteredBySpeaker">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The speaker of an utterance. The author of a text. The sender of a message.</rdfs:comment>
    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    <rdfs:domain rdf:resource="#StatementContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="utteredInForm">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A linguistic form.</rdfs:comment>
    <rdfs:domain rdf:resource="#StatementContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="heardByHearer">
    <rdfs:domain rdf:resource="#StatementContext"/>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The hearer of an utterance. The audience of a published text. The recipient of a message.</rdfs:comment>
    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="intendedAudience">
    <rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
    <rdfs:domain rdf:resource="#StatementContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="utteredAtTime">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The time that an utterance ocurred. The time of text was published. The time a message was sent.</rdfs:comment>
    <rdfs:domain rdf:resource="#StatementContext"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="utteredAtLocation">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The location where an utterance was made. The location a text was published. The origination of a message</rdfs:comment>
    <rdfs:domain rdf:resource="#StatementContext"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="messageRepeatability">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >the number of times this message can be read meaningfully. This is often considered infinate. But in other cases, Instant messaging, text messaging on phone, it is 1.</rdfs:comment>
    <rdfs:domain rdf:resource="#StatementContext"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#int"/>
  </owl:DatatypeProperty>
  <owl:Thing rdf:ID="this"/>
  <owl:Thing rdf:ID="now"/>
  <owl:Thing rdf:ID="I"/>
  <StatementContext rdf:ID="IMtoSandro">
    <utteredBySpeaker>
      <foaf:Person rdf:ID="JohnBlack">
        <foaf:firstName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >John</foaf:firstName>
        <foaf:family_name rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Black</foaf:family_name>
      </foaf:Person>
    </utteredBySpeaker>
    <messageRepeatability rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >1</messageRepeatability>
    <heardByHearer>
      <foaf:Person rdf:ID="SandroHawke"/>
    </heardByHearer>
  </StatementContext>
  <owl:Thing rdf:ID="you"/>
  <owl:Thing rdf:ID="it"/>
  <owl:Thing rdf:ID="here"/>
  <StatementContext rdf:ID="Announcement">
    <utteredBySpeaker rdf:resource="#JohnBlack"/>
    <messageRepeatability rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >9999999</messageRepeatability>
  </StatementContext>
  <owl:Thing rdf:ID="there"/>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.2, Build 331)  http://protege.stanford.edu -->
