Class: DistributionPart

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

URI: dldist:DistributionPart

erDiagram DistributionPart { string name } Entity { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Property { uriorcurie meta_type string description uriorcurie is_defined_by string name string title uriorcurie type uriorcurie range string value } Identifier { string notation } Activity { W3CISO8601 ended_at uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Agent { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } Thing { uriorcurie id uriorcurieList conforms_to string description uriorcurieList is_about uriorcurie meta_type string name uriorcurieList same_as string title uriorcurie type } EntityInfluence { uriorcurie meta_type string influencer } Derivation { uriorcurie had_activity uriorcurie meta_type string influencer } Attribution { string influencer } DistributionPart ||--|o Entity : "entity" Entity ||--}o Attribution : "qualified_attribution" Entity ||--}o Derivation : "qualified_derivation" Entity ||--}o EntityInfluence : "qualified_relation" Entity ||--}o Thing : "relation" Entity ||--}o Agent : "was_attributed_to" Entity ||--}o Entity : "was_derived_from" Entity ||--}o Activity : "was_generated_by" Entity ||--}o Identifier : "identifier" Entity ||--}o Property : "has_property" Identifier ||--|o Thing : "schema_agency" Activity ||--}o AgentInfluence : "qualified_association" Activity ||--}o Thing : "relation" Activity ||--}o Agent : "was_associated_with" Activity ||--}o Activity : "was_informed_by" Activity ||--}o Identifier : "identifier" Activity ||--}o Property : "has_property" Agent ||--}o Thing : "relation" Agent ||--}o Identifier : "identifier" Agent ||--}o Property : "has_property" Thing ||--}o Identifier : "identifier" Thing ||--}o Property : "has_property" EntityInfluence ||--}| Entity : "entity" EntityInfluence ||--}| Role : "had_role" Derivation ||--}| Entity : "entity" Derivation ||--}| Role : "had_role" Attribution ||--|| Agent : "agent" Attribution ||--}| Role : "had_role"

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
The name of the part within the containing entity direct
entity 0..1
Entity
References an entity which influenced an entity 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/sdd/unreleased

Mappings

Mapping Type Mapped Value
self dldist:DistributionPart
native dex: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/sdd/unreleased
broad_mappings:
- DCAT:Relationship
slots:
- name
- entity
slot_usage:
  name:
    name: name
    description: The name of the part within the containing entity.
    domain_of:
    - Thing
    - Characteristic
    - DistributionPart
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/sdd/unreleased
broad_mappings:
- DCAT:Relationship
slot_usage:
  name:
    name: name
    description: The name of the part within the containing entity.
    domain_of:
    - Thing
    - Characteristic
    - DistributionPart
attributes:
  name:
    name: name
    description: The name of the part within the containing entity.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    rank: 1000
    slot_uri: dlthing:name
    alias: name
    owner: DistributionPart
    domain_of:
    - Thing
    - Characteristic
    - DistributionPart
    range: string
  entity:
    name: entity
    description: References an entity which influenced an entity.
    from_schema: https://concepts.datalad.org/s/sdd/unreleased
    exact_mappings:
    - prov:entity
    broad_mappings:
    - prov:influencer
    rank: 1000
    is_a: influencer
    slot_uri: dlprov:entity
    alias: entity
    owner: DistributionPart
    domain_of:
    - EntityInfluence
    - DistributionPart
    range: Entity
class_uri: dldist:DistributionPart