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

<http://www.oegov.org/core/owl/gc> a owl:Ontology ;
	owl:imports <http://www.oegov.org/core/owl/cc> , <http://creativecommons.org/schema.rdf> , <http://purl.org/dc/elements/1.1/> , <http://spinrdf.org/spin> ;
	gc:revision "$Revision: 1365 $"^^xsd:string ;
	cc:attributionURL "http://www.topquadrant.com"^^xsd:anyURI ;
	dc:rights "Creative Commons Attribution-Share Alike 3.0 United States License"^^xsd:string ;
	cc:license <http://www.oegov.org/core/owl/gc#CreativeCommonsAttributionShareAlike3.0_UnitedStatesLicense> .

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

<http://www.oegov.org/core/owl/gc> dc:date "$Date: 2009-08-24 10:59:06 -0700 (Mon, 24 Aug 2009) $"^^xsd:string ;
	dc:description "Government Core Ontology."^^xsd:string ;
	dc:creator "Ralph Hodgson"^^xsd:string ;
	owl:versionInfo "$Id: gc.n3 1365 2009-08-24 17:59:06Z RalphHodgson $"^^xsd:string ;
	dc:source "www.oegov.org"^^xsd:string ;
	dc:title "oeGOV Government Core Ontology"^^xsd:string ;
	gc:attributedSource gc:TopQuadrantAttribution .

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

gc:DateUnion a rdfs:Datatype ;
	rdfs:subClassOf rdfs:Resource .

gc:Monarchy a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:PoliticalSystem a owl:Class .

gc:Entity a owl:Class ;
	rdfs:subClassOf _:node17168lsc4x15 .

_:node17168lsc4x15 a owl:Restriction ;
	owl:onProperty gc:url .

gc:url a owl:DatatypeProperty .

_:node17168lsc4x15 owl:allValuesFrom xsd:anyURI .

gc:Entity rdfs:subClassOf _:node17168lsc4x16 .

_:node17168lsc4x16 a owl:Restriction ;
	owl:onProperty gc:hashtag .

gc:hashtag a owl:DatatypeProperty .

_:node17168lsc4x16 owl:allValuesFrom xsd:string .

gc:Entity rdfs:subClassOf owl:Thing ;
	rdfs:label "Entity"^^xsd:string .

gc:CommunistState a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

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

gc:DataFormat a owl:Class ;
	rdfs:subClassOf gc:Category .

gc:Category a owl:Class .

gc:DataFormat rdfs:label "Data Format"^^xsd:string .

gc:Republic a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:Tribal a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:Democracy a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:SocialistState a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:Category rdfs:subClassOf _:node17168lsc4x17 .

_:node17168lsc4x17 a owl:Restriction ;
	owl:onProperty gc:subCategory .

gc:subCategory a owl:ObjectProperty .

_:node17168lsc4x17 owl:allValuesFrom gc:Category .

gc:Category rdfs:subClassOf owl:Thing ;
	rdfs:label "Category"^^xsd:string .

gc:AttributedSource a owl:Class ;
	rdfs:subClassOf _:node17168lsc4x18 .

_:node17168lsc4x18 a owl:Restriction ;
	owl:onProperty cc:attributionName .

cc:attributionName a owl:DatatypeProperty .

_:node17168lsc4x18 owl:cardinality "1"^^xsd:int .

gc:AttributedSource rdfs:subClassOf _:node17168lsc4x19 .

_:node17168lsc4x19 a owl:Restriction ;
	owl:onProperty cc:attributionURL .

cc:attributionURL a owl:DatatypeProperty .

_:node17168lsc4x19 owl:maxCardinality "1"^^xsd:int .

gc:AttributedSource rdfs:subClassOf _:node17168lsc4x20 .

_:node17168lsc4x20 a owl:Restriction ;
	owl:onProperty gc:pointOfContact .

gc:pointOfContact a owl:DatatypeProperty .

_:node17168lsc4x20 owl:allValuesFrom xsd:string .

gc:AttributedSource rdfs:subClassOf owl:Thing ;
	rdfs:label "Attributed Source"^^xsd:string ;
	rdfs:comment "The name, url and other details of an attribution."^^xsd:string .

gc:Anarcy a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:Quarter a owl:Class ;
	owl:oneOf _:node17168lsc4x21 .

_:node17168lsc4x21 rdf:first gc:Q1 .

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

_:node17168lsc4x21 rdf:rest _:node17168lsc4x22 .

_:node17168lsc4x22 rdf:first gc:Q2 .

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

_:node17168lsc4x22 rdf:rest _:node17168lsc4x23 .

_:node17168lsc4x23 rdf:first gc:Q3 .

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

_:node17168lsc4x23 rdf:rest _:node17168lsc4x24 .

_:node17168lsc4x24 rdf:first gc:Q4 .

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

_:node17168lsc4x24 rdf:rest rdf:nil .

gc:Quarter rdfs:subClassOf gc:Period .

gc:Period a owl:Class .

gc:Quarter rdfs:label "Quarter"^^xsd:string .

gc:Theocracy a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

gc:Dictatorship a owl:Class ;
	rdfs:subClassOf gc:PoliticalSystem .

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

cc:License a owl:Class ;
	rdfs:subClassOf _:node17168lsc4x25 .

_:node17168lsc4x25 a owl:Restriction ;
	owl:onProperty cc:image .

cc:image a owl:AnnotationProperty ;
	rdfs:range xsd:anyURI .

_:node17168lsc4x25 owl:maxCardinality "1"^^xsd:int .

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

gc:subCategory rdfs:label "sub category"^^xsd:string .

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

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

cc:license a owl:ObjectProperty .

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

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

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

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

cc:morePermissions a owl:ObjectProperty .

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

cc:prohibits a owl:ObjectProperty .

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

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

cc:jurisdiction a owl:ObjectProperty .

cc:requires a owl:ObjectProperty .

cc:permits a owl:ObjectProperty .

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

cc:legalcode a owl:ObjectProperty .

gc:endDate a owl:DatatypeProperty ;
	rdfs:subPropertyOf gc:date .

gc:date a owl:DatatypeProperty .

gc:endDate rdfs:range xsd:date .

xsd:date rdfs:subClassOf gc:DateUnion .

gc:endDate rdfs:label "end date"^^xsd:string .

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

gc:date rdfs:range gc:DateUnion ;
	rdfs:label "date"^^xsd:string .

gc:url rdfs:range xsd:anyURI ;
	rdfs:label "url"^^xsd:string .

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

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

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

gc:year a owl:DatatypeProperty ;
	rdfs:range xsd:gYear .

xsd:gYear rdfs:subClassOf gc:DateUnion .

gc:year rdfs:label "year"^^xsd:string .

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

cc:attributionURL rdfs:range xsd:anyURI .

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

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

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

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

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

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

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

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

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

gc:hashtag rdfs:range xsd:string ;
	rdfs:label "hashtag"^^xsd:string .

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

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

gc:pointOfContact rdfs:range xsd:string ;
	rdfs:label "point of contact"^^xsd:string .

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

xsd:gYearMonth rdfs:subClassOf gc:DateUnion .

xsd:gDay rdfs:subClassOf gc:DateUnion .

gc:image a owl:AnnotationProperty ;
	rdfs:range xsd:anyURI .

cc:deprecatedOn a owl:AnnotationProperty .

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

gc:CSV-Format a gc:DataFormat ;
	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 ;
	rdfs:label "CVS Format"^^xsd:string .

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

gc:ShapefileFormat a gc:DataFormat ;
	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 ;
	rdfs:label "Shapefile Format"^^xsd:string .

gc:KML-Format a gc:DataFormat ;
	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 ;
	rdfs:label "KML-Format"^^xsd:string .

gc:UnstructuredDataFormat a gc:DataFormat ;
	gc:subCategory gc:HTML-Format .

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

gc:UnstructuredDataFormat rdfs:label "Unstructured Data Format"^^xsd:string .

gc:XML-Format a gc:DataFormat ;
	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 ;
	rdfs:label "XML Format"^^xsd:string .

gc:revision a owl:AnnotationProperty ;
	rdfs:range xsd:string .

xsd:dateTime rdfs:subClassOf gc:DateUnion .

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

gc:KMZ-Format a gc:DataFormat ;
	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 ;
	rdfs:label "KMZ Format"^^xsd:string .

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

_:node17168lsc4x26 a owl:Restriction ;
	owl:onProperty cc:license ;
	owl:maxCardinality "1"^^xsd:int .

_:node17168lsc4x27 a owl:Restriction ;
	owl:onProperty gc:attributedSource ;
	owl:allValuesFrom gc:AttributedSource .

_:node17168lsc4x28 a owl:Restriction ;
	owl:onProperty cc:license ;
	owl:allValuesFrom cc:License .

owl:Ontology rdfs:subClassOf _:node17168lsc4x27 , _:node17168lsc4x26 , _:node17168lsc4x28 .
