Welcome to GeoVocab.org! We provide vocabularies for geospatial modelling.
Specification
There is a specification available online, describing all vocabulary terms marked "testing".
Vocabularies
- http://geovocab.org/geometry# geometry vocabulary (RDF/XML, Turtle)
- http://geovocab.org/spatial# spatial vocabulary (RDF/XML, Turtle)
Getting Started
The basic classes are spatial:Feature and geom:Geometry, connected via the geom:geometry property.
@prefix geom: <http://geovocab.org/geometry#> .
@prefix spatial: <http://geovocab.org/spatial#> .
@prefix dbpedia: <http://dbpedia.org/resource/> .
dbpedia:Karlsruhe a spatial:Feature .
dbpedia:Karlsruhe geom:geometry <http://example.org/kageo> .
<http://example.org/kageo> a geom:Geometry .
dbpedia:Karlsruhe spatial:P dbpedia:Germany .
The URI http://example.org/kageo
then describes the geometry.
The vocabulary supports arbitrary syntaxes for describing geometries via content negotiation.
Resources
To subscribe to the NeoGeo Semantic Web Vocabs Mailing List send a mail to neogeo-semantic-web-vocabs+subscribe@googlegroups.com
Datasets
We provide a couple of reference datasets which demonstrate the use of the NeoGeo vocabulary.
In addition, several publishers plan to use NeoGeo.
News
- 2012-02-05
- Moved most
spatial
and somegeom
terms from "unstable" to "testing", updated spec based on GeoVoCamp Madrid discussions
$Id: index.php 87 2012-02-05 11:56:48Z non88sense@gmail.com $