Slot: has_credit_associations
This slot links a study or a data generation to a credit association. The credit association will be linked to a person value and to a CRediT Contributor Roles term. Principal investigators are recorded here with applied_roles including Principal Investigator.
URI: prov:qualifiedAssociation
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| Study | A study summarizes the overall goal of a research initiative and outlines... | no |
| DataGeneration | The methods and processes used to generate omics data from a biosample or organism. | no |
| NucleotideSequencing | A DataGeneration in which the sequence of DNA or RNA molecules is generated. | no |
| MassSpectrometry | Spectrometry where the sample is converted into gaseous ions which are... | no |
Properties
-
Range: CreditAssociation
-
Multivalued: True
Examples
A principal investigator recorded as a credit association.
type: "prov:Association"
applies_to_person:
type: "nmdc:PersonValue"
name: "Janet Jansson"
applied_roles: ["Principal Investigator"]
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| tooltip | Researchers associated with this study or data generation, including principal investigators. |
Schema Source
- from schema: https://w3id.org/nmdc/nmdc
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | prov:qualifiedAssociation |
LinkML Source
name: has_credit_associations
annotations:
tooltip:
tag: tooltip
value: Researchers associated with this study or data generation, including principal
investigators.
description: This slot links a study or a data generation to a credit association.
The credit association will be linked to a person value and to a CRediT Contributor
Roles term. Principal investigators are recorded here with applied_roles including
Principal Investigator.
examples:
- description: A principal investigator recorded as a credit association.
object:
type: prov:Association
applies_to_person:
type: nmdc:PersonValue
name: Janet Jansson
applied_roles:
- Principal Investigator
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
slot_uri: prov:qualifiedAssociation
domain_of:
- Study
- DataGeneration
range: CreditAssociation
multivalued: true
inlined: true
inlined_as_list: true