Skip to content

Instantly share code, notes, and snippets.

@cspanring
Forked from boazsender/open-civic-data.json
Created February 13, 2011 23:49
Show Gist options
  • Save cspanring/825314 to your computer and use it in GitHub Desktop.
Save cspanring/825314 to your computer and use it in GitHub Desktop.
{
category : "", // Required Single category from (http://opencivicdata.com/#categories-wg)
properties : {} // Required Common bin for domain specific properties from from (http://opencivicdata.com/#properties-wg)
meta : { // Optional: Simple Dublin Core Metadata Element Set
title : "",
creator : "",
subject : "",
description : "",
publisher : "",
contributor : "",
date : "",
type : "",
format : "",
identifier : "",
source : "",
language : "",
relation : "",
coverage : "",
rights : ""
}
geometry : {} // Optional Geojson location feature (http://geojson.org/geojson-spec.html)
}
@cspanring
Copy link
Author

ok, I'm clearly too GIS biased... http://www.fgdc.gov/metadata/csdgm-new/09.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment