Skip to content

Commit

Permalink
Add context for JSON-FG featureType
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Nov 8, 2023
1 parent 0506474 commit 96941d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion registereditems/geo/json-fg/feature/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"id": "@id",
"properties": "@nest",
"type": "@type",
"links": "rdfs:seeAlso"
"links": "rdfs:seeAlso",
"featureType": "@type"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@id": "geojson:features"
},
"links": "rdfs:seeAlso",
"type": "@type"
"type": "@type",
"featureType": "geojson:collectionFeatureType"
}
}
3 changes: 2 additions & 1 deletion registereditems/geo/json-fg/featureCollection/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"@id": "geojson:features"
},
"links": "rdfs:seeAlso",
"type": "@type"
"type": "@type",
"featureType": "geojson:collectionFeatureType"
}
}

0 comments on commit 96941d6

Please sign in to comment.