Skip to content

Class: NamedThingCollection

A multi-valued, inlined-as-list grouping of instances from any class, provided a suitable linking slot is provided

URI: beril_model:NamedThingCollection

classDiagram class NamedThingCollection NamedThingCollection : material_entities NamedThingCollection --|> MaterialEntity : material_entities NamedThingCollection : processes NamedThingCollection --|> Process : processes

Slots

Name Cardinality and Range Description Inheritance
material_entities 0..*
MaterialEntity
direct
processes 0..*
Process
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/beril-model/beril-model

Mappings

Mapping Type Mapped Value
self beril_model:NamedThingCollection
native beril_model:NamedThingCollection

LinkML Source

Direct

name: NamedThingCollection
description: A multi-valued, inlined-as-list grouping of instances from any class,
  provided a suitable linking slot is provided
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
slots:
- material_entities
- processes
tree_root: true

Induced

name: NamedThingCollection
description: A multi-valued, inlined-as-list grouping of instances from any class,
  provided a suitable linking slot is provided
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
attributes:
  material_entities:
    name: material_entities
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1000
    multivalued: true
    alias: material_entities
    owner: NamedThingCollection
    domain_of:
    - NamedThingCollection
    range: MaterialEntity
    inlined: true
    inlined_as_list: true
  processes:
    name: processes
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1000
    multivalued: true
    alias: processes
    owner: NamedThingCollection
    domain_of:
    - NamedThingCollection
    range: Process
    inlined: true
    inlined_as_list: true
tree_root: true