Skip to content

Commit ec132f9

Browse files
committed
Fix GeoJSON FeatureCollection JSON-LD context
1 parent 50ee47f commit ec132f9

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"@context": {
33
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
4+
"geojson": "https://purl.org/geojson/vocab#",
45
"links": "rdfs:seeAlso",
5-
"properties": "@nest"
6+
"properties": "@nest",
7+
"features": {
8+
"@container": "@set",
9+
"@id": "geojson:features"
10+
}
611
}
712
}

0 commit comments

Comments
 (0)