Skip to content

Class: TRR379AgentAttribution

An association class for attributing a subject to a person and qualifying the relationship with particular roles.

URI: trr379ra:TRR379AgentAttribution

classDiagram class TRR379AgentAttribution click TRR379AgentAttribution href "../TRR379AgentAttribution/" TRR379AgentAttribution : display_label TRR379AgentAttribution : object TRR379AgentAttribution --> "0..1" TRR379Person : object click TRR379Person href "../TRR379Person/" TRR379AgentAttribution : roles TRR379AgentAttribution --> "*" TRR379AgentRole : roles click TRR379AgentRole href "../TRR379AgentRole/"

Slots

Name Cardinality and Range Description Inheritance
roles *
TRR379AgentRole
Roles a person had with respect to the subject direct
object 0..1
TRR379Person
Reference to a person or organization the subject is being attributed to direct
display_label 0..1
String
Label that can be shown when the metadata record is displayed as an item direct

Usages

used by used in type used
TRR379Document attributed_to range TRR379AgentAttribution
TRR379Instrument attributed_to range TRR379AgentAttribution
TRR379Publication attributed_to range TRR379AgentAttribution
TRR379Study attributed_to range TRR379AgentAttribution
TRR379Objective attributed_to range TRR379AgentAttribution

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self trr379ra:TRR379AgentAttribution
native trr379ra:TRR379AgentAttribution
close prov:Attribution

LinkML Source

Direct

name: TRR379AgentAttribution
description: An association class for attributing a subject to a person and qualifying
  the relationship with particular roles.
from_schema: https://concepts.trr379.de/s/research-assets
close_mappings:
- prov:Attribution
slots:
- roles
- object
- display_label
slot_usage:
  object:
    name: object
    annotations:
      sh:order:
        tag: sh:order
        value: 1.0
      dash:propertyRole:
        tag: dash:propertyRole
        value: dash:KeyInfoRole
    description: Reference to a person or organization the subject is being attributed
      to
    title: Person or Organization
    range: TRR379Person
  roles:
    name: roles
    annotations:
      sh:order:
        tag: sh:order
        value: 2.0
    description: Roles a person had with respect to the subject
    range: TRR379AgentRole
    multivalued: true
  display_label:
    name: display_label
    annotations:
      sh:order:
        tag: sh:order
        value: 3.0

Induced

name: TRR379AgentAttribution
description: An association class for attributing a subject to a person and qualifying
  the relationship with particular roles.
from_schema: https://concepts.trr379.de/s/research-assets
close_mappings:
- prov:Attribution
slot_usage:
  object:
    name: object
    annotations:
      sh:order:
        tag: sh:order
        value: 1.0
      dash:propertyRole:
        tag: dash:propertyRole
        value: dash:KeyInfoRole
    description: Reference to a person or organization the subject is being attributed
      to
    title: Person or Organization
    range: TRR379Person
  roles:
    name: roles
    annotations:
      sh:order:
        tag: sh:order
        value: 2.0
    description: Roles a person had with respect to the subject
    range: TRR379AgentRole
    multivalued: true
  display_label:
    name: display_label
    annotations:
      sh:order:
        tag: sh:order
        value: 3.0
attributes:
  roles:
    name: roles
    annotations:
      sh:order:
        tag: sh:order
        value: 2.0
    description: Roles a person had with respect to the subject
    from_schema: https://concepts.trr379.de/s/research-assets
    exact_mappings:
    - prov:hadRole
    - dcat:had_role
    rank: 1000
    alias: roles
    owner: TRR379AgentAttribution
    domain_of:
    - TRR379AgentAttribution
    - NamedDistributionPart
    - Influence
    range: TRR379AgentRole
    multivalued: true
  object:
    name: object
    annotations:
      sh:order:
        tag: sh:order
        value: 1.0
      dash:propertyRole:
        tag: dash:propertyRole
        value: dash:KeyInfoRole
    description: Reference to a person or organization the subject is being attributed
      to
    title: Person or Organization
    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: TRR379AgentAttribution
    domain_of:
    - TRR379AgentAttribution
    - Statement
    - NamedDistributionPart
    - Influence
    relational_role: OBJECT
    range: TRR379Person
    multivalued: false
    inlined: false
  display_label:
    name: display_label
    annotations:
      sh:order:
        tag: sh:order
        value: 3.0
    description: Label that can be shown when the metadata record is displayed as
      an item.
    title: Record display label
    from_schema: https://concepts.trr379.de/s/research-assets
    rank: 1000
    slot_uri: skos:prefLabel
    alias: display_label
    owner: TRR379AgentAttribution
    domain_of:
    - TRR379AgentAttribution
    - FlatThing
    - FlatProperty
    range: string