Skip to content

Class: PersonCollection

A holder for Person objects

URI: test_linkml_project_copier:PersonCollection

classDiagram class PersonCollection click PersonCollection href "../PersonCollection" PersonCollection : entries PersonCollection --> "*" Person : entries click Person href "../Person"

Slots

Name Cardinality and Range Description Inheritance
entries *
Person
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/dalito/test-linkml-project-copier

Mappings

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

LinkML Source

Direct

name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/dalito/test-linkml-project-copier
attributes:
  entries:
    name: entries
    from_schema: https://w3id.org/dalito/test-linkml-project-copier
    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/dalito/test-linkml-project-copier
attributes:
  entries:
    name: entries
    from_schema: https://w3id.org/dalito/test-linkml-project-copier
    rank: 1000
    alias: entries
    owner: PersonCollection
    domain_of:
    - PersonCollection
    range: Person
    multivalued: true
    inlined: true
    inlined_as_list: true
tree_root: true