Skip to content

Class: DataPackage

A collection of data resources

URI: void:Dataset

Inheritance

Slots

Name Range Cardinality Description Info
resources DataResource 0..* None .
rules Rule 0..* None .
name string 0..1 the unique name of the dataset .
download_url uri 0..1 None .
license string 0..1 license for the data .
title string 0..1 the official title of the element .
description string 0..1 human readable description of the information .
conforms_to uriorcurie 0..1 None .
conforms_to_schema uriorcurie 0..1 None .
conforms_to_class uriorcurie 0..1 class in schema which the data object instantiates .
version string 0..1 particular version of schema .
language string 0..1 language in which the information is expressed .
publisher uriorcurie 0..1 None .
keywords string 0..* None .
issued datetime 0..1 None .
created_by uriorcurie 0..1 agent that created the element .
created_on datetime 0..1 time at which the element was created .
compression CompressionTypeEnum 0..1 None .
was_derived_from string 0..1 A derivation is a transformation of an entity into another, an update of an entity resulting in a new one, or the construction of a new entity based on a pre-existing entity.@en .
page string 0..1 None .
test_roles TestRole 0..* None .

Usages

Identifier and Mapping Information

LinkML Specification

Direct

name: DataPackage
aliases:
- dataset
- file collection
- data resource collection
exact_mappings:
- dcat:Dataset
- bald:Container
close_mappings:
- dcat:Catalog
description: A collection of data resources
from_schema: https://w3id.org/linkml/data-manifesto
see_also:
- https://specs.frictionlessdata.io/data-package
is_a: Information
slots:
- resources
- rules
class_uri: void:Dataset

Induced

name: DataPackage
aliases:
- dataset
- file collection
- data resource collection
exact_mappings:
- dcat:Dataset
- bald:Container
close_mappings:
- dcat:Catalog
description: A collection of data resources
from_schema: https://w3id.org/linkml/data-manifesto
see_also:
- https://specs.frictionlessdata.io/data-package
is_a: Information
attributes:
  resources:
    name: resources
    exact_mappings:
    - schema:distribution
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcat:distribution
    multivalued: true
    inlined: true
    inlined_as_list: true
    alias: resources
    owner: DataPackage
    range: DataResource
  rules:
    name: rules
    from_schema: https://w3id.org/linkml/data-manifesto
    multivalued: true
    alias: rules
    owner: DataPackage
    range: Rule
  name:
    name: name
    exact_mappings:
    - schema:name
    description: the unique name of the dataset
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:identifier
    identifier: true
    alias: name
    owner: DataPackage
    range: string
  download_url:
    name: download_url
    exact_mappings:
    - schema:url
    close_mappings:
    - frictionless:path
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcat:downloadURL
    alias: download_url
    owner: DataPackage
    range: uri
  license:
    name: license
    exact_mappings:
    - frictionless:licenses
    description: license for the data
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:license
    alias: license
    owner: DataPackage
    range: string
  title:
    name: title
    description: the official title of the element
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:title
    alias: title
    owner: DataPackage
    range: string
  description:
    name: description
    description: human readable description of the information
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:description
    alias: description
    owner: DataPackage
    range: string
  conforms_to:
    name: conforms_to
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:conformsTo
    alias: conforms_to
    owner: DataPackage
    range: uriorcurie
  conforms_to_schema:
    name: conforms_to_schema
    exact_mappings:
    - frictionless:schema
    from_schema: https://w3id.org/linkml/data-manifesto
    is_a: conforms_to
    alias: conforms_to_schema
    owner: DataPackage
    range: uriorcurie
  conforms_to_class:
    name: conforms_to_class
    description: class in schema which the data object instantiates
    from_schema: https://w3id.org/linkml/data-manifesto
    is_a: conforms_to
    alias: conforms_to_class
    owner: DataPackage
    range: uriorcurie
  version:
    name: version
    exact_mappings:
    - schema:version
    - dcterms:hasVersion
    description: particular version of schema
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: pav:version
    alias: version
    owner: DataPackage
    range: string
  language:
    name: language
    description: language in which the information is expressed
    from_schema: https://w3id.org/linkml/data-manifesto
    alias: language
    owner: DataPackage
    range: string
  publisher:
    name: publisher
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:publisher
    alias: publisher
    owner: DataPackage
    range: uriorcurie
  keywords:
    name: keywords
    exact_mappings:
    - schema:keywords
    from_schema: https://w3id.org/linkml/data-manifesto
    singular_name: keyword
    slot_uri: dcat:keyword
    multivalued: true
    alias: keywords
    owner: DataPackage
    range: string
  issued:
    name: issued
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcterms:issued
    alias: issued
    owner: DataPackage
    range: datetime
  created_by:
    name: created_by
    description: agent that created the element
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: pav:createdBy
    alias: created_by
    owner: DataPackage
    range: uriorcurie
  created_on:
    name: created_on
    description: time at which the element was created
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: pav:createdOn
    alias: created_on
    owner: DataPackage
    range: datetime
  compression:
    name: compression
    from_schema: https://w3id.org/linkml/data-manifesto
    alias: compression
    owner: DataPackage
    range: CompressionTypeEnum
  was_derived_from:
    name: was_derived_from
    description: A derivation is a transformation of an entity into another, an update
      of an entity resulting in a new one, or the construction of a new entity based
      on a pre-existing entity.@en
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: prov:wasDerivedFrom
    alias: was_derived_from
    owner: DataPackage
    range: string
  page:
    name: page
    from_schema: https://w3id.org/linkml/data-manifesto
    slot_uri: dcat:landingPage
    alias: page
    owner: DataPackage
    range: string
  test_roles:
    name: test_roles
    from_schema: https://w3id.org/linkml/data-manifesto
    multivalued: true
    alias: test_roles
    owner: DataPackage
    range: TestRole
class_uri: void:Dataset