Skip to content

Class: PersonCollection

A holder for Person objects

URI: cam_expanded_enums: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 cam_expanded_enums:PersonCollection
native cam_expanded_enums:PersonCollection

LinkML Source

Direct

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/include-dcc/cam-expanded-enums
attributes:
  people:
    name: people
    from_schema: https://w3id.org/include-dcc/cam-expanded-enums
    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/include-dcc/cam-expanded-enums
attributes:
  people:
    name: people
    from_schema: https://w3id.org/include-dcc/cam-expanded-enums
    rank: 1000
    owner: PersonCollection
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true