Skip to content

Class: PersonCollection

A holder for Person objects

URI: schema_test: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/alschaap/schema_test

Mappings

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

LinkML Source

Direct

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