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.

GeoJSON Elements

Below are linked data identifiers for the elements of RFC 7946 GeoJSON.

FeatureCollection

https://purl.org/geojson/vocab#FeatureCollection

Description: See RFC 7946 Section 3.3.

Feature

https://purl.org/geojson/vocab#Feature

Description: See RFC 7946 Section 3.2.

Point

https://purl.org/geojson/vocab#Point

Description: See RFC 7946 Section 3.1.2.

LineString

https://purl.org/geojson/vocab#LineString

Description: See RFC 7946 Section 3.1.4.

Polygon

https://purl.org/geojson/vocab#Polygon

Description: See RFC 7946 Section 3.1.6.

MultiPoint

https://purl.org/geojson/vocab#MultiPoint

Description: See RFC 7946 Section 3.1.3.

MultiLineString

https://purl.org/geojson/vocab#MultiLineString

Description: See RFC 7946 Section 3.1.5.

MultiPolygon

https://purl.org/geojson/vocab#MultiPolygon

Description: See RFC 7946 Section 3.1.7.

GeometryCollection

https://purl.org/geojson/vocab#GeometryCollection

Description: See RFC 7946 Section 3.1.8.

Core Properties

Below are linked data identifiers for the core GeoJSON properties found in the GeoJSON 1.0 Specification.

bbox

https://purl.org/geojson/vocab#bbox

Description: See RFC 7946 Section 5.

coordinates

https://purl.org/geojson/vocab#coordinates

Description: See RFC 7946 Section 3.1.1.

features

https://purl.org/geojson/vocab#features

Description: See RFC 7946 Section 3.3.

geometry

https://purl.org/geojson/vocab#geometry

Description: See RFC 7946 Section 3.2.

id

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.

properties

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.

type

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.