Skip to content

Class: PublicationsCollection

A holder for Publications objects

URI: bia_mifa_models:PublicationsCollection

classDiagram class PublicationsCollection PublicationsCollection <|-- Study PublicationsCollection : publications PublicationsCollection --> Publications : publications

Slots

Name Cardinality and Range Description Inheritance
publications 0..*
Publications
a collection of publications associated with a 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:PublicationsCollection
native bia_mifa_models:PublicationsCollection

LinkML Source

Direct

name: PublicationsCollection
description: A holder for Publications objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  publications:
    name: publications
    description: a collection of publications associated with a study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    range: Publications
    inlined: true

Induced

name: PublicationsCollection
description: A holder for Publications objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  publications:
    name: publications
    description: a collection of publications associated with a study
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    alias: publications
    owner: PublicationsCollection
    domain_of:
    - PublicationsCollection
    range: Publications
    inlined: true