Skip to content

Instantly share code, notes, and snippets.

@stain
Created March 20, 2019 16:40
Show Gist options
  • Save stain/93686e8e557f13e8edccc15a767e8499 to your computer and use it in GitHub Desktop.
Save stain/93686e8e557f13e8edccc15a767e8499 to your computer and use it in GitHub Desktop.
{
"@context": [
"https://w3id.org/bundle/context",
{
"schema": "http://schema.org/",
"name": "schema:name",
"schema:image": {
"@type": "@id"
},
"schema:isPartOf": {
"@type": "@id"
},
"schema:sameAs": {
"@type": "@id"
}
}
],
"@id": "https://data.wholetale.org/api/v1/tale/5c875b6feff2c60001d2810f",
"@type": ["schema:DataCatalog", "ro:ResearchObject"],
"schema:dataset": [
{
"@id": "doi:10.5065/D6862DM8",
"@type": "Dataset",
"schema:identifier": "doi:10.5065/D6862DM8",
"schema:name": "Humans and Hydrology at High Latitudes: Water Use Information",
"schema:publisher": {
"@id": "https://www.dataone.org/",
"@type": "Organization",
"schema:description": "A federated data network allowing access to science data",
"schema:legalName": "DataONE"
}
}
],
"aggregates": [
{
"uri": "../../workspace/requirements.txt"
},
{
"uri": "../data/workspace/wt_quickstart.ipynb"
},
{
"uri": "../data/workspace/LICENSE"
},
{
"bundledAs": {
"filename": "usco2005.xls",
"folder": "../data/data/Humans%20and%20Hydrology%20at%20High%20Latitudes%3a%20Water%20Use%20Information"
},
"schema:isPartOf": "doi:10.5065/D6862DM8",
"uri": "https://cn.dataone.org/cn/v2/resolve/urn:uuid:01a53103-8db1-46b3-967c-b42acf69ae08"
},
{
"uri": "../LICENSE",
"schema:sameAs": "https://creativecommons.org/licenses/by/4.0/"
},
{
"@type": "HowTo",
"uri": "../README.txt"
}
],
"createdBy": {
"@id": "https://orcid.org/0000-0002-6148-7196",
"@type": "Person",
"schema:name": "Craig Willis",
"schema:email": "willis8@illinois.edu",
"schema:familyName": "Willis",
"schema:givenName": "Craig"
},
"createdOn": "2019-03-12 07:10:39.846000",
"schema:category": "Examples",
"schema:description": "Description of my example Tale.",
"schema:identifier": "5c875b6feff2c60001d2810f",
"schema:image": "https://raw.githubusercontent.com/whole-tale/images/demo-graph2.jpg",
"schema:name": "Example Tale",
"schema:version": 6,
"schema:license": "../LICENSE"
}
@stain
Copy link
Author

stain commented Mar 20, 2019

This is another alternative in craig-willis/bdbag-water-tale#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment