Skip to content

Commit

Permalink
Improve JSON-LD for JSON-FG feature
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed May 28, 2024
1 parent 16f79ac commit 52d04db
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions registereditems/geo/json-fg/feature/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,22 @@
"MultiPolygon": "geojson:MultiPolygon",
"Point": "geojson:Point",
"Polygon": "geojson:Polygon",
"Polyhedron": "geojson:Polyhedron",
"MultiPolyhedron": "geojson:MultiPolyhedron",
"Prism": {
"@id": "geojson:Prism",
"@context": {
"base": "geojson:prismBase",
"lower": "geojson:prismLower",
"upper": "geojson:prismUpper"
}
},
"MultiPrism": {
"@id": "geojson:MultiPrism",
"@context": {
"prisms": "geojson:prisms"
}
},
"bbox": {
"@container": "@list",
"@id": "geojson:bbox"
Expand All @@ -27,6 +43,10 @@
"@id": "geojson:features"
},
"geometry": "geojson:geometry",
"geometries": {
"@id": "geojson:geometry",
"@container": "@list"
},
"id": "@id",
"properties": "@nest",
"type": "@type",
Expand Down

0 comments on commit 52d04db

Please sign in to comment.