<?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:democracy="http://www.oegov.us/democracy/national/models/owl/democracy#"
    xmlns:owl11="http://www.w3.org/2006/12/owl11#"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:gc="http://www.oegov.org/democracy/core/models/owl/gc#"
  xml:base="http://www.oegov.org/democracy/core/models/owl/gc">
  <owl:Ontology rdf:about="">
    <owl:imports rdf:resource="http://creativecommons.org/schema.rdf"/>
    <owl:imports rdf:resource="http://purl.org/dc/elements/1.1/"/>
    <cc:license>
      <cc:License rdf:ID="CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense">
        <cc:requires rdf:resource="http://creativecommons.org/ns#ShareAlike"/>
        <cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"/>
        <cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"/>
        <cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"/>
        <cc:image rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
        >http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png</cc:image>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Creative Commons Attribution-Share Alike 3.0 United States License</rdfs:label>
      </cc:License>
    </cc:license>
    <dc:title rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >oeGOV Government Core Ontology</dc:title>
    <gc:revision rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Revision: 1273 $</gc:revision>
    <dc:description rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Government Core Ontology.</dc:description>
    <gc:attributedSource>
      <gc:AttributedSource rdf:ID="TopQuadrantAttribution">
        <gc:pointOfContact rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Ralph Hodgson</gc:pointOfContact>
        <cc:attributionURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
        >http://www.topquadrant.com</cc:attributionURL>
        <cc:attributionName rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >TopQuadrant, Inc.</cc:attributionName>
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >TopQuadrant attribution</rdfs:label>
      </gc:AttributedSource>
    </gc:attributedSource>
    <dc:rights rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Creative Commons Attribution-Share Alike 3.0 United States License</dc:rights>
    <owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >$Id: gc.n3 1273 2009-08-01 22:42:58Z RalphHodgson $</owl:versionInfo>
    <cc:attributionURL rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI"
    >http://www.topquadrant.com</cc:attributionURL>
    <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>
    <dc:source rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >www.oegov.org</dc:source>
    <dc:creator rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Ralph Hodgson</dc:creator>
  </owl:Ontology>
  <rdfs:Datatype rdf:ID="dateUnion">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2000/01/rdf-schema#Resource"/>
  </rdfs:Datatype>
  <owl:Class rdf:ID="Period">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Period</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="AttributedSource">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:ID="pointOfContact"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
      </owl:Restriction>
    </rdfs:subClassOf>
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:DatatypeProperty rdf:about="http://creativecommons.org/ns#attributionURL"/>
        </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:DatatypeProperty rdf:about="http://creativecommons.org/ns#attributionName"/>
        </owl:onProperty>
        <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"
    >Attributed Source</rdfs:label>
    <rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >The name, url and other details of an attribution.</rdfs:comment>
  </owl:Class>
  <owl:Class rdf:ID="TypeOfData">
    <rdfs:subClassOf>
      <owl:Class rdf:ID="Category"/>
    </rdfs:subClassOf>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Type of data</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="#Category">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:ObjectProperty rdf:ID="subCategory"/>
        </owl:onProperty>
        <owl:allValuesFrom rdf:resource="#Category"/>
      </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"
    >Category</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Entity">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Entity</rdfs:label>
  </owl:Class>
  <owl:Class rdf:ID="Quarter">
    <owl:oneOf rdf:parseType="Collection">
      <gc:Quarter rdf:ID="Q1">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Q1</rdfs:label>
      </gc:Quarter>
      <gc:Quarter rdf:ID="Q2">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Q2</rdfs:label>
      </gc:Quarter>
      <gc:Quarter rdf:ID="Q3">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Q3</rdfs:label>
      </gc:Quarter>
      <gc:Quarter rdf:ID="Q4">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >Q4</rdfs:label>
      </gc:Quarter>
    </owl:oneOf>
    <rdfs:subClassOf rdf:resource="#Period"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Quarter</rdfs:label>
  </owl:Class>
  <owl:Class rdf:about="http://creativecommons.org/ns#License">
    <rdfs:subClassOf>
      <owl:Restriction>
        <owl:onProperty>
          <owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#image">
            <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
          </owl:AnnotationProperty>
        </owl:onProperty>
        <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
        >1</owl:maxCardinality>
      </owl:Restriction>
    </rdfs:subClassOf>
  </owl:Class>
  <owl:ObjectProperty rdf:ID="cause">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cause</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#license"/>
  <owl:ObjectProperty rdf:ID="currency">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >currency</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="category">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >category</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#morePermissions"/>
  <owl:ObjectProperty rdf:about="#subCategory">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >sub category</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#prohibits"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#jurisdiction"/>
  <owl:ObjectProperty rdf:ID="status">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >status</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="attributedSource">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >attributed source</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:ID="result">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >result</rdfs:label>
  </owl:ObjectProperty>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#requires"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#permits"/>
  <owl:ObjectProperty rdf:about="http://creativecommons.org/ns#legalcode"/>
  <owl:DatatypeProperty rdf:ID="foundedOn">
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:ID="creationDate"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#dateUnion"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >founded on</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="endDate">
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:ID="date"/>
    </rdfs:subPropertyOf>
    <rdfs:range>
      <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#date">
        <rdfs:subClassOf rdf:resource="#dateUnion"/>
      </rdf:Description>
    </rdfs:range>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >end date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="cessationDate">
    <rdfs:subPropertyOf>
      <owl:DatatypeProperty rdf:about="#date"/>
    </rdfs:subPropertyOf>
    <rdfs:range rdf:resource="#dateUnion"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >cessation date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#date">
    <rdfs:range rdf:resource="#dateUnion"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="submissionDate">
    <rdfs:subPropertyOf rdf:resource="#date"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >submission date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="url">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >url</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#pointOfContact">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >point of contact</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="startDate">
    <rdfs:subPropertyOf rdf:resource="#date"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >start date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="#creationDate">
    <rdfs:subPropertyOf rdf:resource="#date"/>
    <rdfs:range rdf:resource="#dateUnion"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >creation date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:about="http://creativecommons.org/ns#attributionURL">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="year">
    <rdfs:range>
      <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gYear">
        <rdfs:subClassOf rdf:resource="#dateUnion"/>
      </rdf:Description>
    </rdfs:range>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >year</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="awardDate">
    <rdfs:subPropertyOf rdf:resource="#date"/>
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >award date</rdfs:label>
  </owl:DatatypeProperty>
  <owl:DatatypeProperty rdf:ID="licence">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >licence</rdfs:label>
  </owl:DatatypeProperty>
  <gc:TypeOfData rdf:ID="RDF-Data">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RDF-Data</rdfs:label>
  </gc:TypeOfData>
  <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gYearMonth">
    <rdfs:subClassOf rdf:resource="#dateUnion"/>
  </rdf:Description>
  <owl:AnnotationProperty rdf:ID="revision">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
  </owl:AnnotationProperty>
  <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#gDay">
    <rdfs:subClassOf rdf:resource="#dateUnion"/>
  </rdf:Description>
  <gc:TypeOfData rdf:ID="RDB-Data">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RDB-Data</rdfs:label>
  </gc:TypeOfData>
  <rdf:Description rdf:about="http://www.w3.org/2001/XMLSchema#dateTime">
    <rdfs:subClassOf rdf:resource="#dateUnion"/>
  </rdf:Description>
  <gc:TypeOfData rdf:ID="XML-Data">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >XML-Data</rdfs:label>
  </gc:TypeOfData>
  <gc:TypeOfData rdf:ID="RSS-Data">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >RSS-Data</rdfs:label>
  </gc:TypeOfData>
  <gc:TypeOfData rdf:ID="UnstructuredData">
    <gc:subCategory>
      <gc:TypeOfData rdf:ID="HTML-Data">
        <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
        >HTML-Data</rdfs:label>
      </gc:TypeOfData>
    </gc:subCategory>
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Unstructured data</rdfs:label>
  </gc:TypeOfData>
  <gc:TypeOfData rdf:ID="OWL-Data">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >OWL-Data</rdfs:label>
  </gc:TypeOfData>
  <owl:AnnotationProperty rdf:ID="image">
    <rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
  </owl:AnnotationProperty>
  <owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#deprecatedOn"/>
  <gc:TypeOfData rdf:ID="SpreadSheetData">
    <rdfs:label rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
    >Spread sheet data</rdfs:label>
  </gc:TypeOfData>
  <owl:Restriction rdf:nodeID="A0">
    <owl:onProperty rdf:resource="http://creativecommons.org/ns#license"/>
    <owl:allValuesFrom rdf:resource="http://creativecommons.org/ns#License"/>
  </owl:Restriction>
  <owl:Restriction rdf:nodeID="A1">
    <owl:onProperty rdf:resource="http://creativecommons.org/ns#license"/>
    <owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#int"
    >1</owl:maxCardinality>
  </owl:Restriction>
  <owl:Restriction rdf:nodeID="A2">
    <owl:onProperty rdf:resource="#attributedSource"/>
    <owl:allValuesFrom rdf:resource="#AttributedSource"/>
  </owl:Restriction>
  <rdf:Description rdf:about="http://www.w3.org/2002/07/owl#Ontology">
    <rdfs:subClassOf rdf:nodeID="A2"/>
    <rdfs:subClassOf rdf:nodeID="A1"/>
    <rdfs:subClassOf rdf:nodeID="A0"/>
  </rdf:Description>
</rdf:RDF>

<!-- Created with TopBraid Composer -->

