Skip to content

Class: Person

URI: beril_model:Person

classDiagram class Person Person : first_name Person : id Person : last_name

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
A unique identifier for a thing direct
first_name 0..1
String
direct
last_name 0..1
String
direct

Usages

used by used in type used
PersonCollection people range Person

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/beril-model/beril-model

Mappings

Mapping Type Mapped Value
self beril_model:Person
native beril_model:Person

LinkML Source

Direct

name: Person
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
slots:
- id
- first_name
- last_name

Induced

name: Person
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Person
    domain_of:
    - NamedThing
    - Person
    slot_group: identifiers
    range: uriorcurie
    required: true
    pattern: '[a-zA-Z0-9_]+:[a-zA-Z0-9_]+'
  first_name:
    name: first_name
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1000
    alias: first_name
    owner: Person
    domain_of:
    - Person
    range: string
  last_name:
    name: last_name
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1000
    alias: last_name
    owner: Person
    domain_of:
    - Person
    range: string