Skip to content

Class: Person

URI: cmdr:Person

classDiagram class Person click Person href "../Person" Person : affiliations Person --> "0..1" Affiliation : affiliations click Affiliation href "../Affiliation" Person : contactPoints Person : name

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
direct
contactPoints 0..1
String
direct
affiliations 0..1
Affiliation
direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cmdr

Mappings

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

LinkML Source

Direct

name: Person
from_schema: https://w3id.org/linkml/cmdr
slots:
- name
- contactPoints
- affiliations
slot_usage:
  affiliations:
    name: affiliations
    domain_of:
    - Person
    range: Affiliation

Induced

name: Person
from_schema: https://w3id.org/linkml/cmdr
slot_usage:
  affiliations:
    name: affiliations
    domain_of:
    - Person
    range: Affiliation
attributes:
  name:
    name: name
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: name
    owner: Person
    domain_of:
    - Entity
    - Characteristic
    - Study
    - Agent
    - Person
    - Organization
    range: string
  contactPoints:
    name: contactPoints
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: contactPoints
    owner: Person
    domain_of:
    - StudyContact
    - Person
    - Organization
    range: string
  affiliations:
    name: affiliations
    from_schema: https://w3id.org/linkml/cmdr
    rank: 1000
    alias: affiliations
    owner: Person
    domain_of:
    - Person
    range: Affiliation