Skip to content

Class: EntitySet

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

URI: linkml_common:EntitySet

classDiagram class EntitySet click EntitySet href "../EntitySet" Intangible <|-- EntitySet click Intangible href "../Intangible" EntitySet : members EntitySet --> "*" Entity : members click Entity href "../Entity" EntitySet : type

Inheritance

Slots

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

Aliases

  • collection

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

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

Induced

name: EntitySet
description: A group of things. The collection may be heterogeneous or homogeneous.
from_schema: https://w3id.org/linkml/linkml-common
aliases:
- collection
is_a: Intangible
attributes:
  members:
    name: members
    description: The members of the collection
    from_schema: https://w3id.org/linkml-common/core
    rank: 1000
    alias: members
    owner: EntitySet
    domain_of:
    - EntitySet
    range: Entity
    multivalued: true
    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: EntitySet
    domain_of:
    - Typed
    range: string