layout | title |
---|---|
home |
Proposed GeoJSON-LD Vocabulary |
See https://github.com/geojson/geojson-ld for vocabulary developments.
A RDF/XML description of this vocabulary is published at https://geojson.org/geojson-ld/vocab.rdf.
This document refers often to the JSON-LD 1.0 W3C Recommendation.
Below are linked data identifiers for the elements of RFC 7946 GeoJSON.
https://purl.org/geojson/vocab#FeatureCollection
Description: See RFC 7946 Section 3.3.
https://purl.org/geojson/vocab#Feature
Description: See RFC 7946 Section 3.2.
https://purl.org/geojson/vocab#Point
Description: See RFC 7946 Section 3.1.2.
https://purl.org/geojson/vocab#LineString
Description: See RFC 7946 Section 3.1.4.
https://purl.org/geojson/vocab#Polygon
Description: See RFC 7946 Section 3.1.6.
https://purl.org/geojson/vocab#MultiPoint
Description: See RFC 7946 Section 3.1.3.
https://purl.org/geojson/vocab#MultiLineString
Description: See RFC 7946 Section 3.1.5.
https://purl.org/geojson/vocab#MultiPolygon
Description: See RFC 7946 Section 3.1.7.
https://purl.org/geojson/vocab#GeometryCollection
Description: See RFC 7946 Section 3.1.8.
Below are linked data identifiers for the core GeoJSON properties found in the GeoJSON 1.0 Specification.
https://purl.org/geojson/vocab#bbox
Description: See RFC 7946 Section 5.
https://purl.org/geojson/vocab#coordinates
Description: See RFC 7946 Section 3.1.1.
https://purl.org/geojson/vocab#features
Description: See RFC 7946 Section 3.3.
https://purl.org/geojson/vocab#geometry
Description: See RFC 7946 Section 3.2.
https://purl.org/geojson/vocab#id
Description: See RFC 7946 Section 3.2.
In the base GeoJSON-LD context, https://geojson.org/geojson-context.jsonld, id is declared to be an alias for the JSON-LD @id keyword.
https://purl.org/geojson/vocab#properties
Description: See RFC 7946 Section 3.2. These are properties of a Feature that are bounded by its spatial and temporal extents.
https://purl.org/geojson/vocab#type
Description: See [RFC 7946 Section 3]https://tools.ietf.org/html/rfc7946#section-3).
In the base GeoJSON-LD context,
https://geojson.org/geojson-context.jsonld,
type is declared to be an alias for rdf:type
.