Skip to content

Class: OrganisationInfoCollection

A holder for OrganisationInfo objects

URI: bia_mifa_models:OrganisationInfoCollection

classDiagram class OrganisationInfoCollection OrganisationInfoCollection <|-- Author OrganisationInfoCollection : organisation OrganisationInfoCollection --> OrganisationInfo : organisation

Slots

Name Cardinality and Range Description Inheritance
organisation 0..*
OrganisationInfo
a collection of the name and address of organisations authors are affiliated ... direct

Mixin Usage

mixed into description
Author Information about the authors

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

LinkML Source

Direct

name: OrganisationInfoCollection
description: A holder for OrganisationInfo objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  organisation:
    name: organisation
    description: a collection of the name and address of organisations authors are
      affiliated with
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    range: OrganisationInfo
    inlined: true
    inlined_as_list: true

Induced

name: OrganisationInfoCollection
description: A holder for OrganisationInfo objects
from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
mixin: true
attributes:
  organisation:
    name: organisation
    description: a collection of the name and address of organisations authors are
      affiliated with
    from_schema: https://w3id.org/BioImage-Archive/bia-mifa-models
    rank: 1000
    multivalued: true
    alias: organisation
    owner: OrganisationInfoCollection
    domain_of:
    - OrganisationInfoCollection
    range: OrganisationInfo
    inlined: true
    inlined_as_list: true