Skip to content

Class: CreditAssociation

This class supports binding associated researchers to studies. There will be at least a slot for a CRediT Contributor Role and for a person value. Specifically see the associated researchers tab on the NMDC_SampleMetadata-V4_CommentsForUpdates at https://docs.google.com/spreadsheets/d/1INlBo5eoqn2efn4H2P2i8rwRBtnbDVTqXrochJEAPko/edit#gid=0

URI: prov:Association

classDiagram class CreditAssociation click CreditAssociation href "../CreditAssociation" CreditAssociation : applied_roles CreditAssociation --> "1..*" CreditEnum : applied_roles click CreditEnum href "../CreditEnum" CreditAssociation : applies_to_person CreditAssociation --> "1" PersonValue : applies_to_person click PersonValue href "../PersonValue" CreditAssociation : type

Slots

Name Cardinality and Range Description Inheritance
applies_to_person 1
PersonValue
direct
applied_roles 1..*
CreditEnum
direct
type 1
Uriorcurie
the class_uri of the class that has been instantiated direct

Usages

used by used in type used
Study has_credit_associations range CreditAssociation

Aliases

  • study role
  • credit table
  • associated researchers

See Also

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self prov:Association
native nmdc:CreditAssociation

LinkML Source

Direct

name: CreditAssociation
description: This class supports binding associated researchers to studies. There
  will be at least a slot for a CRediT Contributor Role and for a person value. Specifically
  see the associated researchers tab on the NMDC_SampleMetadata-V4_CommentsForUpdates
  at https://docs.google.com/spreadsheets/d/1INlBo5eoqn2efn4H2P2i8rwRBtnbDVTqXrochJEAPko/edit#gid=0
from_schema: https://w3id.org/nmdc/nmdc
see_also:
- https://casrai.org/credit/
aliases:
- study role
- credit table
- associated researchers
slots:
- applies_to_person
- applied_roles
- type
class_uri: prov:Association

Induced

name: CreditAssociation
description: This class supports binding associated researchers to studies. There
  will be at least a slot for a CRediT Contributor Role and for a person value. Specifically
  see the associated researchers tab on the NMDC_SampleMetadata-V4_CommentsForUpdates
  at https://docs.google.com/spreadsheets/d/1INlBo5eoqn2efn4H2P2i8rwRBtnbDVTqXrochJEAPko/edit#gid=0
from_schema: https://w3id.org/nmdc/nmdc
see_also:
- https://casrai.org/credit/
aliases:
- study role
- credit table
- associated researchers
attributes:
  applies_to_person:
    name: applies_to_person
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    alias: applies_to_person
    owner: CreditAssociation
    domain_of:
    - CreditAssociation
    range: PersonValue
    required: true
  applied_roles:
    name: applied_roles
    annotations:
      tooltip:
        tag: tooltip
        value: 'Identify all CRediT roles associated with this contributor. CRediT
          Information: https://info.orcid.org/credit-for-research-contribution ; CRediT:
          https://credit.niso.org/'
    from_schema: https://w3id.org/nmdc/nmdc
    rank: 1000
    multivalued: true
    alias: applied_roles
    owner: CreditAssociation
    domain_of:
    - CreditAssociation
    range: CreditEnum
    required: true
  type:
    name: type
    description: the class_uri of the class that has been instantiated
    notes:
    - replaces legacy nmdc:type slot
    - makes it easier to read example data files
    - required for polymorphic MongoDB collections
    examples:
    - value: nmdc:Biosample
    - value: nmdc:Study
    from_schema: https://w3id.org/nmdc/nmdc
    see_also:
    - https://github.com/microbiomedata/nmdc-schema/issues/1048
    - https://github.com/microbiomedata/nmdc-schema/issues/1233
    - https://github.com/microbiomedata/nmdc-schema/issues/248
    rank: 1000
    slot_uri: rdf:type
    designates_type: true
    alias: type
    owner: CreditAssociation
    domain_of:
    - FunctionalAnnotationAggMember
    - MobilePhaseSegment
    - PortionOfSubstance
    - MagBin
    - MetaboliteIdentification
    - PeptideQuantification
    - ProteinQuantification
    - GenomeFeature
    - FunctionalAnnotation
    - AttributeValue
    - NamedThing
    - FailureCategorization
    - Protocol
    - CreditAssociation
    - Doi
    range: uriorcurie
    required: true
class_uri: prov:Association