Skip to content

Class: PersonCollection

A holder for Person objects

URI: basin3dschema: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

  • from schema: https://w3id.org/dschristianson/basin3dschema

Mappings

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

LinkML Source

Direct

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/dschristianson/basin3dschema
attributes:
  people:
    name: people
    from_schema: https://w3id.org/dschristianson/basin3dschema
    rank: 1000
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true

Induced

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/dschristianson/basin3dschema
attributes:
  people:
    name: people
    from_schema: https://w3id.org/dschristianson/basin3dschema
    rank: 1000
    alias: people
    owner: PersonCollection
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true