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": {} }