Class: Attribution
Attribution is the ascribing of an entity to an agent. When an entity e is attributed to agent ag, entity e was generated by some unspecified activity that in turn was associated to agent ag. Thus, this relation is useful when the activity is not known, or irrelevant.
erDiagram Annotation { string annotation_value } AttributeSpecification { uriorcurieList broad_mappings uriorcurieList close_mappings string description uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie schema_type uriorcurie range string value } Attribution { } Statement { } Thing { uriorcurie pid uriorcurieList broad_mappings uriorcurieList close_mappings string description uriorcurieList exact_mappings uriorcurieList narrow_mappings uriorcurieList related_mappings NodeUriOrCurie schema_type } Annotation ||--|o Thing : "annotation_tag" AttributeSpecification ||--|| Property : "predicate" AttributeSpecification ||--}o Annotation : "annotations" AttributeSpecification ||--}o AttributeSpecification : "attributes" AttributeSpecification ||--}o Statement : "characterized_by" Attribution ||--|o Thing : "ended" Attribution ||--|o Thing : "object" Attribution ||--|o Thing : "started" Attribution ||--}o Thing : "roles" Statement ||--|| Property : "predicate" Statement ||--|| Thing : "object" Thing ||--}o Annotation : "annotations" Thing ||--}o AttributeSpecification : "attributes" Thing ||--}o Statement : "characterized_by" Thing ||--}o Thing : "relations"
Inheritance
- Influence
- AgentInfluence
- Attribution
- AgentInfluence
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| object | 0..1 Thing |
Agent the entity was attributed to | Influence |
| roles | * Thing |
Roles the agent had with respect to the entity | Influence |
| started | 0..1 Thing |
Start is when an activity is deemed to have been started by an entity, known ... | Influence |
| ended | 0..1 Thing |
End is when an activity is deemed to have been ended by an entity, known as t... | Influence |
Usages
| used by | used in | type | used |
|---|---|---|---|
| EntityMixin | attributed_to | range | Attribution |
Identifier and Mapping Information
Schema Source
- from schema: https://concepts.datalad.org/s/flat-study/unreleased
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dlflatstudy:Attribution |
| native | dlflatstudy:Attribution |
| exact | prov:Attribution |
LinkML Source
Direct
name: Attribution
description: Attribution is the ascribing of an entity to an agent. When an entity
e is attributed to agent ag, entity e was generated by some unspecified activity
that in turn was associated to agent ag. Thus, this relation is useful when the
activity is not known, or irrelevant.
from_schema: https://concepts.datalad.org/s/flat-study/unreleased
exact_mappings:
- prov:Attribution
is_a: AgentInfluence
slot_usage:
object:
name: object
description: Agent the entity was attributed to.
roles:
name: roles
description: Roles the agent had with respect to the entity.
Induced
name: Attribution
description: Attribution is the ascribing of an entity to an agent. When an entity
e is attributed to agent ag, entity e was generated by some unspecified activity
that in turn was associated to agent ag. Thus, this relation is useful when the
activity is not known, or irrelevant.
from_schema: https://concepts.datalad.org/s/flat-study/unreleased
exact_mappings:
- prov:Attribution
is_a: AgentInfluence
slot_usage:
object:
name: object
description: Agent the entity was attributed to.
roles:
name: roles
description: Roles the agent had with respect to the entity.
attributes:
object:
name: object
description: Agent the entity was attributed to.
title: Agent
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.datalad.org/s/flat-study/unreleased
exact_mappings:
- rdf:object
rank: 1000
slot_uri: rdf:object
alias: object
owner: Attribution
domain_of:
- Statement
- Influence
relational_role: OBJECT
range: Thing
multivalued: false
inlined: false
roles:
name: roles
description: Roles the agent had with respect to the entity.
from_schema: https://concepts.datalad.org/s/flat-study/unreleased
exact_mappings:
- prov:hadRole
- dcat:had_role
rank: 1000
alias: roles
owner: Attribution
domain_of:
- Influence
range: Thing
multivalued: true
started:
name: started
description: Start is when an activity is deemed to have been started by an entity,
known as trigger. The activity did not exist before its start. Any usage, generation,
or invalidation involving an activity follows the activity's start. A start
may refer to a trigger entity that set off the activity, or to an activity,
known as starter, that generated the trigger.
notes:
- PROV-O "startedAt" is a short-cut property. "Start" also has "atTime".
- name is just started, because the association class Start has both time information
and trigger information. Hence the name needs to capture both started_by and
started_at. "started" has the unfortunate ambiguity of having started an activity,
however the range "Start" is an "EntityInfluence" where the linked "object"
is an Entity -- hopefully limiting the confusion.
from_schema: https://concepts.datalad.org/s/flat-study/unreleased
exact_mappings:
- prov:wasStartedBy
rank: 1000
is_a: influenced_by
alias: started
owner: Attribution
domain_of:
- ActivityMixin
- Influence
range: Thing
ended:
name: ended
description: End is when an activity is deemed to have been ended by an entity,
known as trigger. The activity no longer exists after its end. Any usage, generation,
or invalidation involving an activity precedes the activity's end. An end may
refer to a trigger entity that terminated the activity, or to an activity, known
as ender that generated the trigger.
notes:
- PROV-O "endedAt" is a short-cut property. "Start" also has "atTime".
- same naming remarks as for "started" apply.
from_schema: https://concepts.datalad.org/s/flat-study/unreleased
exact_mappings:
- prov:wasEndedBy
rank: 1000
is_a: influenced_by
alias: ended
owner: Attribution
domain_of:
- ActivityMixin
- Influence
range: Thing