# Saved by TopBraid on Wed Aug 26 23:26:29 PDT 2009
# baseURI: http://www.oegov.org/core/owl/gc
# imports: http://www.oegov.org/core/owl/cc
# imports: http://purl.org/dc/elements/1.1/
# imports: http://spinrdf.org/spin
# 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/core/owl/gc#> .
@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#> .

cc:License
      rdf:type owl:Class ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:image
              ] .

cc:attributionName
      rdf:type owl:DatatypeProperty .

cc:attributionURL
      rdf:type owl:DatatypeProperty ;
      rdfs:range xsd:anyURI .

cc:deprecatedOn
      rdf:type owl:AnnotationProperty .

cc:image
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:anyURI .

cc:jurisdiction
      rdf:type owl:ObjectProperty .

cc:legalcode
      rdf:type owl:ObjectProperty .

cc:license
      rdf:type owl:ObjectProperty .

cc:morePermissions
      rdf:type owl:ObjectProperty .

cc:permits
      rdf:type owl:ObjectProperty .

cc:prohibits
      rdf:type owl:ObjectProperty .

cc:requires
      rdf:type owl:ObjectProperty .

<http://www.oegov.org/core/owl/gc>
      rdf:type owl:Ontology ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      cc:license <http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> ;
      dc:creator "Ralph Hodgson"^^xsd:string ;
      dc:date "$Date: 2009-08-27 00:04:44 -0700 (Thu, 27 Aug 2009) $"^^xsd:string ;
      dc:description "Government Core Ontology."^^xsd:string ;
      dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      dc:source "www.oegov.org"^^xsd:string ;
      dc:title "oeGOV Government Core Ontology"^^xsd:string ;
      gc:attributedSource gc:TopQuadrantAttribution ;
      gc:revision "$Revision: 1380 $"^^xsd:string ;
      owl:imports <http://spinrdf.org/spin> , dc: , <http://creativecommons.org/schema.rdf> , <http://www.oegov.org/core/owl/cc> ;
      owl:versionInfo "$Id: gc.n3 1380 2009-08-27 07:04:44Z RalphHodgson $"^^xsd:string .

gc:Anarcy
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:AttributedSource
      rdf:type owl:Class ;
      rdfs:comment "The name, url and other details of an attribution."^^xsd:string ;
      rdfs:label "Attributed Source"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom xsd:string ;
                owl:onProperty gc:pointOfContact
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:attributionURL
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:cardinality "1"^^xsd:int ;
                owl:onProperty cc:attributionName
              ] .

gc:CSV-Format
      rdf:type gc:DataFormat ;
      rdfs:label "CVS Format"^^xsd:string ;
      dc:description "A comma separated values (CSV) file is a computer data file used for implementing the tried and true organizational tool, the Comma Separated List. The CSV file is used for the digital storage of data structured in a table of lists form. Each line in the CSV file corresponds to a row in the table. Within a line, fields are separated by commas, and each field belongs to one table column. CSV files are often used for moving tabular data between two different computer programs (like moving between a database program and a spreadsheet program)."^^xsd:string .

gc:Category
      rdf:type owl:Class ;
      rdfs:label "Category"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gc:Category ;
                owl:onProperty gc:subCategory
              ] .

gc:CommunistState
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

<http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense>
      rdf:type cc:License ;
      rdfs:label "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
      cc:image "http://i.creativecommons.org/l/by-sa/3.0/us/88x31.png"^^xsd:anyURI ;
      cc:permits cc:DerivativeWorks , cc:Distribution ;
      cc:requires cc:Attribution , cc:ShareAlike .

gc:DataFormat
      rdf:type owl:Class ;
      rdfs:label "Data Format"^^xsd:string ;
      rdfs:subClassOf gc:Category .

gc:DateUnion
      rdf:type rdfs:Datatype ;
      rdfs:subClassOf rdfs:Resource .

gc:Democracy
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:Dictatorship
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:Entity
      rdf:type owl:Class ;
      rdfs:label "Entity"^^xsd:string ;
      rdfs:subClassOf owl:Thing ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom xsd:string ;
                owl:onProperty gc:hashtag
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom xsd:anyURI ;
                owl:onProperty gc:url
              ] .

gc:HTML-Format
      rdf:type gc:DataFormat ;
      rdfs:label "HTML Format"^^xsd:string .

gc:KML-Format
      rdf:type gc:DataFormat ;
      rdfs:label "KML-Format"^^xsd:string ;
      dc:description "Keyhole Markup Language (KML) is an XML-based language schema for expressing geographic annotation and visualization on existing or future Web-based, two-dimensional maps and three-dimensional Earth browsers."^^xsd:string .

gc:KMZ-Format
      rdf:type gc:DataFormat ;
      rdfs:label "KMZ Format"^^xsd:string ;
      dc:description "KML files are very often distributed in KMZ files, which are zipped files with a \".KMZ\" extension. When a KMZ file is unzipped, a single \"doc.kml\" is found along with any overlay and icon images referenced in the KML as well as any network-linked KML files."^^xsd:string .

gc:Monarchy
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:OWL-Format
      rdf:type gc:DataFormat ;
      rdfs:label "OWL Format"^^xsd:string .

gc:Period
      rdf:type owl:Class ;
      rdfs:label "Period"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

gc:PoliticalSystem
      rdf:type owl:Class ;
      rdfs:label "Political system"^^xsd:string ;
      rdfs:subClassOf owl:Thing .

gc:Q1
      rdf:type gc:Quarter ;
      rdfs:label "Q1"^^xsd:string .

gc:Q2
      rdf:type gc:Quarter ;
      rdfs:label "Q2"^^xsd:string .

gc:Q3
      rdf:type gc:Quarter ;
      rdfs:label "Q3"^^xsd:string .

gc:Q4
      rdf:type gc:Quarter ;
      rdfs:label "Q4"^^xsd:string .

gc:Quarter
      rdf:type owl:Class ;
      rdfs:label "Quarter"^^xsd:string ;
      rdfs:subClassOf gc:Period ;
      owl:oneOf (gc:Q1 gc:Q2 gc:Q3 gc:Q4) .

gc:RDF-Format
      rdf:type gc:DataFormat ;
      rdfs:label "RDF Fomat"^^xsd:string .

gc:RSS-Format
      rdf:type gc:DataFormat ;
      rdfs:label "RSS Format"^^xsd:string .

gc:Republic
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:ShapefileFormat
      rdf:type gc:DataFormat ;
      rdfs:label "Shapefile Format"^^xsd:string ;
      dc:description "The ESRI Shapefile or simply a shapefile is a popular geospatial vector data format for geographic information systems software. It is developed and regulated by ESRI as a (mostly) open specification for data interoperability among ESRI and other software products.[1] A \"shapefile\" commonly refers to a collection of files with \".shp\", \".shx\", \".dbf\", and other extensions on a common prefix name (e.g., \"lakes.*\"). The actual shapefile relates specifically to files with the \".shp\" extension, however this file alone is incomplete for distribution, as the other supporting files are required. Shapefiles spatially describe geometries: points, polylines, and polygons. These, for example, could represent water wells, rivers, and lakes, respectively. Each item may also have attributes that describe the items, such as the name or temperature [Wikipedia]."^^xsd:string .

gc:SocialistState
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:TextFormat
      rdf:type gc:DataFormat ;
      rdfs:label "Text Format"^^xsd:string .

gc:Theocracy
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:TopQuadrantAttribution
      rdf:type gc:AttributedSource ;
      rdfs:label "TopQuadrant attribution"^^xsd:string ;
      cc:attributionName "TopQuadrant, Inc."^^xsd:string ;
      cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
      gc:pointOfContact "Ralph Hodgson"^^xsd:string .

gc:Tribal
      rdf:type owl:Class ;
      rdfs:subClassOf gc:PoliticalSystem .

gc:UnstructuredDataFormat
      rdf:type gc:DataFormat ;
      rdfs:label "Unstructured Data Format"^^xsd:string ;
      gc:subCategory gc:HTML-Format .

gc:XML-Format
      rdf:type gc:DataFormat ;
      rdfs:label "XML Format"^^xsd:string ;
      dc:description "XML (Extensible Markup Language) is a general-purpose specification for creating custom markup languages. It is classified as an extensible language, because it allows the user to define the mark-up elements. XML's purpose is to aid information systems in sharing structured data, especially via the Internet, to encode documents, and to serialize data."^^xsd:string .

gc:XSL-Format
      rdf:type gc:DataFormat ;
      rdfs:label "XSL Format"^^xsd:string .

gc:archiveURL
      rdf:type owl:DatatypeProperty ;
      rdfs:label "archive URL"^^xsd:string ;
      rdfs:range xsd:anyURI ;
      rdfs:subPropertyOf gc:url .

gc:attributedSource
      rdf:type owl:ObjectProperty ;
      rdfs:label "attributed source"^^xsd:string .

gc:awardDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "award date"^^xsd:string ;
      rdfs:range gc:DateUnion ;
      rdfs:subPropertyOf gc:date .

gc:category
      rdf:type owl:ObjectProperty ;
      rdfs:label "category"^^xsd:string .

gc:cause
      rdf:type owl:ObjectProperty ;
      rdfs:label "cause"^^xsd:string .

gc:cessationDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "cessation date"^^xsd:string ;
      rdfs:range gc:DateUnion ;
      rdfs:subPropertyOf gc:date .

gc:clause
      rdf:type owl:ObjectProperty ;
      rdfs:label "clause"^^xsd:string .

gc:creationDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "creation date"^^xsd:string ;
      rdfs:range gc:DateUnion ;
      rdfs:subPropertyOf gc:date .

gc:currency
      rdf:type owl:ObjectProperty ;
      rdfs:label "currency"^^xsd:string .

gc:date
      rdf:type owl:DatatypeProperty ;
      rdfs:label "date"^^xsd:string ;
      rdfs:range gc:DateUnion .

gc:endDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "end date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf gc:date .

gc:format
      rdf:type owl:ObjectProperty ;
      rdfs:label "format"^^xsd:string .

gc:foundedOn
      rdf:type owl:DatatypeProperty ;
      rdfs:label "founded on"^^xsd:string ;
      rdfs:range gc:DateUnion ;
      rdfs:subPropertyOf gc:date .

gc:hashtag
      rdf:type owl:DatatypeProperty ;
      rdfs:label "hashtag"^^xsd:string ;
      rdfs:range xsd:string .

gc:identifier
      rdf:type owl:DatatypeProperty ;
      rdfs:label "identifier"^^xsd:string ;
      rdfs:range xsd:anySimpleType .

gc:image
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:anyURI .

gc:licence
      rdf:type owl:DatatypeProperty ;
      rdfs:label "licence"^^xsd:string ;
      rdfs:range xsd:string .

gc:member
      rdf:type owl:ObjectProperty ;
      rdfs:label "member"^^xsd:string .

gc:number
      rdf:type owl:DatatypeProperty ;
      rdfs:label "number"^^xsd:string ;
      rdfs:range xsd:int .

gc:person
      rdf:type owl:ObjectProperty ;
      rdfs:label "person"^^xsd:string .

gc:pointOfContact
      rdf:type owl:DatatypeProperty ;
      rdfs:label "point of contact"^^xsd:string ;
      rdfs:range xsd:string .

gc:releasedDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "released date"^^xsd:string ;
      rdfs:range gc:DateUnion ;
      rdfs:subPropertyOf gc:date .

gc:result
      rdf:type owl:ObjectProperty ;
      rdfs:label "result"^^xsd:string .

gc:revision
      rdf:type owl:AnnotationProperty ;
      rdfs:range xsd:string .

gc:section
      rdf:type owl:ObjectProperty ;
      rdfs:label "section"^^xsd:string .

gc:shortTitle
      rdf:type owl:DatatypeProperty ;
      rdfs:label "short title"^^xsd:string ;
      rdfs:range xsd:string .

gc:startDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "start date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf gc:date .

gc:status
      rdf:type owl:ObjectProperty ;
      rdfs:label "status"^^xsd:string .

gc:subCategory
      rdf:type owl:ObjectProperty ;
      rdfs:label "sub category"^^xsd:string .

gc:submissionDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "submission date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf gc:date .

gc:summary
      rdf:type owl:DatatypeProperty ;
      rdfs:label "summary"^^xsd:string ;
      rdfs:range xsd:string .

gc:text
      rdf:type owl:DatatypeProperty ;
      rdfs:label "text"^^xsd:string ;
      rdfs:range xsd:string .

gc:title
      rdf:type owl:DatatypeProperty ;
      rdfs:label "title"^^xsd:string ;
      rdfs:range xsd:string .

gc:updatedDate
      rdf:type owl:DatatypeProperty ;
      rdfs:label "updated date"^^xsd:string ;
      rdfs:range xsd:date ;
      rdfs:subPropertyOf gc:date .

gc:url
      rdf:type owl:DatatypeProperty ;
      rdfs:label "url"^^xsd:string ;
      rdfs:range xsd:anyURI .

gc:year
      rdf:type owl:DatatypeProperty ;
      rdfs:label "year"^^xsd:string ;
      rdfs:range xsd:gYear .

xsd:date
      rdfs:subClassOf gc:DateUnion .

xsd:dateTime
      rdfs:subClassOf gc:DateUnion .

xsd:gDay
      rdfs:subClassOf gc:DateUnion .

xsd:gYear
      rdfs:subClassOf gc:DateUnion .

xsd:gYearMonth
      rdfs:subClassOf gc:DateUnion .

owl:Ontology
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom cc:License ;
                owl:onProperty cc:license
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:maxCardinality "1"^^xsd:int ;
                owl:onProperty cc:license
              ] ;
      rdfs:subClassOf
              [ rdf:type owl:Restriction ;
                owl:allValuesFrom gc:AttributedSource ;
                owl:onProperty gc:attributedSource
              ] .

