Skip to content

Class: Person

Represents a Person

URI: linkml_common:Person

classDiagram class Person Agent <|-- Person Person : age_in_years Person : birth_date Person : classification Person --> Concept : classification Person : description Person : id Person : name Person : ontology_types Person --> Concept : ontology_types Person : primary_email Person : type Person : vital_status Person --> PersonStatus : vital_status

Inheritance

Slots

Name Cardinality and Range Description Inheritance
primary_email 0..1
String
The main email address of a person direct
birth_date 0..1
Date
Date on which a person is born direct
age_in_years 0..1
Integer
Number of years since birth direct
vital_status 0..1
PersonStatus
living or dead status direct
id 1..1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
type 0..1
String
A type for a thing Entity, NamedThing
classification 0..1
Concept
A precise classification of the thing, using a concept from an ontology, cont... NamedThing
ontology_types 0..*
Concept
NamedThing
description 0..1
String
A human-readable description for a thing NamedThing

Usages

used by used in type used
HealthcareRole is_person range Person
HealthcareProvider is_person range Person
Patient is_person range Person
FinancialAccount account_holder range Person

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/linkml-common

Mappings

Mapping Type Mapped Value
self linkml_common:Person
native linkml_common:Person
exact schema:Person

LinkML Source

Direct

name: Person
description: Represents a Person
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- schema:Person
is_a: Agent
slots:
- primary_email
- birth_date
- age_in_years
- vital_status
slot_usage:
  primary_email:
    name: primary_email
    domain_of:
    - Person
    pattern: ^\S+@[\S+\.]+\S+

Induced

name: Person
description: Represents a Person
from_schema: https://w3id.org/linkml/linkml-common
exact_mappings:
- schema:Person
is_a: Agent
slot_usage:
  primary_email:
    name: primary_email
    domain_of:
    - Person
    pattern: ^\S+@[\S+\.]+\S+
attributes:
  primary_email:
    name: primary_email
    description: The main email address of a person
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:email
    alias: primary_email
    owner: Person
    domain_of:
    - 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/linkml/linkml-common
    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/linkml/linkml-common
    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/linkml/linkml-common
    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/linkml/linkml-common
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Person
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Person
    domain_of:
    - NamedThing
    range: string
  type:
    name: type
    description: A type for a thing. The range of this should be a class within the
      schema. It is intended for schema-based classification. Anything beneath the
      shoreline of the schema should use `classification`.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    designates_type: true
    alias: type
    owner: Person
    domain_of:
    - Entity
    - NamedThing
    range: string
  classification:
    name: classification
    description: A precise classification of the thing, using a concept from an ontology,
      controlled vocabulary, thesaurus, or taxonomy. Some schema classes may choose
      to restrict the range of values which this slot can take, using `values_from`,
      or bindings.
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    alias: classification
    owner: Person
    domain_of:
    - NamedThing
    range: Concept
  ontology_types:
    name: ontology_types
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    multivalued: true
    alias: ontology_types
    owner: Person
    domain_of:
    - NamedThing
    range: Concept
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/linkml/linkml-common
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Person
    domain_of:
    - NamedThing
    - TimePoint
    range: string