Dataset
associated
Combines project and publication.
available
Date made available. If year is present, month and day will have data or an empty string.
{
"year" => "2016",
"month" => "2",
"day" => "4"
}
file
An array of files.
[
{
"name" => "foo.csv",
"mime" => "application/octet-stream",
"size" => "1616665158",
"url" => "http://example.com/ws/rest/files/12345678/foo.csv",
"title" => "foo.csv",
"license" => {
"name" => "CC BY-NC",
"url" => "http://creativecommons.org/licenses/by-nc/4.0/"
}
},
]
link
An array of links.
[
{
"url" => "http://www.example.com/~abc1234/xyz/",
"description" => "An interesting description"
},
]
organisation
An array of involved organisations, each one in the same format as owner.
owner
Organisation responsible.
{
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx",
"name" => "Institute for the Arts",
"type" => "Department"
}
person
Contains an array of internal persons, an array of external persons and an array of other persons.
{
"internal" => [
{
"name" => {
"first" => "Stan",
"last" => "Laurel"
},
"role" => "Creator",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
],
"external" => [
],
"other" => [
{
"name" => {
"first" => "Hal",
"last" => "Roach"
},
"role" => "Contributor",
"uuid" => ""
},
]
}
project
An array of projects associated with the dataset.
[
{
"title" => "An interesting project title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
]
publication
An array of research outputs associated with the dataset.
[
{
"type" => "Journal article",
"title" => "An interesting journal article title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
{
"type" => "Conference paper",
"title" => "An interesting conference paper title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
{
"type" => "Working paper",
"title" => "An interesting working paper title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
{
"type" => "Paper",
"title" => "An interesting paper title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
{
"type" => "Dataset",
"title" => "An interesting dataset title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
{
"type" => "Chapter",
"title" => "An interesting chapter title",
"uuid" => "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx"
},
]
production, temporal
Date range. If year is present, month and day will have data or an empty string.
{
"start" => {
"year" => "2005",
"month" => "5",
"day" => "10"
},
"end" => {
"year" => "2011",
"month" => "9",
"day" => "18"
}
}
spatial_point
Latitude and longitude.
{
"latitude" => 54.05,
"longitude" => 2.8
}