# Saved by TopBraid on Sat Aug 01 21:59:25 PDT 2009
# baseURI: http://www.oegov.org/democracy/core/models/owl/gov
# imports: http://purl.org/dc/elements/1.1/
# imports: http://www.oegov.org/democracy/core/models/owl/gc
# imports: http://creativecommons.org/schema.rdf

@prefix cc:      <http://creativecommons.org/ns#> .
@prefix dc:      <http://purl.org/dc/elements/1.1/> .
@prefix gc:      <http://www.oegov.org/democracy/core/models/owl/gc#> .
@prefix gov:     <http://www.oegov.org/democracy/core/models/owl/gov#> .
@prefix owl:     <http://www.w3.org/2002/07/owl#> .
@prefix owl11:   <http://www.w3.org/2006/12/owl11#> .
@prefix rdf:     <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

<http://www.oegov.org/democracy/core/models/owl/gov>
      rdf:type owl:Ontology ;
      cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      cc:license <http://www.oegov.org/democracy/core/models/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> ;
      dc:creator "Ralph Hodgson"^^xsd:string ;
      dc:date "$Date: 2009-08-01 15:42:58 -0700 (Sat, 01 Aug 2009) $"^^xsd:string ;
      dc:description "An ontology of a democratic Government."^^xsd:string ;
      dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      dc:title "oeGOV Ontology"^^xsd:string ;
      gc:attributedSource gc:TopQuadrantAttribution ;
      gc:revision "$Revision: 1273 $"^^xsd:string ;
      owl:imports dc: , <http://creativecommons.org/schema.rdf> , <http://www.oegov.org/democracy/core/models/owl/gc> ;
      owl:versionInfo "$Id: oegov.n3 1273 2009-08-01 22:42:58Z RalphHodgson $"^^xsd:string .

gov:Act
      rdf:type owl:Class ;
      rdfs:label "Act"^^xsd:string ;
      rdfs:subClassOf gov:Statute .

gov:ActiveBody
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "0"^^xsd:int ;
                owl:onProperty gc:cessationDate
              ] ;
      owl:disjointWith gov:InActiveBody ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Body [ rdf:type owl:Restriction ;
                            owl:cardinality "0"^^xsd:int ;
                            owl:onProperty gc:cessationDate
                          ])
              ] .

gov:Administration
      rdf:type owl:Class ;
      rdfs:label "Administration"^^xsd:string ;
      rdfs:subClassOf gov:Office .

gov:Agency
      rdf:type owl:Class ;
      rdfs:label "Agency"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Administration ;
                owl:onProperty gov:adminstration
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Board ;
                owl:onProperty gov:board
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:department
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Agency ;
                owl:onProperty gov:agency
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Council ;
                owl:onProperty gov:council
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Committee ;
                owl:onProperty gov:committee
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Panel ;
                owl:onProperty gov:panel
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Office ;
                owl:onProperty gov:office
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Commission ;
                owl:onProperty gov:commision
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Service ;
                owl:onProperty gov:service
              ] .

gov:AmendmentsInProgress
      rdf:type gov:StatuteStatus ;
      rdfs:label "Amendments in progress"^^xsd:string .

gov:ApprovedByPresident
      rdf:type gov:StatuteStatus ;
      rdfs:label "Approved by president"^^xsd:string .

gov:AssimilationEvent
      rdf:type owl:Class ;
      rdfs:label "Assimilation event"^^xsd:string ;
      rdfs:subClassOf gov:Event ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:AssimilationEventType ;
                owl:onProperty gc:category
              ] ;
      owl:disjointWith gov:CreationEvent , gov:CessationEvent , gov:EnactmentEvent , gov:TransparencyEvent ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Event [ rdf:type owl:Restriction ;
                            owl:hasValue gov:AssimilationEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:AssimilationEventType
      rdf:type gov:EventType ;
      rdfs:label "Assimilation event type"^^xsd:string .

gov:Association
      rdf:type owl:Class ;
      rdfs:label "Association"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Authority
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Bank
      rdf:type owl:Class ;
      rdfs:label "Bank"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Bill
      rdf:type owl:Class ;
      rdfs:label "Bill"^^xsd:string ;
      rdfs:subClassOf gov:Statute .

gov:Board
      rdf:type owl:Class ;
      rdfs:label "Board"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Body
      rdf:type owl:Class ;
      rdfs:label "Body"^^xsd:string ;
      rdfs:subClassOf gc:Entity ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty dc:description
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gc:url
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:mission
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gc:creationDate
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:CreationEvent ;
                owl:onProperty gov:creation
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Partnership ;
                owl:onProperty gov:partnerOf
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Center ;
                owl:onProperty gov:center
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:suborganization
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:creation
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Directorate ;
                owl:onProperty gov:directorate
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Bureau ;
                owl:onProperty gov:bureau
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:reportsTo
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:cessation
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Event ;
                owl:onProperty gov:event
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:CessationEvent ;
                owl:onProperty gov:cessation
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:PublicationEvent ;
                owl:onProperty gov:publication
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:TransparencyEvent ;
                owl:onProperty gov:transparency
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:AssimilationEvent ;
                owl:onProperty gov:assimilation
              ] .

gov:Branch
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:BroadcastingStation
      rdf:type owl:Class ;
      rdfs:subClassOf gov:CulturalBody .

gov:Bureau
      rdf:type owl:Class ;
      rdfs:label "Bureau"^^xsd:string ;
      rdfs:subClassOf gov:Office .

gov:Center
      rdf:type owl:Class ;
      rdfs:label "Center"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:CessationEvent
      rdf:type owl:Class ;
      rdfs:label "Cessation event"^^xsd:string ;
      rdfs:subClassOf gov:Event ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:CessationEventType ;
                owl:onProperty gc:category
              ] ;
      owl:disjointWith gov:CreationEvent , gov:EnactmentEvent , gov:TransparencyEvent , gov:AssimilationEvent ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Event [ rdf:type owl:Restriction ;
                            owl:hasValue gov:CessationEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:CessationEventType
      rdf:type gov:EventType ;
      rdfs:label "Cessation event type"^^xsd:string .

gov:CivilAgency
      rdf:type owl:Class ;
      rdfs:label "Civil agency"^^xsd:string ;
      rdfs:subClassOf gov:Agency ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:CivilAgency ;
                owl:onProperty gov:agency
              ] .

gov:College
      rdf:type owl:Class ;
      rdfs:label "College"^^xsd:string ;
      rdfs:subClassOf gov:Institute , gov:EducationalBody .

gov:Commission
      rdf:type owl:Class ;
      rdfs:label "Commission"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Committee
      rdf:type owl:Class ;
      rdfs:label "Committee"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Congress
      rdf:type owl:Class ;
      rdfs:label "Congress"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:consistsOf ;
                owl11:onClass gov:HouseOfRepresentatives
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:consistsOf ;
                owl11:onClass gov:Senate
              ] ;
      gc:url  "/Agencies/Federal/Legislative.shtml"^^xsd:anyURI .

gov:Consortium
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Consulate
      rdf:type owl:Class ;
      rdfs:subClassOf gov:GovernmentCenter .

gov:Corporation
      rdf:type owl:Class ;
      rdfs:label "Corporation"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Council
      rdf:type owl:Class ;
      rdfs:label "Council"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Country
      rdf:type owl:Class ;
      rdfs:label "Country"^^xsd:string ;
      rdfs:subClassOf gov:GeoPoliticalEntity .

gov:Court
      rdf:type owl:Class ;
      rdfs:label "Court"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:CreationEvent
      rdf:type owl:Class ;
      rdfs:label "Creation event"^^xsd:string ;
      rdfs:subClassOf gov:Event ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:CreationEventType ;
                owl:onProperty gc:category
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Statute ;
                owl:onProperty gov:resultingFrom
              ] ;
      owl:disjointWith gov:CessationEvent , gov:EnactmentEvent , gov:TransparencyEvent , gov:AssimilationEvent ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Event [ rdf:type owl:Restriction ;
                            owl:hasValue gov:CreationEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:CreationEventType
      rdf:type gov:EventType ;
      rdfs:label "Creation event type"^^xsd:string .

gov:CulturalBody
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Data
      rdf:type owl:Class ;
      rdfs:label "Data"^^xsd:string ;
      rdfs:subClassOf gc:Entity ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gc:url
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "1"^^xsd:int ;
                owl:onProperty dc:description
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gc:TypeOfData ;
                owl:onProperty gc:category
              ] .

gov:DefenseAgency
      rdf:type owl:Class ;
      rdfs:label "Defense agency"^^xsd:string ;
      rdfs:subClassOf gov:FederalAgency ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:DefenseAgency ;
                owl:onProperty gov:agency
              ] .

gov:Delegation
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Department
      rdf:type owl:Class ;
      rdfs:label "Department"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Council ;
                owl:onProperty gov:council
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Directorate ;
                owl:onProperty gov:directorate
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Agency ;
                owl:onProperty gov:agency
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Committee ;
                owl:onProperty gov:committee
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Office ;
                owl:onProperty gov:office
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Panel ;
                owl:onProperty gov:panel
              ] .

gov:DevolutionEventType
      rdf:type gov:EventType ;
      rdfs:label "Devolution event type"^^xsd:string .

gov:Directorate
      rdf:type owl:Class ;
      rdfs:label "Directorate"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:District
      rdf:type owl:Class ;
      rdfs:label "District"^^xsd:string ;
      rdfs:subClassOf gov:Region .

gov:EducationalBody
      rdf:type owl:Class ;
      rdfs:label "Educational body"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Embassy
      rdf:type owl:Class ;
      rdfs:subClassOf gov:GovernmentCenter .

gov:EnactmentEvent
      rdf:type owl:Class ;
      rdfs:label "Enactment event"^^xsd:string ;
      rdfs:subClassOf gov:Event ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:EnactmentEventType ;
                owl:onProperty gc:category
              ] ;
      owl:disjointWith gov:CreationEvent , gov:CessationEvent , gov:TransparencyEvent , gov:AssimilationEvent ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Event [ rdf:type owl:Restriction ;
                            owl:hasValue gov:EnactmentEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:EnactmentEventType
      rdf:type gov:EventType ;
      rdfs:label "Enactment event type"^^xsd:string .

gov:Event
      rdf:type owl:Class ;
      rdfs:label "Event"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gc:date
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:EventType ;
                owl:onProperty gc:category
              ] .

gov:EventType
      rdf:type owl:Class ;
      rdfs:label "Event type"^^xsd:string ;
      rdfs:subClassOf gc:Category .

gov:ExecutiveAgency
      rdf:type owl:Class ;
      rdfs:label "Executive agency"^^xsd:string ;
      rdfs:subClassOf gov:FederalAgency ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:ExecutiveBranch ;
                owl:onProperty gov:reportsTo
              ] .

gov:ExecutiveBranch
      rdf:type owl:Class ;
      rdfs:label "Executive Branch"^^xsd:string ;
      rdfs:subClassOf gov:Branch ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Agency ;
                owl:onProperty gov:department
              ] ;
      dc:description "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."^^xsd:string ;
      owl:disjointWith gov:JudicialBranch , gov:LegislativeBranch .

gov:FederalAgency
      rdf:type owl:Class ;
      rdfs:label "Federal agency"^^xsd:string ;
      rdfs:subClassOf gov:Agency .

gov:FederalDepartment
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Department ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:FederalAgency ;
                owl:onProperty gov:agency
              ] .

gov:FinancialInstitute
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Institute .

gov:Foundation
      rdf:type owl:Class ;
      rdfs:label "Foundation"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Gallery
      rdf:type owl:Class ;
      rdfs:label "Gallery"^^xsd:string ;
      rdfs:subClassOf gov:CulturalBody .

gov:GeoPoliticalEntity
      rdf:type owl:Class ;
      rdfs:label "Geo political entity"^^xsd:string ;
      rdfs:subClassOf gc:Entity .

gov:Government
      rdf:type owl:Class ;
      rdfs:label "Government"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:GeoPoliticalEntity ;
                owl:onProperty gov:governs
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Statute ;
                owl:onProperty gov:legislation
              ] .

gov:GovernmentCenter
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Group
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:HouseOfRepresentatives
      rdf:type owl:Class ;
      rdfs:label "House of Representatives"^^xsd:string , "House of representatives"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      gc:url  "http://www.house.gov/"^^xsd:anyURI .

gov:InActiveBody
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gc:cessationDate
              ] ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Body [ rdf:type owl:Restriction ;
                            owl:cardinality "1"^^xsd:int ;
                            owl:onProperty gc:cessationDate
                          ])
              ] .

gov:Institute
      rdf:type owl:Class ;
      rdfs:label "Institute"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:IntelligenceAgency
      rdf:type owl:Class ;
      rdfs:label "Intelligence agency"^^xsd:string ;
      rdfs:subClassOf gov:Agency .

gov:IntelligenceDepartment
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Department ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:IntelligenceAgency ;
                owl:onProperty gov:agency
              ] ;
      owl:disjointWith gov:FederalDepartment .

gov:Introducted
      rdf:type gov:StatuteStatus ;
      rdfs:label "Introducted"^^xsd:string .

gov:JudicialBranch
      rdf:type owl:Class ;
      rdfs:label "Judicial branch"^^xsd:string ;
      rdfs:subClassOf gov:Branch ;
      dc:description "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."^^xsd:string ;
      owl:disjointWith gov:LegislativeBranch , gov:ExecutiveBranch .

gov:Laboratory
      rdf:type owl:Class ;
      rdfs:label "Laboratory"^^xsd:string ;
      rdfs:subClassOf gov:Institute .

gov:LegislativeAgency
      rdf:type owl:Class ;
      rdfs:label "Legislative agency"^^xsd:string ;
      rdfs:subClassOf gov:FederalAgency .

gov:LegislativeBranch
      rdf:type owl:Class ;
      rdfs:label "Legislative branch"^^xsd:string ;
      rdfs:subClassOf gov:Branch ;
      dc:description "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."^^xsd:string ;
      owl:disjointWith gov:JudicialBranch , gov:ExecutiveBranch .

gov:LinkedOpenDataEvent
      rdf:type owl:Class ;
      rdfs:label "Linked open data event"^^xsd:string ;
      rdfs:subClassOf gov:PublicationEvent ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:LinkedOpenDataEventType ;
                owl:onProperty gc:category
              ] ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:PublicationEvent [ rdf:type owl:Restriction ;
                            owl:hasValue gov:LinkedOpenDataEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:LinkedOpenDataEventType
      rdf:type gov:EventType ;
      rdfs:label "Linked open data event type"^^xsd:string .

gov:MilitaryCommand
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Museum
      rdf:type owl:Class ;
      rdfs:label "Museum"^^xsd:string ;
      rdfs:subClassOf gov:CulturalBody .

gov:NationalGovernment
      rdf:type owl:Class ;
      rdfs:label "National government"^^xsd:string ;
      rdfs:subClassOf gov:Government ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:branch ;
                owl11:onClass gov:LegislativeBranch
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:branch ;
                owl11:onClass gov:JudicialBranch
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty gov:branch ;
                owl11:onClass gov:ExecutiveBranch
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Agency ;
                owl:onProperty gov:agency
              ] .

gov:Office
      rdf:type owl:Class ;
      rdfs:label "Office"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Council ;
                owl:onProperty gov:council
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Commission ;
                owl:onProperty gov:commision
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Service ;
                owl:onProperty gov:service
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Bureau ;
                owl:onProperty gov:bureau
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Board ;
                owl:onProperty gov:board
              ] .

gov:Panel
      rdf:type owl:Class ;
      rdfs:label "Panel"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:Partnership
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:Body ;
                owl:onProperty gov:partner
              ] .

gov:PassedInHouse
      rdf:type gov:StatuteStatus ;
      rdfs:label "Passed in house"^^xsd:string .

gov:PresidentialResidence
      rdf:type owl:Class ;
      rdfs:subClassOf gov:GovernmentCenter .

gov:Program
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Provence
      rdf:type owl:Class ;
      rdfs:label "Provence"^^xsd:string ;
      rdfs:subClassOf gov:Region .

gov:PublicationEvent
      rdf:type owl:Class ;
      rdfs:label "Publication event"^^xsd:string ;
      rdfs:subClassOf gov:TransparencyEvent ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:PublicationEventType ;
                owl:onProperty gc:category
              ] ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:TransparencyEvent [ rdf:type owl:Restriction ;
                            owl:hasValue gov:PublicationEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:PublicationEventType
      rdf:type gov:EventType ;
      rdfs:label "Publication event type"^^xsd:string ;
      gc:subCategory gov:LinkedOpenDataEventType .

gov:ReferredToCommittee
      rdf:type gov:StatuteStatus ;
      rdfs:label "Referred to committee"^^xsd:string .

gov:Region
      rdf:type owl:Class ;
      rdfs:label "Region"^^xsd:string ;
      rdfs:subClassOf gov:GeoPoliticalEntity .

gov:ReportedByCommittee
      rdf:type gov:StatuteStatus ;
      rdfs:label "Reported by committee"^^xsd:string .

gov:Senate
      rdf:type owl:Class ;
      rdfs:label "Senate"^^xsd:string ;
      rdfs:subClassOf gov:Body ;
      gc:url  "http://www.senate.gov/"^^xsd:anyURI .

gov:SenateVote
      rdf:type gov:StatuteStatus ;
      rdfs:label "Senate vote"^^xsd:string .

gov:Service
      rdf:type owl:Class ;
      rdfs:label "Service"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:State
      rdf:type owl:Class ;
      rdfs:label "State"^^xsd:string ;
      rdfs:subClassOf gov:Region .

gov:StateGovernment
      rdf:type owl:Class ;
      rdfs:label "State government"^^xsd:string ;
      rdfs:subClassOf gov:Government .

gov:StateWebSite
      rdf:type owl:Class ;
      rdfs:subClassOf gov:WebSite .

gov:Statute
      rdf:type owl:Class ;
      rdfs:label "Statute"^^xsd:string ;
      rdfs:subClassOf gc:Entity ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:EnactmentEvent ;
                owl:onProperty gov:enactment
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gov:LegislativeBranch ;
                owl:onProperty gov:legislativeAuthority
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty gov:enactment
              ] ;
      dc:description "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."^^xsd:string ;
      dc:source "http://en.wikipedia.org/wiki/List_of_United_States_federal_legislation"^^xsd:string , "http://en.wikipedia.org/wiki/Statute"^^xsd:string .

gov:StatuteStatus
      rdf:type owl:Class ;
      rdfs:label "Statute status"^^xsd:string ;
      rdfs:subClassOf gc:Category .

gov:Team
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Theatre
      rdf:type owl:Class ;
      rdfs:label "Theatre"^^xsd:string ;
      rdfs:subClassOf gov:CulturalBody .

gov:TransparencyEvent
      rdf:type owl:Class ;
      rdfs:label "Transparency event"^^xsd:string ;
      rdfs:subClassOf gov:Event ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:hasValue gov:TransparencyEventType ;
                owl:onProperty gc:category
              ] ;
      owl:disjointWith gov:CreationEvent , gov:EnactmentEvent , gov:CessationEvent , gov:AssimilationEvent ;
      owl:equivalentClass
              [ rdf:type owl:Class ;
                owl:intersectionOf (gov:Event [ rdf:type owl:Restriction ;
                            owl:hasValue gov:TransparencyEventType ;
                            owl:onProperty gc:category
                          ])
              ] .

gov:TransparencyEventType
      rdf:type gov:EventType ;
      rdfs:label "Transparency event type"^^xsd:string ;
      gc:subCategory gov:PublicationEventType .

gov:Treasury
      rdf:type owl:Class ;
      rdfs:subClassOf gov:Body .

gov:Trust
      rdf:type owl:Class ;
      rdfs:label "Trust"^^xsd:string ;
      rdfs:subClassOf gov:Body .

gov:University
      rdf:type owl:Class ;
      rdfs:label "University"^^xsd:string ;
      rdfs:subClassOf gov:Institute , gov:EducationalBody .

gov:WebSite
      rdf:type owl:Class ;
      rdfs:label "Web site"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:minCardinality "1"^^xsd:int ;
                owl:onProperty gc:url
              ] .

gov:adminstration
      rdf:type owl:ObjectProperty ;
      rdfs:label "adminstration"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:agency
      rdf:type owl:ObjectProperty ;
      rdfs:label "agency"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:assimilation
      rdf:type owl:ObjectProperty ;
      rdfs:label "assimilation"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

gov:board
      rdf:type owl:ObjectProperty ;
      rdfs:label "board"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:branch
      rdf:type owl:ObjectProperty ;
      rdfs:label "branch"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:bureau
      rdf:type owl:ObjectProperty ;
      rdfs:label "bureau"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:center
      rdf:type owl:ObjectProperty ;
      rdfs:label "center"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:cessation
      rdf:type owl:ObjectProperty ;
      rdfs:label "cessation"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

gov:commision
      rdf:type owl:ObjectProperty ;
      rdfs:label "commision"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:committee
      rdf:type owl:ObjectProperty ;
      rdfs:label "committee"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:consistsOf
      rdf:type owl:ObjectProperty ;
      rdfs:label "consists of"^^xsd:string .

gov:council
      rdf:type owl:ObjectProperty ;
      rdfs:label "council"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:creation
      rdf:type owl:ObjectProperty ;
      rdfs:label "creation"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

gov:department
      rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
      rdfs:label "department"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:directorate
      rdf:type owl:ObjectProperty ;
      rdfs:label "directorate"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:enactment
      rdf:type owl:ObjectProperty ;
      rdfs:label "enactment"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

gov:event
      rdf:type owl:ObjectProperty ;
      rdfs:label "event"^^xsd:string .

gov:governs
      rdf:type owl:ObjectProperty ;
      rdfs:label "governs"^^xsd:string .

gov:legislation
      rdf:type owl:ObjectProperty ;
      rdfs:label "legislation"^^xsd:string .

gov:legislativeAuthority
      rdf:type owl:ObjectProperty ;
      rdfs:label "legislative authority"^^xsd:string .

gov:mission
      rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:string .

gov:office
      rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
      rdfs:label "office"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:panel
      rdf:type owl:ObjectProperty ;
      rdfs:label "panel"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:partner
      rdf:type owl:ObjectProperty ;
      owl:inverseOf gov:partnerOf .

gov:partnerOf
      rdf:type owl:ObjectProperty ;
      owl:inverseOf gov:partner .

gov:publication
      rdf:type owl:ObjectProperty ;
      rdfs:label "publication"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

gov:reportsTo
      rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
      rdfs:label "reports to"^^xsd:string .

gov:resultingFrom
      rdf:type owl:ObjectProperty ;
      rdfs:label "resulting from"^^xsd:string ;
      rdfs:subPropertyOf gc:cause .

gov:service
      rdf:type owl:ObjectProperty ;
      rdfs:label "service"^^xsd:string ;
      rdfs:subPropertyOf gov:suborganization .

gov:suborganization
      rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
      rdfs:label "suborganization"^^xsd:string .

gov:transparency
      rdf:type owl:ObjectProperty ;
      rdfs:label "transparency"^^xsd:string ;
      rdfs:subPropertyOf gov:event .

