Class: Distribution

A specific representation of data, which may come in the form of a single file, or an archive or directory of many files, may be standalone or part of a dataset.

URI: dldist:Distribution

erDiagram Distribution { uriList access_url NonNegativeInteger byte_size W3CISO8601 date_modified W3CISO8601 date_published uriList download_url uriorcurie format string media_type uriorcurie id uriorcurie schema_type uriorcurie type } Statement { } Property { uriorcurie id uriorcurie schema_type uriorcurie type } Thing { uriorcurie id uriorcurie schema_type uriorcurie type } AttributeSpecification { uriorcurie schema_type uriorcurie type uriorcurie range string value } Activity { W3CISO8601 ended_at W3CISO8601 started_at uriorcurie id uriorcurie schema_type uriorcurie type } Agent { uriorcurie id uriorcurie schema_type uriorcurie type } Relationship { } Identifier { uriorcurie creator string notation string schema_agency } Location { uriorcurie id uriorcurie schema_type uriorcurie type } Entity { uriorcurie id uriorcurie schema_type uriorcurie type } DistributionPart { string name } QualifiedAccess { } DataService { string download_url_template uri endpoint_description uri endpoint_url W3CISO8601 date_modified W3CISO8601 date_published stringList keyword uri landing_page string version uriorcurie id uriorcurie schema_type uriorcurie type } LicenseDocument { string license_text uriorcurie id uriorcurie schema_type uriorcurie type } Resource { W3CISO8601 date_modified W3CISO8601 date_published stringList keyword uri landing_page string version uriorcurie id uriorcurie schema_type uriorcurie type } Checksum { uriorcurie algorithm HexBinary digest } Distribution ||--}o DataService : "access_service" Distribution ||--}o Checksum : "checksum" Distribution ||--}o Distribution : "has_part" Distribution ||--|o Resource : "is_distribution_of" Distribution ||--|o LicenseDocument : "license" Distribution ||--}o QualifiedAccess : "qualified_access" Distribution ||--}o DistributionPart : "qualified_part" Distribution ||--}o Identifier : "identifiers" Distribution ||--}o Relationship : "qualified_relations" Distribution ||--}o Agent : "was_attributed_to" Distribution ||--}o Entity : "was_derived_from" Distribution ||--}o Activity : "was_generated_by" Distribution ||--}o Thing : "relations" Distribution ||--}o AttributeSpecification : "has_attributes" Distribution ||--}o Statement : "is_characterized_by" Statement ||--|| Thing : "object" Statement ||--|| Property : "predicate" Property ||--}o Thing : "relations" Property ||--}o AttributeSpecification : "has_attributes" Property ||--}o Statement : "is_characterized_by" Thing ||--}o Thing : "relations" Thing ||--}o AttributeSpecification : "has_attributes" Thing ||--}o Statement : "is_characterized_by" AttributeSpecification ||--|| Property : "predicate" AttributeSpecification ||--}o AttributeSpecification : "has_attributes" AttributeSpecification ||--}o Statement : "is_characterized_by" Activity ||--|o Location : "at_location" Activity ||--}o Identifier : "identifiers" Activity ||--}o Relationship : "qualified_relations" Activity ||--}o Agent : "was_associated_with" Activity ||--}o Activity : "was_informed_by" Activity ||--}o Thing : "relations" Activity ||--}o AttributeSpecification : "has_attributes" Activity ||--}o Statement : "is_characterized_by" Agent ||--}o Agent : "acted_on_behalf_of" Agent ||--|o Location : "at_location" Agent ||--}o Identifier : "identifiers" Agent ||--}o Relationship : "qualified_relations" Agent ||--}o Thing : "relations" Agent ||--}o AttributeSpecification : "has_attributes" Agent ||--}o Statement : "is_characterized_by" Relationship ||--|| Thing : "object" Relationship ||--}| Role : "had_roles" Location ||--}o Identifier : "identifiers" Location ||--}o Relationship : "qualified_relations" Location ||--}o Thing : "relations" Location ||--}o AttributeSpecification : "has_attributes" Location ||--}o Statement : "is_characterized_by" Entity ||--}o Identifier : "identifiers" Entity ||--}o Relationship : "qualified_relations" Entity ||--}o Agent : "was_attributed_to" Entity ||--}o Entity : "was_derived_from" Entity ||--}o Activity : "was_generated_by" Entity ||--}o Thing : "relations" Entity ||--}o AttributeSpecification : "has_attributes" Entity ||--}o Statement : "is_characterized_by" DistributionPart ||--|o Entity : "object" QualifiedAccess ||--}o DataService : "access_service" DataService ||--|o Agent : "contact_point" DataService ||--|o Resource : "is_part_of" DataService ||--|o Resource : "is_version_of" DataService ||--}o Identifier : "identifiers" DataService ||--}o Relationship : "qualified_relations" DataService ||--}o Agent : "was_attributed_to" DataService ||--}o Entity : "was_derived_from" DataService ||--}o Activity : "was_generated_by" DataService ||--}o Thing : "relations" DataService ||--}o AttributeSpecification : "has_attributes" DataService ||--}o Statement : "is_characterized_by" LicenseDocument ||--}o Identifier : "identifiers" LicenseDocument ||--}o Relationship : "qualified_relations" LicenseDocument ||--}o Agent : "was_attributed_to" LicenseDocument ||--}o Entity : "was_derived_from" LicenseDocument ||--}o Activity : "was_generated_by" LicenseDocument ||--}o Thing : "relations" LicenseDocument ||--}o AttributeSpecification : "has_attributes" LicenseDocument ||--}o Statement : "is_characterized_by" Resource ||--|o Agent : "contact_point" Resource ||--|o Resource : "is_part_of" Resource ||--|o Resource : "is_version_of" Resource ||--}o Identifier : "identifiers" Resource ||--}o Relationship : "qualified_relations" Resource ||--}o Agent : "was_attributed_to" Resource ||--}o Entity : "was_derived_from" Resource ||--}o Activity : "was_generated_by" Resource ||--}o Thing : "relations" Resource ||--}o AttributeSpecification : "has_attributes" Resource ||--}o Statement : "is_characterized_by"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
access_service *
DataService
A data service that gives access to a distribution direct
access_url *
Uri
URL that gives access to the subject direct
byte_size 0..1
NonNegativeInteger
The size of a distribution in bytes direct
checksum *
Checksum
The checksum property provides a mechanism that can be used to verify that th... direct
date_modified 0..1
W3CISO8601
Date on which the resource was (last) changed, updated or modified direct
date_published 0..1
W3CISO8601
Date on which the resource was (last) changed, updated or modified direct
download_url *
Uri
URL that gives direct access to the subject in the form of a downloadable fil... direct
format 0..1
Uriorcurie
The file format of a distribution direct
has_part *
Distribution
A related resource that is included either physically or logically in the des... direct
is_distribution_of 0..1
Resource
Inverse property of dcat:distribution direct
license 0..1
LicenseDocument
A legal document under which the resource is made available direct
media_type 0..1
String
The media type of a distribution as defined by IANA direct
qualified_access *
QualifiedAccess
Link to a description of a access_service relationship with `dcat:DataServi... direct
qualified_part *
DistributionPart
Qualified a hasPart relationship with another entity direct
identifiers *
Identifier
An unambiguous reference to the subject within a given context Entity
qualified_relations *
Relationship
Characterizes the relationship or role of an entity with respect to the subje... Entity
was_attributed_to *
Agent
Attribution is the ascribing of an entity to an agent Entity
was_derived_from *
Entity
Derivation is a transformation of an entity into another, an update of an ent... Entity
was_generated_by *
Activity
Generation is the completion of production of a new entity by an activity Entity
id 1
Uriorcurie
Globally unique identifier of a metadata object, such as a Thing Thing
relations *
Thing
Declares an unqualified relation of the subject Thing to another Thing Thing
has_attributes *
AttributeSpecification
Declares a relation that associates a Thing (or another attribute) with an ... ThingMixin
is_characterized_by *
Statement
Qualifies relationships between a subject Thing and an object Thing with ... ThingMixin
schema_type 0..1
Uriorcurie
Type designator of a schema element for validation and schema structure handl... ThingMixin
type 0..1
Uriorcurie
State that the subject is an instance of a particular RDF class ThingMixin

Usages

used by used in type used
Distribution format domain Distribution
Distribution has_part range Distribution
Distribution is_distribution_of domain Distribution
Distribution media_type domain Distribution

Comments

  • If a distribution is accessible only through a landing page, then the landing page URL associated with respective resource SHOULD be duplicated as access_url on a distribution.

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.datalad.org/s/sdd/unreleased

Mappings

Mapping Type Mapped Value
self dldist:Distribution
native dex:Distribution
exact dcat:Distribution

Examples

Example: Distribution-penguins

# we identify the dataset distribution (incl. its parts) as the main data entity
# of this dataset version. However, this is arbitrary. It could also be an
# archive or directory in a larger distribution context.
id: exthisdsver:.
license: licenses:CC0-1.0
# we describe the full penguin dataset distribution here. However, this is an
# arbitrary choice. We could also have a near-identical record that is focused
# on a single file in the dataset -- while also contextual relationships
has_part:
  - id: exthisdsver:./adelie.csv
    byte_size: 23755
    checksum:
      - algorithm: md5
        digest: e7e2be6b203a221949f05e02fcefd853
    download_url:
      - https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.219.3&entityid=002f3893385f710df69eeebe893144ff
    media_type: text/csv
  - id: exthisdsver:./gentoo.csv
    byte_size: 11263
    checksum:
      - algorithm: md5
        digest: 1549566fb97afa879dc9446edcf2015f
    download_url:
      - https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.220.3&entityid=e03b43c924f226486f2f0ab6709d2381
    media_type: text/csv
  - id: exthisdsver:./chinstrap.csv
    byte_size: 18872
    checksum:
      - algorithm: md5
        digest: e4b0710c69297031d63866ce8b888f25
    download_url:
      - https://portal.edirepository.org/nis/dataviewer?packageid=knb-lter-pal.221.2&entityid=fe853aa8f7a59aa84cdd3197619ef462
    media_type: text/csv
qualified_part:
  - name: adelie.csv
    object: exthisdsver:./adelie.csv
  - name: gentoo.csv
    object: exthisdsver:./gentoo.csv
  - name: chinstrap.csv
    object: exthisdsver:./chinstrap.csv
#
# relation to contextual entities
is_distribution_of: exthisdsver:#
relation:
  - id: exthisdsver:#
    schema_type: dldist:Resource
    date_modified: "2020-07-16"
    description: >-
      The goal of palmerpenguins is to provide a great dataset for data
      exploration and visualization, as an alternative to iris. Data were
      collected and made available by Dr. Kristen Gorman and the Palmer
      Station, Antarctica LTER, a member of the Long Term Ecological
      Research Network.
    is_version_of: exthisds:#
    keyword:
      - penguins
      - sea ice
      - foraging
      - ecological niches
      - islands
      - antarctica
      - animal sexual behavior
      - isotopes
    landing_page: https://github.com/allisonhorst/palmerpenguins
    name: penguins
    identifier:
      - notation: 10.5281/zenodo.3960218
        schema_agency: https://doi.org
    qualified_attribution:
      - agent: exthisds:#ahorst
        had_role:
          - marcrel:aut
          - dpv:DataController
      - agent: exthisds:#ahill
        had_role:
          - marcrel:aut
      - agent: exthisds:#kgorman
        had_role:
          - marcrel:aut
          - marcrel:cre
      - agent: exthisds:#UCSB
        had_role:
          # Supporting host
          - marcrel:sht
      - agent: exthisds:#RStudio
        had_role:
          - marcrel:sht
      - agent: https://ror.org/01j7nq853
        had_role:
          - marcrel:sht
    qualified_relations:
      - had_role:
          - schema:funding
        object:
          - exthisds:#nsf0217282
          - exthisds:#nsf0823101
          - exthisds:#nsf0741351
      - had_role:
          - CiTO:citesAsAuthority
          - CiTO:isCitedAsDataSourceBy
        object: 
          - exthisds:#gormanetal
    same_as:
      - https://doi.org/10.5281/zenodo.3960218
    title: Palmer Penguins
    version: "0.1.0"

  - id: exthisds:#nsf0217282
    schema_type: dlsdd:Grant
    name: "LTER: PALMER, ANTARCTICA LTER: Climate Change, Ecosystem Migration and Teleconnections in an Ice-Dominated Environment"
    identifier:
      - notation: "0217282"
        schema_agency: https://ror.org/021nxhr62
    sponsor: https://ror.org/05nwjp114
    cites_as_authority: https://www.nsf.gov/awardsearch/showAward?AWD_ID=0217282
  - id: exthisds:#nsf0823101
    schema_type: dlsdd:Grant
    name: Palmer, Antarctica Long Term Ecological Research Project
    identifier:
      - notation: "0823101"
        schema_agency: https://ror.org/021nxhr62
    sponsor: https://ror.org/05nwjp114
    cites_as_authority: https://www.nsf.gov/awardsearch/showAward?AWD_ID=0823101
  - id: exthisds:#nsf0741351
    schema_type: dlsdd:Grant
    name: "Collaborative Research: Possible Climate-induced Change in the Distribution of Pleuragramma Antarcticum on the Western Antarctic Peninsula Shelf"
    identifier:
      - notation: "0741351"
        schema_agency: https://ror.org/021nxhr62
    sponsor: https://ror.org/05nwjp114
    cites_as_authority: https://www.nsf.gov/awardsearch/showAward?AWD_ID=0741351
  # the following publication ID could also be the DOI, but having a global ID is not
  # a requirement (although almost unconditionally advantageous)
  - id: exthisds:#gormanetal
    schema_type: dlsdd:Publication
    notation: >-
      'Gorman KB, Williams TD, Fraser WR (2014) Ecological Sexual Dimorphism
      and Environmental Variability within a Community of Antarctic Penguins (Genus
      Pygoscelis). PLoS ONE 9(3): e90081.'
    date_published: '2014-03-05'
    identifier:
      - notation: 10.1371/journal.pone.0090081
        schema_agency: https://doi.org
    qualified_attribution:
      - agent: exthisds:#kgorman
        had_role:
          - marcrel:aut

  # Relevant agents.
  # There definition in the scope of the Distribution is arbitrary.
  # They could also be defined inlined at the Resource level, or
  # even not at all in this document (assuming a definition using
  # the exact same identifier would be available elsewhere).
  # We use the `thisds` prefix based on the assumption that no
  # namespace conflict would ever happen across dataset versions.
  - id: exthisds:#ahorst
    schema_type: dldist:Person
    name: Allison Horst
    email: ahorst@example.com
    identifier:
      - notation: 0000-0002-6047-5564
        schema_agency: https://orcid.org
    affiliation:
      - exthisds:#UCSB
    # we can also use the ORCID as an equivalence statement, and web resource
    # to link to
    same_as:
      - https://orcid.org/0000-0002-6047-5564
  - id: exthisds:#ahill
    schema_type: dldist:Person
    name: Allison Hill
    email: ahill@example.com
    identifier:
      - notation: 0000-0002-8082-1890
        schema_agency: https://orcid.org
    affiliation:
      - exthisds:#Rstudio
  - id: exthisds:#kgorman
    schema_type: dldist:Person
    name: Kirsten Gorman
    email: kgorman@example.com
    identifier:
      - notation: 0000-0002-0258-9264
        schema_agency: https://orcid.org
    affiliation:
      - https://ror.org/01j7nq853
  - id: exthisds:#UCSB
    schema_type: dldist:Organization
    name: 'UC Santa Barbara: Santa Barbara, CA, US'
  - id: exthisds:#RStudio
    schema_type: dldist:Organization
    name: 'RStudio: Boston, MA, US'
  - id: https://ror.org/01j7nq853
    schema_type: dldist:Organization
    name: 'University of Alaska Fairbanks: Fairbanks, AK, US'
    identifier:
      - notation: 01j7nq853
        schema_agency: https://ror.org
  - id: https://ror.org/05nwjp114
    name: NSF Office of Polar Programs
    identifier:
      - notation: 05nwjp114
        schema_agency: https://ror.org
  - id: https://ror.org/021nxhr62
    name: US National Science Foundation
    identifier:
      - notation: 021nxhr62
        schema_agency: https://ror.org
    same_as:
      - https://www.nsf.org
was_attributed_to:
  - exthisds:#ahorst
  - exthisds:#ahill
  - exthisds:#kgorman
  - exthisds:#UCSB
  - exthisds:#RStudio
  - https://ror.org/01j7nq853
  - https://ror.org/05nwjp114
  - https://ror.org/021nxhr62

LinkML Source

Direct

name: Distribution
description: A specific representation of data, which may come in the form of a single
  file, or an archive or directory of many files, may be standalone or part of a dataset.
comments:
- If a distribution is accessible only through a landing page, then the landing page
  URL associated with respective resource SHOULD be duplicated as `access_url` on
  a distribution.
from_schema: https://concepts.datalad.org/s/sdd/unreleased
exact_mappings:
- dcat:Distribution
is_a: Entity
slots:
- access_service
- access_url
- byte_size
- checksum
- date_modified
- date_published
- download_url
- format
- has_part
- is_distribution_of
- license
- media_type
- qualified_access
- qualified_part
slot_usage:
  access_service:
    name: access_service
    multivalued: true
  access_url:
    name: access_url
    multivalued: true
  checksum:
    name: checksum
    multivalued: true
    inlined: true
    inlined_as_list: true
  download_url:
    name: download_url
    multivalued: true
  has_part:
    name: has_part
    range: Distribution
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_access:
    name: qualified_access
    range: QualifiedAccess
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_part:
    name: qualified_part
    range: DistributionPart
    multivalued: true
    inlined: true
    inlined_as_list: true
class_uri: dldist:Distribution

Induced

name: Distribution
description: A specific representation of data, which may come in the form of a single
  file, or an archive or directory of many files, may be standalone or part of a dataset.
comments:
- If a distribution is accessible only through a landing page, then the landing page
  URL associated with respective resource SHOULD be duplicated as `access_url` on
  a distribution.
from_schema: https://concepts.datalad.org/s/sdd/unreleased
exact_mappings:
- dcat:Distribution
is_a: Entity
slot_usage:
  access_service:
    name: access_service
    multivalued: true
  access_url:
    name: access_url
    multivalued: true
  checksum:
    name: checksum
    multivalued: true
    inlined: true
    inlined_as_list: true
  download_url:
    name: download_url
    multivalued: true
  has_part:
    name: has_part
    range: Distribution
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_access:
    name: qualified_access
    range: QualifiedAccess
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_part:
    name: qualified_part
    range: DistributionPart
    multivalued: true
    inlined: true
    inlined_as_list: true
attributes:
  access_service:
    name: access_service
    description: A data service that gives access to a distribution.
    comments:
    - SHOULD be used to link to a description of a dcat:DataService that can provide
      access to the subject.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:accessService
    related_mappings:
    - dcat:accessURL
    - dcat:landingPage
    rank: 1000
    slot_uri: dldist:access_service
    alias: access_service
    owner: Distribution
    domain_of:
    - Distribution
    - QualifiedAccess
    range: DataService
    multivalued: true
  access_url:
    name: access_url
    description: URL that gives access to the subject. This can be, e.g, a landing
      page, feed, SPARQL endpoint.
    comments:
    - If the subject is available directly, typically through a HTTP Get request,
      `download_url` SHOULD be used instead.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:accessURL
    related_mappings:
    - dcat:downloadURL
    - dcat:landingPage
    rank: 1000
    slot_uri: dldist:access_url
    alias: access_url
    owner: Distribution
    domain_of:
    - Distribution
    range: uri
    multivalued: true
  byte_size:
    name: byte_size
    description: The size of a distribution in bytes.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:byteSize
    rank: 1000
    slot_uri: dldist:byte_size
    alias: byte_size
    owner: Distribution
    domain_of:
    - Distribution
    range: NonNegativeInteger
  checksum:
    name: checksum
    description: The checksum property provides a mechanism that can be used to verify
      that the contents of a file or package have not changed.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - spdx:checksum
    rank: 1000
    slot_uri: dldist:checksum
    alias: checksum
    owner: Distribution
    domain_of:
    - Distribution
    range: Checksum
    multivalued: true
    inlined: true
    inlined_as_list: true
  date_modified:
    name: date_modified
    description: Date on which the resource was (last) changed, updated or modified.
    notes:
    - successful validation with `datetime` as a range and linkml-jsonschema-validate`
      depends on a patched linkml, see https://github.com/linkml/linkml/issues/1806
    - a related problem also exists for `linkml-validate`, we cannot have a more specific
      range right now
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:modified
    rank: 1000
    slot_uri: dldist:date_modified
    alias: date_modified
    owner: Distribution
    domain_of:
    - Publication
    - Distribution
    - Resource
    range: W3CISO8601
  date_published:
    name: date_published
    description: Date on which the resource was (last) changed, updated or modified.
    notes:
    - successful validation with `datetime` as a range and linkml-jsonschema-validate`
      depends on a patched linkml, see https://github.com/linkml/linkml/issues/1806
    - a related problem also exists for `linkml-validate`, we cannot have a more specific
      range right now
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - schema:datePublished
    rank: 1000
    slot_uri: dldist:date_published
    alias: date_published
    owner: Distribution
    domain_of:
    - Publication
    - Distribution
    - Resource
    range: W3CISO8601
  download_url:
    name: download_url
    description: URL that gives direct access to the subject in the form of a downloadable
      file in a given format.
    comments:
    - SHOULD be used for the URL at which this distribution is available directly,
      typically through a HTTP Get request.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:downloadURL
    related_mappings:
    - dcat:accessURL
    - dcat:landingPage
    rank: 1000
    slot_uri: dldist:download_url
    alias: download_url
    owner: Distribution
    domain_of:
    - Distribution
    range: uri
    multivalued: true
  format:
    name: format
    description: The file format of a distribution.
    notes:
    - When type of the distribution is defined by IANA, `media_type` should be used.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:format
    rank: 1000
    domain: Distribution
    slot_uri: dldist:format
    alias: format
    owner: Distribution
    domain_of:
    - Distribution
    range: uriorcurie
  has_part:
    name: has_part
    description: A related resource that is included either physically or logically
      in the described resource.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:hasPart
    rank: 1000
    slot_uri: dldist:has_part
    alias: has_part
    owner: Distribution
    domain_of:
    - Distribution
    range: Distribution
    multivalued: true
    inlined: true
    inlined_as_list: true
  is_distribution_of:
    name: is_distribution_of
    description: Inverse property of `dcat:distribution`.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    domain: Distribution
    slot_uri: dldist:is_distribution_of
    alias: is_distribution_of
    owner: Distribution
    domain_of:
    - Distribution
    inverse: distribution
    range: Resource
  license:
    name: license
    description: A legal document under which the resource is made available.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:license
    - dcat:license
    rank: 1000
    slot_uri: dldist:license
    alias: license
    owner: Distribution
    domain_of:
    - Publication
    - Distribution
    range: LicenseDocument
  media_type:
    name: media_type
    description: The media type of a distribution as defined by IANA
    examples:
    - value: text/csv
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    see_also:
    - https://www.iana.org/assignments/media-types
    exact_mappings:
    - dcat:mediaType
    rank: 1000
    is_a: format
    domain: Distribution
    slot_uri: dldist:media_type
    alias: media_type
    owner: Distribution
    domain_of:
    - Distribution
    range: string
  qualified_access:
    name: qualified_access
    description: Link to a description of a `access_service` relationship with `dcat:DataService`.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    broad_mappings:
    - dcat:qualifiedRelation
    rank: 1000
    slot_uri: dlco:qualified_access
    alias: qualified_access
    owner: Distribution
    domain_of:
    - Distribution
    range: QualifiedAccess
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_part:
    name: qualified_part
    description: Qualified a `hasPart` relationship with another entity.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    broad_mappings:
    - dcat:qualifiedRelation
    rank: 1000
    slot_uri: dldist:qualified_part
    alias: qualified_part
    owner: Distribution
    domain_of:
    - Distribution
    range: DistributionPart
    multivalued: true
    inlined: true
    inlined_as_list: true
  identifiers:
    name: identifiers
    description: An unambiguous reference to the subject within a given context.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:identifier
    - schema:identifier
    - ADMS:identifier
    rank: 1000
    slot_uri: dlidentifiers:identifier
    alias: identifiers
    owner: Distribution
    domain_of:
    - Location
    - InstanteneousEvent
    - Agent
    - Activity
    - Entity
    range: Identifier
    multivalued: true
    inlined: true
    inlined_as_list: true
  qualified_relations:
    name: qualified_relations
    description: Characterizes the relationship or role of an entity with respect
      to the subject entity.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:qualifiedRelation
    rank: 1000
    domain: Thing
    slot_uri: dlroles:qualified_relation
    alias: qualified_relations
    owner: Distribution
    domain_of:
    - Location
    - InstanteneousEvent
    - Agent
    - Activity
    - Entity
    range: Relationship
    multivalued: true
    inlined: true
    inlined_as_list: true
  was_attributed_to:
    name: was_attributed_to
    description: Attribution is the ascribing of an entity to an agent.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - prov:wasAttributedTo
    rank: 1000
    domain: Entity
    slot_uri: dlprov:was_attributed_to
    alias: was_attributed_to
    owner: Distribution
    domain_of:
    - Entity
    range: Agent
    multivalued: true
    inlined: false
  was_derived_from:
    name: was_derived_from
    description: 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.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - prov:wasDerivedFrom
    rank: 1000
    domain: Entity
    slot_uri: dlprov:was_derived_from
    alias: was_derived_from
    owner: Distribution
    domain_of:
    - Entity
    range: Entity
    multivalued: true
    inlined: false
  was_generated_by:
    name: was_generated_by
    description: Generation is the completion of production of a new entity by an
      activity. This entity did not exist before generation and becomes available
      for usage after this generation.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - prov:wasAttributedTo
    rank: 1000
    domain: Entity
    slot_uri: dlprov:was_generated_by
    alias: was_generated_by
    owner: Distribution
    domain_of:
    - Entity
    range: Activity
    multivalued: true
    inlined: false
  id:
    name: id
    description: Globally unique identifier of a metadata object, such as a `Thing`.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:identifier
    - schema:identifier
    - ADMS:identifier
    rank: 1000
    slot_uri: dlthings:id
    identifier: true
    alias: id
    owner: Distribution
    domain_of:
    - Thing
    range: uriorcurie
    required: true
  relations:
    name: relations
    description: Declares an unqualified relation of the subject `Thing` to another
      `Thing`. This schema slot is used to define related things inline. If such a
      definition is not needed. A qualified relationship can be declared directly
      using the `is_characterized_by` slot.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcat:relation
    - dcterms:relation
    rank: 1000
    domain: Thing
    slot_uri: dlthings:relation
    alias: relations
    owner: Distribution
    domain_of:
    - Thing
    symmetric: true
    relational_role: OBJECT
    range: Thing
    multivalued: true
    inlined: true
    inlined_as_list: false
  has_attributes:
    name: has_attributes
    description: Declares a relation that associates a `Thing` (or another attribute)
      with an attribute, where an attribute is an intrinsic characteristic, such as
      a quality, capability, disposition, function, or is an externally derived attribute
      determined from some descriptor (e.g. a quantity, position, label/identifier).
      Technically, this declaration is done via an `AttributeSpecification` that combines
      a `predicate` with a value declaration and the attribute-related slots of a
      `Thing`. Importantly, such attributes are declared inline, because they do not
      have a unique identifier. If an identifier is available, a `Thing` declaration
      (see `relation`), and a qualification of that relationship via a `Statement`
      (see `is_characterized_by`) should be preferred.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - sio:SIO_000008
    rank: 1000
    slot_uri: dlthings:has_attributes
    alias: has_attributes
    owner: Distribution
    domain_of:
    - ThingMixin
    range: AttributeSpecification
    multivalued: true
    inlined: true
    inlined_as_list: true
  is_characterized_by:
    name: is_characterized_by
    description: Qualifies relationships between a subject `Thing` and an object `Thing`
      with a `Statement` declaring a `predicate` on the nature of the relationship.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - obo:RO_0000053
    rank: 1000
    slot_uri: dlthings:is_characterized_by
    alias: is_characterized_by
    owner: Distribution
    domain_of:
    - ThingMixin
    range: Statement
    multivalued: true
    inlined: true
    inlined_as_list: true
  schema_type:
    name: schema_type
    annotations:
      sh:path:
        tag: sh:path
        value: dlthings:schema_type
    description: Type designator of a schema element for validation and schema structure
      handling purposes. This is used to indicate specialized schema classes for properties
      that accept a hierarchy of classes as their range.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: schema_type
    owner: Distribution
    domain_of:
    - ThingMixin
    range: uriorcurie
  type:
    name: type
    description: State that the subject is an instance of a particular RDF class.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - dcterms:type
    rank: 1000
    slot_uri: rdf:type
    alias: type
    owner: Distribution
    domain_of:
    - ThingMixin
    range: uriorcurie
class_uri: dldist:Distribution