diff --git a/metadata/manifest.json b/metadata/manifest.json index 7cf8821..0e5a838 100644 --- a/metadata/manifest.json +++ b/metadata/manifest.json @@ -1,17 +1,14 @@ { "@context": [ + "https://schema.org/", "https://w3id.org/bundle/context", { - "schema": "http://schema.org/" - }, - { - "Datasets": { - "@type": "@id" - } + "name": "http://schema.org/name" } ], "@id": "https://data.wholetale.org/api/v1/tale/5c875b6feff2c60001d2810f", - "Datasets": [ + "@type": ["DataCatalog", "ro:ResearchObject"], + "dataset": [ { "@id": "doi:10.5065/D6862DM8", "@type": "Dataset", @@ -20,12 +17,14 @@ "publisher": { "@id": "https://www.dataone.org/", "@type": "Organization", - "Description": "A federated data network allowing access to science data", + "description": "A federated data network allowing access to science data", "legalName": "DataONE" } } ], "aggregates": [ + { "uri": "doi:10.5065/D6862DM8", + } { "uri": "../../workspace/requirements.txt" }, @@ -38,33 +37,35 @@ { "bundledAs": { "filename": "usco2005.xls", - "folder": "../data/data/Humans and Hydrology at High Latitudes: Water Use Information" + "folder": "../data/data/Humans%20and%20Hydrology%20at%20High%20Latitudes%3a%20Water%20Use%20Information" }, - "schema:isPartOf": "doi:10.5065/D6862DM8", + "isPartOf": "doi:10.5065/D6862DM8", "uri": "https://cn.dataone.org/cn/v2/resolve/urn:uuid:01a53103-8db1-46b3-967c-b42acf69ae08" }, { - "schema:license": "CC-BY-4.0", - "uri": "../LICENSE" + "uri": "../LICENSE", + "sameAs": "https://creativecommons.org/licenses/by/4.0/" + }, { - "@type": "schema:HowTo", + "@type": "HowTo", "uri": "../README.txt" } ], - "createdBy": { - "@id": "Craig Willis", - "@type": "schema:Person", - "schema:email": "willis8@illinois.edu", - "schema:familyName": "Willis", - "schema:givenName": "Craig" + "creator": { + "@id": "https://orcid.org/0000-0002-6148-7196", + "@type": "Person", + "name": "Craig Willis", + "email": "willis8@illinois.edu", + "familyName": "Willis", + "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 + "dateCreated": "2019-03-12 07:10:39.846000", + "keywords": "Example", + "description": "Description of my example Tale.", + "identifier": "5c875b6feff2c60001d2810f", + "image": "https://raw.githubusercontent.com/whole-tale/images/demo-graph2.jpg", + "name": "Example Tale", + "version": 6, + "license": "../LICENSE" } -