Skip to content

Class: Collection

A group of things. The collection may be heterogeneous or homogeneous.

URI: linkml_common:Collection

classDiagram class Collection Intangible <|-- Collection Collection : members Collection --> Entity : members Collection : type

Inheritance

Slots

Name Cardinality and Range Description Inheritance
members 0..*
Entity
The members of the collection direct
type 0..1
String
A type for a thing Entity

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Collection
native linkml_common:Collection

LinkML Source

Direct

name: Collection
description: A group of things. The collection may be heterogeneous or homogeneous.
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  members:
    name: members
    description: The members of the collection
    from_schema: https://w3id.org/linkml-common/core
    rank: 1000
    multivalued: true
    domain_of:
    - Collection
    range: Entity
    inlined: true
    inlined_as_list: true

Induced

name: Collection
description: A group of things. The collection may be heterogeneous or homogeneous.
from_schema: https://w3id.org/linkml/linkml-common
is_a: Intangible
attributes:
  members:
    name: members
    description: The members of the collection
    from_schema: https://w3id.org/linkml-common/core
    rank: 1000
    multivalued: true
    alias: members
    owner: Collection
    domain_of:
    - Collection
    range: Entity
    inlined: true
    inlined_as_list: true
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Collection
    domain_of:
    - Entity
    - NamedThing
    range: string