Class: Person
Represents a Person
URI: example_runner_sandbox:Person
classDiagram
class Person
NamedThing <|-- Person
Person : age_in_years
Person : birth_date
Person : description
Person : id
Person : name
Person : primary_email
Person : vital_status
Inheritance
- NamedThing
- Person
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
primary_email | 0..1 xsd:string |
The main email address of a person | direct |
birth_date | 0..1 xsd:date |
Date on which a person is born | direct |
age_in_years | 0..1 xsd:integer |
Number of years since birth | direct |
vital_status | 0..1 PersonStatus |
living or dead status | direct |
id | 1..1 xsd:anyURI |
A unique identifier for a thing | NamedThing |
name | 0..1 xsd:string |
A human-readable name for a thing | NamedThing |
description | 0..1 xsd:string |
A human-readable description for a thing | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
PersonCollection | entries | range | Person |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/turbomam/example-runner-sandbox
Mappings
Mapping Type | Mapped Value |
---|---|
self | example_runner_sandbox:Person |
native | example_runner_sandbox:Person |
LinkML Source
Direct
name: Person
description: Represents a Person
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
is_a: NamedThing
slots:
- primary_email
- birth_date
- age_in_years
- vital_status
slot_usage:
primary_email:
name: primary_email
domain_of:
- Person
- Person
pattern: ^\S+@[\S+\.]+\S+
Induced
name: Person
description: Represents a Person
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
is_a: NamedThing
slot_usage:
primary_email:
name: primary_email
domain_of:
- Person
- Person
pattern: ^\S+@[\S+\.]+\S+
attributes:
primary_email:
name: primary_email
description: The main email address of a person
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
slot_uri: schema:email
alias: primary_email
owner: Person
domain_of:
- Person
- Person
range: string
pattern: ^\S+@[\S+\.]+\S+
birth_date:
name: birth_date
description: Date on which a person is born
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
slot_uri: schema:birthDate
alias: birth_date
owner: Person
domain_of:
- Person
range: date
age_in_years:
name: age_in_years
description: Number of years since birth
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
alias: age_in_years
owner: Person
domain_of:
- Person
range: integer
vital_status:
name: vital_status
description: living or dead status
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
alias: vital_status
owner: Person
domain_of:
- Person
range: PersonStatus
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: Person
domain_of:
- NamedThing
range: uriorcurie
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
slot_uri: schema:name
alias: name
owner: Person
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://w3id.org/turbomam/example-runner-sandbox
rank: 1000
slot_uri: schema:description
alias: description
owner: Person
domain_of:
- NamedThing
range: string