<?xml version="1.0"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://swat.cse.lehigh.edu/resources/onto/congress.owl#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
  xml:base="http://swat.cse.lehigh.edu/resources/onto/congress.owl">
  <owl:Class rdf:ID="USState"/>
  <owl:Class rdf:ID="Member">
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string">united states congressman</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="USCD">
  </owl:Class>
  <owl:ObjectProperty rdf:ID="uscd">
    <rdfs:range rdf:resource="#USCD"/>
    <rdfs:domain rdf:resource="#Member"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="fromState">
    <rdfs:range rdf:resource="#USState"/>
    <rdfs:domain rdf:resource="#Member"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="isInState">
    <rdfs:range rdf:resource="#USState"/>
    <rdfs:domain rdf:resource="#USCD"/>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#name">
    <rdfs:domain rdf:resource="#Member" />
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#party">
    <rdfs:domain rdf:resource="#Member" />
  </owl:DatatypeProperty>
</rdf:RDF>

