From fcd068a922b408d3103a88bb685ffdbd28ac7d2c Mon Sep 17 00:00:00 2001 From: Alejandro Villar Date: Tue, 28 May 2024 10:51:20 +0200 Subject: [PATCH] Remove LD binding, use non-null properties --- registereditems/geo/json-fg/feature/context.jsonld | 8 +------- .../geo/json-fg/feature/examples/custom-geometry.json | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/registereditems/geo/json-fg/feature/context.jsonld b/registereditems/geo/json-fg/feature/context.jsonld index 93b2cfb59..fe2b6aa16 100644 --- a/registereditems/geo/json-fg/feature/context.jsonld +++ b/registereditems/geo/json-fg/feature/context.jsonld @@ -53,13 +53,7 @@ "links": "rdfs:seeAlso", "featureType": "@type", "coordRefSys": "http://www.opengis.net/def/glossary/term/CoordinateReferenceSystemCRS", - "place": { - "@id": "dct:spatial", - "@context": { - "@base": "https://purl.org/geojson/vocab#", - "type": "@type" - } - }, + "place": "dct:spatial", "time": { "@id": "dct:time" } diff --git a/registereditems/geo/json-fg/feature/examples/custom-geometry.json b/registereditems/geo/json-fg/feature/examples/custom-geometry.json index 872509b7a..d74e55376 100644 --- a/registereditems/geo/json-fg/feature/examples/custom-geometry.json +++ b/registereditems/geo/json-fg/feature/examples/custom-geometry.json @@ -22,5 +22,5 @@ 44143.21 ] }, - "properties": null + "properties": {} }