Class: Person
Represents a Person
URI: base: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 NONE |
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 NONE |
A unique identifier for an entity | NamedThing |
description | 0..1 NarrativeText |
a human-readable description of an entity | NamedThing |
name | 0..1 LabelType |
A human-readable name for an attribute or entity | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
PersonCollection | entries | range | Person |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/base
Mappings
Mapping Type | Mapped Value |
---|---|
self | base:Person |
native | base:Person |
LinkML Source
Direct
name: Person
description: Represents a Person
from_schema: https://w3id.org/lmodel/base
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/lmodel/base
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/lmodel/base
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/lmodel/base
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/lmodel/base
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/lmodel/base
rank: 1000
alias: vital_status
owner: Person
domain_of:
- Person
range: PersonStatus
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI
in_subset:
- translator_minimal
from_schema: https://w3id.org/lmodel/base
exact_mappings:
- dct:identifier
- EDAM-DATA:0842
- EFO:id
- REPR:id
- schema:identifier
- SIO:000115
- sumo:Identifier
narrow_mappings:
- dwc:eventID
- dwc:parentEventID
- dwc:identificationID
- dwc:systemID
- CSO:bicm-id
- SIO:000672
- SIO:000674
- ERO:0000044
- ERO:0000480
- NCIT:C94069
- REPR:doi
- SIO:000328
- SIO:000729
- schema:productID
- schema:taxID
- sumo:AccountID
- sumo:AlphaIDString
- sumo:AlphaNumericIDString
- sumo:AgentID
- sumo:CountryID
- sumo:CustomerID
- sumo:currencyCode
- sumo:DistrictID
- sumo:EmployeeID
- sumo:IsoCode
- sumo:LocalizablePlaceID
- sumo:userIDString
- sumo:urlString
- sumo:UniformResourceLocator
- WIKIDATA_PROPERTY:P3743
broad_mappings:
- CSO:catalogue_identifiers
- IAO:0000603
- IAO:0000119
- sumo:identityElement
rank: 1000
identifier: true
alias: id
owner: Person
domain_of:
- NamedThing
- ontology class
- entity
range: string
required: true
name:
name: name
description: A human-readable name for an attribute or entity.
in_subset:
- translator_minimal
- samples
from_schema: https://w3id.org/lmodel/base
aliases:
- label
- display name
- title
exact_mappings:
- CSO:named_entity
- gr:name
- OM:name
- REPR:name
- schema:name
- SIO:000116
- sumo:Name
- WIKIDATA_PROPERTY:P2561
close_mappings:
- IAO:0000111
- IAO:0000118
- skos:altLabel
- sumo:originalTitle
narrow_mappings:
- AML:hasAttributeName
- dct:title
- NCIT:P386
- WIKIDATA_PROPERTY:P1476
- rr:column
- rr:tableName
- schema:recordLabel
broad_mappings:
- CSO:named_entity
rank: 1000
slot_uri: rdfs:label
alias: name
owner: Person
domain_of:
- NamedThing
- attribute
- entity
- assembly mixin
range: label type
description:
name: description
description: a human-readable description of an entity
in_subset:
- translator_minimal
from_schema: https://w3id.org/lmodel/base
aliases:
- definition
exact_mappings:
- dct:description
- IAO:0000115
- schema:description
- skos:definitions
- sumo:NarrativeText
- WIKIDATA:Q1200750
close_mappings:
- sumo:Descriptor
narrow_mappings:
- csrc:architecture_description
- CSO:architecture_description
- CSO:concept_description
- CSO:shape_description
- OM:longcomment
rank: 1000
slot_uri: dct:description
alias: description
owner: Person
domain_of:
- NamedThing
- entity
range: narrative text