Skip to content

Instantly share code, notes, and snippets.

@fils
Created April 29, 2020 14:08
Show Gist options
  • Save fils/216d12a7501e3f357edb8de09edaafd5 to your computer and use it in GitHub Desktop.
Save fils/216d12a7501e3f357edb8de09edaafd5 to your computer and use it in GitHub Desktop.
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "DS1",
"url": "http://www.foo.com/1",
"spatialCoverage": {
"@type": "Place",
"geo": {
"@type": "GeoShape",
"box": "26 -175 62 -42",
"polygon": "26,-175 62,-175 62,-42 26,-42 26,-175"
},
"additionalProperty": [
{
"@type": "PropertyValue",
"additionalType": "http:\/\/www.wikidata.org\/entity\/Q161779",
"propertyID": "SRS",
"name": "Spatial Reference System",
"value": "http:\/\/www.opengis.net\/def\/crs\/OGC\/1.3\/CRS84"
},
{
"@type": "PropertyValue",
"additionalType": "http:\/\/www.wikidata.org\/entity\/Q4018860",
"propertyID": "WKT",
"name": "Well-Known Text",
"value": "POLYGON ((-175 26, -42 26, -42 62, -175 62, -175 26))"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment