There was an error while loading. Please reload this page.
1 parent 50ee47f commit ec132f9Copy full SHA for ec132f9
1 file changed
registereditems/geo/features/feature/context.jsonld
@@ -1,7 +1,12 @@
1
{
2
"@context": {
3
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
4
+ "geojson": "https://purl.org/geojson/vocab#",
5
"links": "rdfs:seeAlso",
- "properties": "@nest"
6
+ "properties": "@nest",
7
+ "features": {
8
+ "@container": "@set",
9
+ "@id": "geojson:features"
10
+ }
11
}
12
0 commit comments