Skip to content

Class: AuthorCollection

A holder for Author objects

URI: bia_mifa_models:AuthorCollection

classDiagram class AuthorCollection AuthorCollection <|-- Study AuthorCollection <|-- Annotations AuthorCollection : authors AuthorCollection --> Author : authors

Slots

Name Cardinality and Range Description Inheritance
authors 0..*
Author
a collection of the authors of a study direct

Mixin Usage

mixed into description
Study General information about the study
Annotations A set of annotations for an AI-ready dataset

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:AuthorCollection
native bia_mifa_models:AuthorCollection

LinkML Source

Direct

name: AuthorCollection
description: A holder for Author objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  authors:
    name: authors
    description: a collection of the authors of a study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    range: Author
    inlined: true
    inlined_as_list: true

Induced

name: AuthorCollection
description: A holder for Author objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  authors:
    name: authors
    description: a collection of the authors of a study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    alias: authors
    owner: AuthorCollection
    domain_of:
    - AuthorCollection
    range: Author
    inlined: true
    inlined_as_list: true