Class: DistributionPart

An association class for attaching additional information to a hasPart relationship.

URI: dldist:DistributionPart

erDiagram DistributionPart { string name uriorcurie object }

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
The name of the part within the containing entity direct
object 0..1
Uriorcurie
Reference to a Thing within a Statement direct

Usages

used by used in type used
Distribution qualified_part range DistributionPart

Comments

  • This class is a key element of the data model. It enables referencing a particular resource (e.g., a file's content, or versioned directory tree in multiple contexts, such as different versions of a dataset).

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self dldist:DistributionPart
native dldist:DistributionPart
broad dcat:Relationship

LinkML Source

Direct

name: DistributionPart
description: An association class for attaching additional information to a hasPart
  relationship.
comments:
- This class is a key element of the data model. It enables referencing a particular
  resource (e.g., a file's content, or versioned directory tree in multiple contexts,
  such as different versions of a dataset).
from_schema: https://concepts.datalad.org/s/distribution/unreleased
broad_mappings:
- dcat:Relationship
slots:
- name
- object
slot_usage:
  name:
    name: name
    description: The name of the part within the containing entity.
class_uri: dldist:DistributionPart

Induced

name: DistributionPart
description: An association class for attaching additional information to a hasPart
  relationship.
comments:
- This class is a key element of the data model. It enables referencing a particular
  resource (e.g., a file's content, or versioned directory tree in multiple contexts,
  such as different versions of a dataset).
from_schema: https://concepts.datalad.org/s/distribution/unreleased
broad_mappings:
- dcat:Relationship
slot_usage:
  name:
    name: name
    description: The name of the part within the containing entity.
attributes:
  name:
    name: name
    description: The name of the part within the containing entity.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - rdfs:label
    - schema:name
    - foaf:name
    close_mappings:
    - dlprops:title
    rank: 1000
    slot_uri: dlprops:name
    alias: name
    owner: DistributionPart
    domain_of:
    - DistributionPart
    - Organization
    range: string
  object:
    name: object
    description: Reference to a `Thing` within a `Statement`.
    from_schema: https://concepts.datalad.org/s/distribution/unreleased
    exact_mappings:
    - rdf:object
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: DistributionPart
    domain_of:
    - DistributionPart
    - Statement
    - Relationship
    relational_role: OBJECT
    range: uriorcurie
    multivalued: false
    inlined: false
class_uri: dldist:DistributionPart