Class: PersonCollection
A holder for Person objects
URI: linkml_tutorial_2024: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/my-org/linkml-tutorial-2024
Mappings
Mapping Type | Mapped Value |
---|---|
self | linkml_tutorial_2024:PersonCollection |
native | linkml_tutorial_2024:PersonCollection |
LinkML Source
Direct
name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/my-org/linkml-tutorial-2024
attributes:
entries:
name: entries
from_schema: https://w3id.org/my-org/linkml-tutorial-2024
rank: 1000
domain_of:
- PersonCollection
range: Person
multivalued: true
inlined: true
tree_root: true
Induced
name: PersonCollection
description: A holder for Person objects
from_schema: https://w3id.org/my-org/linkml-tutorial-2024
attributes:
entries:
name: entries
from_schema: https://w3id.org/my-org/linkml-tutorial-2024
rank: 1000
alias: entries
owner: PersonCollection
domain_of:
- PersonCollection
range: Person
multivalued: true
inlined: true
tree_root: true