Skip to content

Class: Distribution

A specific representation of a dataset. A dataset might be available in multiple serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above) ref.

URI: dcat:Distribution

classDiagram class Distribution click Distribution href "../Distribution" Entity <|-- Distribution click Entity href "../Entity" Distribution : accessURL Distribution : description Distribution : downloadURL Distribution : format Distribution : identifier Distribution : name Distribution : title

Inheritance

Slots

Name Cardinality and Range Description Inheritance
title 0..1
String
The title of the dataset direct
accessURL 0..1
Uri
direct
downloadURL 0..1
Uri
direct
format 0..1
String
The title of the dataset direct
identifier 1
String
NamedThing
name 0..1
String
NamedThing
description 0..1
String
The description of the dataset NamedThing

Usages

used by used in type used
Dataset distribution range Distribution

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarchinitiative/promet

Mappings

Mapping Type Mapped Value
self dcat:Distribution
native monarch_data:Distribution

LinkML Source

Direct

name: Distribution
description: A specific representation of a dataset. A dataset might be available
  in multiple serializations that may differ in various ways, including natural language,
  media-type or format, schematic organization, temporal and spatial resolution, level
  of detail or profiles (which might specify any or all of the above) [ref](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: Entity
slots:
- title
- accessURL
- downloadURL
- format
class_uri: dcat:Distribution

Induced

name: Distribution
description: A specific representation of a dataset. A dataset might be available
  in multiple serializations that may differ in various ways, including natural language,
  media-type or format, schematic organization, temporal and spatial resolution, level
  of detail or profiles (which might specify any or all of the above) [ref](https://www.w3.org/TR/vocab-dcat-3/#Class:Distribution).
from_schema: https://w3id.org/monarchinitiative/promet
is_a: Entity
attributes:
  title:
    name: title
    description: The title of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:title
    alias: title
    owner: Distribution
    domain_of:
    - Dataset
    - Distribution
    range: string
  accessURL:
    name: accessURL
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcat:accessURL
    alias: accessURL
    owner: Distribution
    domain_of:
    - Distribution
    range: uri
  downloadURL:
    name: downloadURL
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcat:downloadURL
    alias: downloadURL
    owner: Distribution
    domain_of:
    - Distribution
    range: uri
  format:
    name: format
    description: The title of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:format
    alias: format
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  identifier:
    name: identifier
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: identifier
    owner: Distribution
    domain_of:
    - NamedThing
    - Dataset
    range: string
    required: true
  name:
    name: name
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: Distribution
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: The description of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: Distribution
    domain_of:
    - NamedThing
    - Dataset
    range: string
class_uri: dcat:Distribution