<?xml version="1.0"?>
<rdf:RDF
    xmlns="http://swat.cse.lehigh.edu/resources/onto/politicianbill.owl#"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
  xml:base="http://swat.cse.lehigh.edu/resources/onto/politicianbill.owl">
  <owl:Ontology rdf:about=""/>
  <owl:Class rdf:ID="Bill">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="sponsoredBy"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Represents a bill of either a Senate or House</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Politician">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Represents a politician in general. May be a Senator or a Congressman.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="Senator">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="senatorOf"/>
        </owl:onProperty>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Senator of a united states state</rdfs:comment>
    <rdfs:subClassOf rdf:resource="#Politician"/>
  </owl:Class>
  <owl:Class rdf:ID="Congressman">
    <rdfs:subClassOf rdf:resource="#Politician"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="congressmanOf"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Congressman of a United States congressional district.</rdfs:comment>
  </owl:Class>
  <owl:ObjectProperty rdf:about="#sponsoredBy">
    <rdfs:domain rdf:resource="#Bill"/>
    <owl:inverseOf>
      <owl:ObjectProperty rdf:ID="sponsoredBill"/>
    </owl:inverseOf>
    <rdfs:range rdf:resource="#Politician"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#sponsoredBill">
    <owl:inverseOf rdf:resource="#sponsoredBy"/>
    <rdfs:range rdf:resource="#Bill"/>
    <rdfs:domain rdf:resource="#Politician"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:ID="officialTitle">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="type">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="shortTitle">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="date">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="name">
    <rdfs:domain rdf:resource="#Politician"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="number">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="congress">
    <rdfs:domain rdf:resource="#Bill"/>
  </owl:DatatypeProperty>
</rdf:RDF>

<!-- Created with Protege (with OWL Plugin 2.1, Build 284)  http://protege.stanford.edu -->
