Skip to content

Instantly share code, notes, and snippets.

@fils
Created September 10, 2015 15:00
Show Gist options
  • Save fils/82c72c7caa19b053f133 to your computer and use it in GitHub Desktop.
Save fils/82c72c7caa19b053f133 to your computer and use it in GitHub Desktop.
{
"@context": {
"@base" : "http://schema.org",
"glview" : "http://schema.geolink.org/somethingIforgot"
},
"@type": "Dataset",
"name" : "larval krill pigments",
"description" : "Southern Ocean larval krill studies- fluorescence and clearance, 2001-2002",
"url" : "http://lod.bco-dmo.org/id/dataset/3300",
"keywords" : "cool words about this cool data",
"distribution" : {
"@type" : "DataDownload",
"encodingFormat" : "text/tab-separated-values",
"contentUrl" : "http://www.bco-dmo.org/dataset/3300/data/download",
"datePublished" : "2010-02-03",
"inLanguage" : "en"
},
"glview:foo" : "some foo string for glview",
"glview:blah" : "some blah stuff from geolink",
"spatial" : {
"@type": "Place",
"geo": {
"@type": "GeoCoordinates",
"latitude": "40.75",
"longitude": "73.98"
}
},
"author": {
"@type": "Organization",
"name": "Megadodo Publications",
"description": "The company headquarters were located on Ursa Minor Beta, in a pair of 30-story office buildings connected partway up their height by a walkway, so that the entire structure resembled a giant letter H.",
"url": "http://foo.org"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment