Class: PersonName

Composite name of a person.

URI: C2D_Ontology:PersonName

classDiagram class PersonName click PersonName href "../PersonName" PersonName : givennames PersonName : honorifics PersonName : salutation PersonName : surnames

Slots

Name Cardinality and Range Description Inheritance
salutation 0..1
String
The common title of the person, such as Mr direct
honorifics *
String
Academic or professional titles, such as Dr direct
givennames *
String
The first names of a person, which are usually used to address them direct
surnames *
String
The last names or family names of a person direct

Usages

used by used in type used
Person name range PersonName

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/example/C2D_Ontology

Mappings

Mapping Type Mapped Value
self C2D_Ontology:PersonName
native C2D_Ontology:PersonName

LinkML Source

Direct

name: PersonName
description: Composite name of a person.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
attributes:
  salutation:
    name: salutation
    description: The common title of the person, such as Mr., Mrs. or Mx., that precedes
      a person's name.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    domain_of:
    - PersonName
    range: string
  honorifics:
    name: honorifics
    description: Academic or professional titles, such as Dr. or Prof., that precede
      a person's name.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    domain_of:
    - PersonName
    range: string
  givennames:
    name: givennames
    description: The first names of a person, which are usually used to address them.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    domain_of:
    - PersonName
    range: string
    required: false
  surnames:
    name: surnames
    description: The last names or family names of a person.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    domain_of:
    - PersonName
    range: string
    required: false

Induced

name: PersonName
description: Composite name of a person.
from_schema: https://w3id.org/linkml/example/C2D_Ontology
attributes:
  salutation:
    name: salutation
    description: The common title of the person, such as Mr., Mrs. or Mx., that precedes
      a person's name.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: false
    alias: salutation
    owner: PersonName
    domain_of:
    - PersonName
    range: string
  honorifics:
    name: honorifics
    description: Academic or professional titles, such as Dr. or Prof., that precede
      a person's name.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: honorifics
    owner: PersonName
    domain_of:
    - PersonName
    range: string
  givennames:
    name: givennames
    description: The first names of a person, which are usually used to address them.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: givennames
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false
  surnames:
    name: surnames
    description: The last names or family names of a person.
    from_schema: https://w3id.org/linkml/example/C2D_Ontology
    rank: 1000
    multivalued: true
    alias: surnames
    owner: PersonName
    domain_of:
    - PersonName
    range: string
    required: false