The depositar Data Package 1.0.0#
Metadata in the depositar Data Package are expressed in a datapackage.json file. It follows the Data Package specifications and includes generic Data Package properties and specific depositar DP properties. Properties indicated with * are required (i.e. cannot be empty).
Source: depositar-dp-profile.json
resources *#
Description: See Data Package specification.
Type:
array
Name |
Description |
Type |
Example |
Constraints |
|---|---|---|---|---|
name * |
||||
path * |
||||
title |
||||
description |
||||
format |
||||
mediatype |
||||
encoding |
||||
bytes |
||||
ckan:id |
The UUID of the resource. |
|
||
resource_crs |
The coordinate systems of the resource. The EPSG (European Petroleum Survey Group) system has been used. |
|
4326 |
exclusiveMinimum: |
name *#
Description: See Data Package specification. The depositar DP makes this a required property.
licenses *#
Description: See Data Package specification. The depositar DP makes this a required property and restricts name values.
Name |
Description |
Type |
Example |
Constraints |
|---|---|---|---|---|
name |
enum: |
title#
Description: See Data Package specification.
description#
Description: See Data Package specification.
created#
Description: See Data Package specification.
keywords#
Description: See Data Package specification.
contributors *#
Description: See Data Package specification. The depositar DP makes this a required property and restricts role values. Can include people and organizations.
Name |
Description |
Type |
Example |
Constraints |
|---|---|---|---|---|
roles |
An array of strings describing the roles of the contributor. One |
uniqueItems: |
sources#
Description: See Data Package specification.
ckan:id#
Description: The UUID of the dataset.
Type:
string
data_type *#
Description: The type of the dataset. The PARSE.Insight Content-types has been used.
Type:
arrayConstraints: enum:
archive,code,config,database,doc,graphic,image,multimedia,network,raw,science,software,structured,text,other, uniqueItems:True, minItems:1
wd_keywords#
Description: The Wikidata items for keywords to describe the dataset.
Type:
arrayConstraints: uniqueItems:
True
language#
Description: The language of the dataset. Must be a language defined in ISO 639-3.
Type:
arrayConstraints: uniqueItems:
True
remarks#
Description: Some supplementary information for the dataset. Markdown is encouraged.
Type:
stringConstraints: format:
textarea
temp_res#
Description: The precision of a measurement with respect to time. It can be the minimal time interval between subsequent examinations, or the maximum time error when the time period is uncertain.
Type:
stringConstraints: enum:
yearly,daily,monthly
start_time#
Description: The time related to contents of the dataset, not the time when the resources in the dataset were created or finished.
Constraints: patterns:
^[0-9]{4}$,^([0-9]{4})-(1[0-2]|0[1-9])$,^([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|[12][0-9]|0[1-9])$
end_time#
Description: The time related to contents of the dataset, not the time when the resources in the dataset were created or finished.
Constraints: patterns:
^[0-9]{4}$,^([0-9]{4})-(1[0-2]|0[1-9])$,^([0-9]{4})-(1[0-2]|0[1-9])-(3[01]|[12][0-9]|0[1-9])$
spatial#
Description: A GeoJSON text to describe the spatial coverage of the dataset.
Type:
object
x_min#
Description: Westmost longitude of the spatial extent.
Type:
numberConstraints: minimum:
-180, maximum:180
x_max#
Description: Eastmost longitude of the spatial extent.
Type:
numberConstraints: minimum:
-180, maximum:180
y_min#
Description: Southmost latitude of the spatial extent.
Type:
numberConstraints: minimum:
-90, maximum:90
y_max#
Description: Northmost latitude of the spatial extent.
Type:
numberConstraints: minimum:
-90, maximum:90
spatial_res#
Description: Spatial resolution (in meter) of the dataset.
Type:
numberConstraints: exclusiveMinimum:
0
created_time#
Description: The time when the resources in the dataset were created.
Type:
stringConstraints: pattern:
^\d{4}(-\d{2})?(-\d{2})?$
process_step#
Description: Steps of data generating process. Markdown is encouraged.
Type:
stringConstraints: format:
textarea