Skip to content

Class: TRR379NamedDistributionPart

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

URI: trr379ra:TRR379NamedDistributionPart

classDiagram class TRR379NamedDistributionPart click TRR379NamedDistributionPart href "../TRR379NamedDistributionPart/" NamedDistributionPart <|-- TRR379NamedDistributionPart click NamedDistributionPart href "../NamedDistributionPart/" TRR379NamedDistributionPart : locator TRR379NamedDistributionPart : object TRR379NamedDistributionPart --> "1" Distribution : object click Distribution href "../Distribution/" TRR379NamedDistributionPart : roles TRR379NamedDistributionPart --> "*" TRR379DistributionPartType : roles click TRR379DistributionPartType href "../TRR379DistributionPartType/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
locator 0..1
String
A relative path in POSIX notation NamedDistributionPart
roles *
TRR379DistributionPartType
Describes the function of an entity or agent (object) within the scope of a r... NamedDistributionPart
object 1
Distribution
Reference to a Thing within a Statement NamedDistributionPart

Usages

used by used in type used
TRR379Distribution parts range TRR379NamedDistributionPart

Identifier and Mapping Information

Schema Source

  • from schema: https://concepts.trr379.de/s/research-assets

Mappings

Mapping Type Mapped Value
self trr379ra:TRR379NamedDistributionPart
native trr379ra:TRR379NamedDistributionPart

LinkML Source

Direct

name: TRR379NamedDistributionPart
description: An association class for attaching a `locator` as additional information
  to a `hasPart` relationship.
from_schema: https://concepts.trr379.de/s/research-assets
is_a: NamedDistributionPart
slot_usage:
  roles:
    name: roles
    range: TRR379DistributionPartType

Induced

name: TRR379NamedDistributionPart
description: An association class for attaching a `locator` as additional information
  to a `hasPart` relationship.
from_schema: https://concepts.trr379.de/s/research-assets
is_a: NamedDistributionPart
slot_usage:
  roles:
    name: roles
    range: TRR379DistributionPartType
attributes:
  locator:
    name: locator
    description: A relative path in POSIX notation.
    notes:
    - For specifying a location via a globally unique identifier see `at_location`.
    from_schema: https://concepts.trr379.de/s/research-assets
    exact_mappings:
    - bibo:locator
    rank: 1000
    key: true
    alias: locator
    owner: TRR379NamedDistributionPart
    domain_of:
    - NamedDistributionPart
    - Publication
    range: string
    pattern: ^[^/]+.*$
  roles:
    name: roles
    description: Describes the function of an entity or agent (object) within the
      scope of a relationship with the subject.
    from_schema: https://concepts.trr379.de/s/research-assets
    exact_mappings:
    - prov:hadRole
    - dcat:had_role
    rank: 1000
    alias: roles
    owner: TRR379NamedDistributionPart
    domain_of:
    - TRR379AgentAttribution
    - NamedDistributionPart
    - Influence
    range: TRR379DistributionPartType
    multivalued: true
  object:
    name: object
    description: Reference to a `Thing` within a `Statement`.
    notes:
    - We do not declare a range here to be able to tighten the range in subclasses
      of class that need a particular range. This appears to be working around a linkml
      limitation.
    from_schema: https://concepts.trr379.de/s/research-assets
    exact_mappings:
    - rdf:object
    rank: 1000
    slot_uri: rdf:object
    alias: object
    owner: TRR379NamedDistributionPart
    domain_of:
    - TRR379AgentAttribution
    - Statement
    - NamedDistributionPart
    - Influence
    relational_role: OBJECT
    range: Distribution
    required: true
    multivalued: false
    inlined: false