Skip to content

Class: PersonCollection

A holder for Person objects

URI: reactions_for_owl:PersonCollection

classDiagram class PersonCollection PersonCollection : entries PersonCollection --> Person : entries

Slots

Name Cardinality and Range Description Inheritance
entries 0..*
Person
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/turbomam/reactions-for-owl

Mappings

Mapping Type Mapped Value
self reactions_for_owl:PersonCollection
native reactions_for_owl:PersonCollection

LinkML Source

Direct

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/turbomam/reactions-for-owl
attributes:
  entries:
    name: entries
    from_schema: https://w3id.org/turbomam/reactions-for-owl-project
    rank: 1000
    multivalued: true
    range: Person
    inlined: true
    inlined_as_list: true
tree_root: true

Induced

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/turbomam/reactions-for-owl
attributes:
  entries:
    name: entries
    from_schema: https://w3id.org/turbomam/reactions-for-owl-project
    rank: 1000
    multivalued: true
    alias: entries
    owner: PersonCollection
    domain_of:
    - PersonCollection
    range: Person
    inlined: true
    inlined_as_list: true
tree_root: true