Skip to content

Class: PersonCollection

A holder for Person objects

URI: ber_central_schema:PersonCollection

 classDiagram
    class PersonCollection
    click PersonCollection href "../PersonCollection/"
      PersonCollection : people





        PersonCollection --> "*" Person : people
        click Person href "../Person/"



Class Properties

Property Value
Tree Root Yes

Slots

Name Cardinality and Range Description Inheritance
people *
Person
direct

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/sierra-moxon/ber-central-schema
attributes:
  people:
    name: people
    from_schema: https://w3id.org/sierra-moxon/ber-central-schema
    rank: 1000
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined_as_list: true
tree_root: true

Induced

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/sierra-moxon/ber-central-schema
attributes:
  people:
    name: people
    from_schema: https://w3id.org/sierra-moxon/ber-central-schema
    rank: 1000
    owner: PersonCollection
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true