Skip to content

Class: GrantReferenceCollection

A holder for GrantReference objects

URI: bia_mifa_models:GrantReferenceCollection

classDiagram class GrantReferenceCollection GrantReferenceCollection <|-- Study GrantReferenceCollection : grants GrantReferenceCollection --> GrantReference : grants

Slots

Name Cardinality and Range Description Inheritance
grants 0..*
GrantReference
a collection of grant ids and funder names associated with the study direct

Mixin Usage

mixed into description
Study General information about the study

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/BioImage-Archive/bia-mifa-models

Mappings

Mapping Type Mapped Value
self bia_mifa_models:GrantReferenceCollection
native bia_mifa_models:GrantReferenceCollection

LinkML Source

Direct

name: GrantReferenceCollection
description: A holder for GrantReference objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  grants:
    name: grants
    description: a collection of grant ids and funder names associated with the study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    range: GrantReference
    inlined: true
    inlined_as_list: true

Induced

name: GrantReferenceCollection
description: A holder for GrantReference objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  grants:
    name: grants
    description: a collection of grant ids and funder names associated with the study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    alias: grants
    owner: GrantReferenceCollection
    domain_of:
    - GrantReferenceCollection
    range: GrantReference
    inlined: true
    inlined_as_list: true