<?xml version="1.0"?>
<rdf:RDF
    xmlns:cc="http://creativecommons.org/ns#"
    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#"
    xmlns:owl11="http://www.w3.org/2006/12/owl11#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:gov="http://www.oegov.org/democracy/core/models/owl/gov#"
    xmlns:gc="http://www.oegov.org/democracy/core/models/owl/gc#"
  xml:base="http://www.oegov.org/democracy/core/models/owl/gov">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc"/>
    <owl:imports rdf:resource="http://creativecommons.org/schema.rdf"/>
    <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Id: oegov.n3 1273 2009-08-01 22:42:58Z RalphHodgson $</owl:versionInfo>
    <cc:license rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense"/>
    <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ralph Hodgson</dc:creator>
    <dc:rights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creative Commons Attribution-Share Alike 3.0 United States License</dc:rights>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >An ontology of a democratic Government.</dc:description>
    <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >oeGOV Ontology</dc:title>
    <gc:attributedSource rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#TopQuadrantAttribution"/>
    <gc:revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Revision: 1273 $</gc:revision>
    <dc:date rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Date: 2009-08-01 15:42:58 -0700 (Sat, 01 Aug 2009) $</dc:date>
    <cc:attributionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >TopQuadrant, Inc.</cc:attributionName>
    <cc:attributionURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >http://www.topquadrant.com</cc:attributionURL>
  </owl:Ontology>
  <owl:Class rdf:ID="Consulate">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="GovernmentCenter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Corporation">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Corporation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Group">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Bill">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Statute"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bill</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Committee">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Committee</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Agency">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="adminstration"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Administration"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Agency</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="committee"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Committee"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="department"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Body"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="office"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Office"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="council"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Council"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="panel"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Panel"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="commision"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Commission"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="board"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Board"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="service"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Service"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Agency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="EnactmentEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:ID="Event"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="EnactmentEventType">
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Enactment event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:ID="AssimilationEvent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="TransparencyEvent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="CessationEvent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="CreationEvent"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#EnactmentEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Event"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Enactment event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="StateWebSite">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="WebSite"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="ExecutiveAgency">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="reportsTo"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="ExecutiveBranch"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="FederalAgency"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Executive agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="HouseOfRepresentatives">
    <gc:url rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >http://www.house.gov/</gc:url>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >House of representatives</rdfs:label>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >House of Representatives</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Board">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Board</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Trust">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Trust</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Institute">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Institute</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Provence">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Region"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Provence</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#WebSite">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#url"/>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Web site</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Event">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="EventType"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#date"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#CessationEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Event"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="CessationEventType">
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Cessation event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:about="#AssimilationEvent"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:about="#TransparencyEvent"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#EnactmentEvent"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#CreationEvent"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#CessationEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Cessation event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Gallery">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="CulturalBody"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Gallery</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="PresidentialResidence">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GovernmentCenter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:about="#EventType">
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Category"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Event type</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="StatuteStatus">
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Category"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Statute status</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Branch">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Authority">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Treasury">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Program">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Directorate">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Directorate</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Office">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#board"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Board"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="bureau"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Bureau"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#service"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Service"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#commision"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Commission"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#council"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Council"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Office</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Association">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Association</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Theatre">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CulturalBody"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Theatre</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Act">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Statute"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Act</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="University">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="EducationalBody"/>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Institute"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >University</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Foundation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Foundation</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Government">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="legislation"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Statute"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="governs"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="GeoPoliticalEntity"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Government</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#GeoPoliticalEntity">
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Entity"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Geo political entity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Court">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#Body"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Court</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Body">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="transparency"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#TransparencyEvent"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="event"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Event"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#url"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Entity"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://purl.org/dc/elements/1.1/description"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="publication"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="PublicationEvent"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="mission"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="assimilation"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#AssimilationEvent"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#reportsTo"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#bureau"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Bureau"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="creation"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#CreationEvent"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#creationDate"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="cessation"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="center"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Center"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Body</rdfs:label>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="directorate"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Directorate"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#cessation"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#CessationEvent"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#creation"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="partnerOf"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:ID="Partnership"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:ID="suborganization"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Body"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#reportsTo"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Body"/>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="BroadcastingStation">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#CulturalBody"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="InActiveBody">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Body"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#cessationDate"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >1</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#cessationDate"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:ID="Bank">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bank</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="JudicialBranch">
    <owl:disjointWith>
      <owl:Class rdf:about="#ExecutiveBranch"/>
    </owl:disjointWith>
    <owl:disjointWith>
      <owl:Class rdf:ID="LegislativeBranch"/>
    </owl:disjointWith>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Courts decide arguments about the meaning of laws and how they are applied. They also decide if laws violate the Constitution—this is known as judicial review, and it is how federal courts provide checks and balances on the legislative and executive branches.</dc:description>
    <rdfs:subClassOf rdf:resource="#Branch"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Judicial branch</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Embassy">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#GovernmentCenter"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Delegation">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#GovernmentCenter">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#Administration">
    <rdfs:subClassOf rdf:resource="#Office"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Administration</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="IntelligenceAgency">
    <rdfs:subClassOf rdf:resource="#Agency"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Intelligence agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="NationalGovernment">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Agency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl11:onClass>
          <owl:Class rdf:about="#ExecutiveBranch"/>
        </owl11:onClass>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="branch"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl11:onClass rdf:resource="#JudicialBranch"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#branch"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl11:onClass>
          <owl:Class rdf:about="#LegislativeBranch"/>
        </owl11:onClass>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#branch"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Government"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >National government</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Country">
    <rdfs:subClassOf rdf:resource="#GeoPoliticalEntity"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Country</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Commission">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Commission</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="LegislativeAgency">
    <rdfs:subClassOf>
      <owl:Class rdf:about="#FederalAgency"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Legislative agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Center">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Center</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Panel">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Panel</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Partnership">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="partner"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Body"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:ID="ActiveBody">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Body"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#cessationDate"/>
            <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
            >0</owl:cardinality>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith rdf:resource="#InActiveBody"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#cessationDate"/>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >0</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#Bureau">
    <rdfs:subClassOf rdf:resource="#Office"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Bureau</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="FinancialInstitute">
    <rdfs:subClassOf rdf:resource="#Institute"/>
  </owl:Class>
  <owl:Class rdf:about="#CulturalBody">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#Region">
    <rdfs:subClassOf rdf:resource="#GeoPoliticalEntity"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Region</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Team">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#AssimilationEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Event"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="AssimilationEventType">
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Assimilation event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith>
      <owl:Class rdf:about="#TransparencyEvent"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#EnactmentEvent"/>
    <owl:disjointWith rdf:resource="#CessationEvent"/>
    <owl:disjointWith>
      <owl:Class rdf:about="#CreationEvent"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#AssimilationEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Assimilation event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#LegislativeBranch">
    <owl:disjointWith>
      <owl:Class rdf:about="#ExecutiveBranch"/>
    </owl:disjointWith>
    <owl:disjointWith rdf:resource="#JudicialBranch"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Article I of the Constitution establishes the legislative or law making branch of government. It has a two-branch Congress—the Senate and the House of Representatives—and agencies that support Congress.</dc:description>
    <rdfs:subClassOf rdf:resource="#Branch"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Legislative branch</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="CivilAgency">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#CivilAgency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Agency"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Civil agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="LinkedOpenDataEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#PublicationEvent"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="LinkedOpenDataEventType">
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Linked open data event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#LinkedOpenDataEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:about="#PublicationEvent"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Linked open data event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#CreationEvent">
    <owl:disjointWith rdf:resource="#EnactmentEvent"/>
    <owl:disjointWith rdf:resource="#CessationEvent"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="resultingFrom"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Statute"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith rdf:resource="#AssimilationEvent"/>
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Event"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="CreationEventType">
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Creation event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#CreationEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <owl:disjointWith>
      <owl:Class rdf:about="#TransparencyEvent"/>
    </owl:disjointWith>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creation event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Museum">
    <rdfs:subClassOf rdf:resource="#CulturalBody"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Museum</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Statute">
    <dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://en.wikipedia.org/wiki/Statute</dc:source>
    <dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >http://en.wikipedia.org/wiki/List_of_United_States_federal_legislation</dc:source>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >A statute is a formal written enactment of a legislative authority that governs a country, state, city, or county. Typically, statutes command or prohibit something, or declare policy. The word is often used to distinguish law made by legislative bodies from case law and the regulations issued by Government agencies. Statutes are sometimes referred to as legislation or "black letter law". As a source of law, statutes are considered primary authority (as opposed to secondary authority). Before a statute becomes law in some countries, it must be agreed upon by the highest executive in the government, and finally published as part of a code. In many countries, statutes are organized in topical arrangements (or "codified") within publications called codes, such as the United States Code. In the United States, statutory law is distinguished from and subordinate to constitutional law.</dc:description>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="enactment"/>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="legislativeAuthority"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#LegislativeBranch"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#enactment"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#EnactmentEvent"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Entity"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Statute</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#TransparencyEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#Event"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue>
              <gov:EventType rdf:ID="TransparencyEventType">
                <gc:subCategory>
                  <gov:EventType rdf:ID="PublicationEventType">
                    <gc:subCategory rdf:resource="#LinkedOpenDataEventType"/>
                    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                    >Publication event type</rdfs:label>
                  </gov:EventType>
                </gc:subCategory>
                <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
                >Transparency event type</rdfs:label>
              </gov:EventType>
            </owl:hasValue>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <owl:disjointWith rdf:resource="#AssimilationEvent"/>
    <owl:disjointWith rdf:resource="#CessationEvent"/>
    <owl:disjointWith rdf:resource="#EnactmentEvent"/>
    <owl:disjointWith rdf:resource="#CreationEvent"/>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#TransparencyEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Transparency event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#ExecutiveBranch">
    <owl:disjointWith rdf:resource="#LegislativeBranch"/>
    <owl:disjointWith rdf:resource="#JudicialBranch"/>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The executive branch of the government is responsible for enforcing the laws of the land. The president, vice president, department heads (cabinet members), and heads of independent agencies carry out this mission. The executive Power shall be vested in a President of the United States of America. He shall hold his Office during the Term of four Years, and, together with the Vice-President chosen for the same Term, be elected, as follows: Each State shall appoint, in such Manner as the Legislature thereof may direct, a Number of Electors, equal to the whole Number of Senators and Representatives to which the State may be entitled in the Congress: but no Senator or Representative, or Person holding an Office of Trust or Profit under the United States, shall be appointed an Elector.</dc:description>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#department"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Agency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Branch"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Executive Branch</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Senate">
    <gc:url rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >http://www.senate.gov/</gc:url>
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Senate</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="IntelligenceDepartment">
    <owl:disjointWith>
      <owl:Class rdf:ID="FederalDepartment"/>
    </owl:disjointWith>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#IntelligenceAgency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Department"/>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:Class rdf:ID="Consortium">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#EducationalBody">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Educational body</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#PublicationEvent">
    <owl:equivalentClass>
      <owl:Class>
        <owl:intersectionOf rdf:parseType="Collection">
          <owl:Class rdf:about="#TransparencyEvent"/>
          <owl:Restriction>
            <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
            <owl:hasValue rdf:resource="#PublicationEventType"/>
          </owl:Restriction>
        </owl:intersectionOf>
      </owl:Class>
    </owl:equivalentClass>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:hasValue rdf:resource="#PublicationEventType"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#TransparencyEvent"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Publication event</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Congress">
    <gc:url rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >/Agencies/Federal/Legislative.shtml</gc:url>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl11:onClass rdf:resource="#Senate"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="consistsOf"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl11:onClass rdf:resource="#HouseOfRepresentatives"/>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#consistsOf"/>
        </owl:onProperty>
        <owl:cardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:cardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Congress</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="StateGovernment">
    <rdfs:subClassOf rdf:resource="#Government"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >State government</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="District">
    <rdfs:subClassOf rdf:resource="#Region"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >District</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="MilitaryCommand">
    <rdfs:subClassOf rdf:resource="#Body"/>
  </owl:Class>
  <owl:Class rdf:about="#FederalAgency">
    <rdfs:subClassOf rdf:resource="#Agency"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Federal agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="College">
    <rdfs:subClassOf rdf:resource="#EducationalBody"/>
    <rdfs:subClassOf rdf:resource="#Institute"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >College</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="State">
    <rdfs:subClassOf rdf:resource="#Region"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >State</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Laboratory">
    <rdfs:subClassOf rdf:resource="#Institute"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Laboratory</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Department">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#panel"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Panel"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:TransitiveProperty rdf:about="#office"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Office"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#committee"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Committee"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Agency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#directorate"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Directorate"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#council"/>
        </owl:onProperty>
        <owl:allValuesFrom>
          <owl:Class rdf:about="#Council"/>
        </owl:allValuesFrom>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Department</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Data">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#category"/>
        <owl:allValuesFrom rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#TypeOfData"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://purl.org/dc/elements/1.1/description"/>
        <owl:minCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:minCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#url"/>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#Entity"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Data</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Service">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Service</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="DefenseAgency">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#DefenseAgency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#FederalAgency"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Defense agency</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#FederalDepartment">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:about="#agency"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#FederalAgency"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf rdf:resource="#Department"/>
  </owl:Class>
  <owl:Class rdf:about="#Council">
    <rdfs:subClassOf rdf:resource="#Body"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Council</rdfs:label>
  </owl:Class>
  <owl:ObjectProperty rdf:about="#legislativeAuthority">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >legislative authority</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#commision">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >commision</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#assimilation">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#event"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >assimilation</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#governs">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >governs</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#branch">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >branch</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#partnerOf">
    <owl:inverseOf>
      <owl:ObjectProperty rdf:about="#partner"/>
    </owl:inverseOf>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#consistsOf">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >consists of</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#committee">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >committee</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#transparency">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#event"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >transparency</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#bureau">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >bureau</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#cessation">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#event"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cessation</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#creation">
    <rdfs:subPropertyOf>
      <owl:ObjectProperty rdf:about="#event"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >creation</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#event">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >event</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#partner">
    <owl:inverseOf rdf:resource="#partnerOf"/>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#publication">
    <rdfs:subPropertyOf rdf:resource="#event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >publication</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#adminstration">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >adminstration</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#service">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >service</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#board">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >board</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#council">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >council</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#directorate">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >directorate</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#panel">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >panel</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#center">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >center</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#enactment">
    <rdfs:subPropertyOf rdf:resource="#event"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >enactment</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#agency">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >agency</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#resultingFrom">
    <rdfs:subPropertyOf rdf:resource="http://www.oegov.org/democracy/core/models/owl/gc#cause"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >resulting from</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="#legislation">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >legislation</rdfs:label>
  </owl:ObjectProperty>
  <owl:DatatypeProperty rdf:about="#mission">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:DatatypeProperty>
  <owl:TransitiveProperty rdf:about="#office">
    <rdfs:subPropertyOf>
      <owl:TransitiveProperty rdf:about="#suborganization"/>
    </rdfs:subPropertyOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >office</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#suborganization">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >suborganization</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#department">
    <rdfs:subPropertyOf rdf:resource="#suborganization"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >department</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <owl:TransitiveProperty rdf:about="#reportsTo">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >reports to</rdfs:label>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </owl:TransitiveProperty>
  <gov:StatuteStatus rdf:ID="Introducted">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Introducted</rdfs:label>
  </gov:StatuteStatus>
  <gov:StatuteStatus rdf:ID="SenateVote">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Senate vote</rdfs:label>
  </gov:StatuteStatus>
  <gov:EventType rdf:ID="DevolutionEventType">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Devolution event type</rdfs:label>
  </gov:EventType>
  <gov:StatuteStatus rdf:ID="ReferredToCommittee">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Referred to committee</rdfs:label>
  </gov:StatuteStatus>
  <gov:StatuteStatus rdf:ID="ReportedByCommittee">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Reported by committee</rdfs:label>
  </gov:StatuteStatus>
  <gov:StatuteStatus rdf:ID="ApprovedByPresident">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Approved by president</rdfs:label>
  </gov:StatuteStatus>
  <gov:StatuteStatus rdf:ID="AmendmentsInProgress">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Amendments in progress</rdfs:label>
  </gov:StatuteStatus>
  <gov:StatuteStatus rdf:ID="PassedInHouse">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Passed in house</rdfs:label>
  </gov:StatuteStatus>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

