Last active
March 28, 2018 19:27
-
-
Save isc-rsingh/5b0c1e8bdcfeca2f5ec258f0a4fbf5d2 to your computer and use it in GitHub Desktop.
A dataset in described with structured metadata in JSON-LD
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "Dataset", | |
"identifier": "homes-1m-redfin-2016", | |
"name": "US Income", | |
"description": "Homes that sold for over a million USD in northeastern Massachusetts in a 3-month period in late 2016.", | |
"version": "2017-10-03", | |
"keywords": ["housing","income"], | |
"distribution": [ | |
{ | |
"fileFormat": "CSV", | |
"contentUrl": "http://s3-api.us-geo.objectstorage.softlayer.net/opendata/misc/milliondollarhomes.csv" | |
}, | |
{ | |
"fileFormat": "GeoJSON", | |
"contentUrl": "http://s3-api.us-geo.objectstorage.softlayer.net/opendata/misc/milliondollarhomes.geojson" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment