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 *#

Name

Description

Type

Example

Constraints

name *

See Data Package specification.

path *

See Data Package specification.

title

See Data Package specification.

description

See Data Package specification.

format

See Data Package specification.

mediatype

See Data Package specification.

encoding

See Data Package specification.

bytes

See Data Package specification.

ckan:id

The UUID of the resource.

string

resource_crs

The coordinate systems of the resource. The EPSG (European Petroleum Survey Group) system has been used.

number

4326

exclusiveMinimum: 0

name *#

licenses *#

Name

Description

Type

Example

Constraints

name

enum: notspecified, pd, cc-zero, cc-by, cc-by-sa, cc-by-nc-sa, odc-odbl, gfdl, twogd, other

title#

description#

created#

keywords#

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 creator is required; contact is optional.

uniqueItems: True, enum: creator, contact

sources#

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: array

  • Constraints: 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: array

  • Constraints: uniqueItems: True

language#

  • Description: The language of the dataset. Must be a language defined in ISO 639-3.

  • Type: array

  • Constraints: uniqueItems: True

remarks#

  • Description: Some supplementary information for the dataset. Markdown is encouraged.

  • Type: string

  • Constraints: 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: string

  • Constraints: 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: number

  • Constraints: minimum: -180, maximum: 180

x_max#

  • Description: Eastmost longitude of the spatial extent.

  • Type: number

  • Constraints: minimum: -180, maximum: 180

y_min#

  • Description: Southmost latitude of the spatial extent.

  • Type: number

  • Constraints: minimum: -90, maximum: 90

y_max#

  • Description: Northmost latitude of the spatial extent.

  • Type: number

  • Constraints: minimum: -90, maximum: 90

spatial_res#

  • Description: Spatial resolution (in meter) of the dataset.

  • Type: number

  • Constraints: exclusiveMinimum: 0

created_time#

  • Description: The time when the resources in the dataset were created.

  • Type: string

  • Constraints: pattern: ^\d{4}(-\d{2})?(-\d{2})?$

process_step#

  • Description: Steps of data generating process. Markdown is encouraged.

  • Type: string

  • Constraints: format: textarea