Skip to content

Instantly share code, notes, and snippets.

@fils
Last active August 29, 2015 14:28
Show Gist options
  • Save fils/1cfeacb158b83259dbfa to your computer and use it in GitHub Desktop.
Save fils/1cfeacb158b83259dbfa to your computer and use it in GitHub Desktop.
Just some thoughts on what I would include in a schema.org/Dataset jsonld package
{
"@context": "http://schema.org",
"@type": "Dataset",
"distribution": {
"@type": "DataDownload",
"url" : "http://foo.org/datasets/set1.jsonld"
}
"spatial" : {
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"latitude": "40.75",
"longitude": "73.98"
}
},
"author": {
"@type": "JRSO",
"name": "Joides Resolution Science Office",
"description": "JRSO is the operating organization for the JR. It is the final authority for DSDP, ODP, IODP and IODP (2014) data.",
"url": "http://jrso.org"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment