{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GeoSPARQL",
  "description": "Unconstrained carrier schema: this block's content is its JSON-LD context, not a data shape. The schema exists only so other blocks can `$ref` it via `bblocks://` and inherit the context.",
  "type": "object",
  "x-jsonld-extra-terms": {
    "Geometry": "http://www.opengis.net/ont/geosparql#Geometry",
    "asWKT": "http://www.opengis.net/ont/geosparql#asWKT"
  }
}