Skip to content

Class: Name

The name or label for an entity. This may be a primary name, alternative name, synonym, acronym, or any other label used to refer to an entity.

URI: bertron:Name

classDiagram class Name click Name href "../Name" Name : name Name : name_type Name --> "0..1" NameType : name_type click NameType href "../NameType"

Slots

Name Cardinality and Range Description Inheritance
name_type 0..1
NameType
Brief description of the name and/or its relationship to the entity. direct
name 1
String
The string used as a name. direct

Usages

used by used in type used
Entity alt_names range Name
DataCollection alt_titles range Name

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/bertron-schema

Mappings

Mapping Type Mapped Value
self bertron:Name
native bertron:Name

LinkML Source

Direct

name: Name
description: The name or label for an entity. This may be a primary name, alternative
  name, synonym, acronym, or any other label used to refer to an entity.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  name_type:
    name: name_type
    description: Brief description of the name and/or its relationship to the entity.
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    domain_of:
    - Name
    range: NameType
    multivalued: false
  name:
    name: name
    description: The string used as a name.
    examples:
    - value: Heat-inducible transcription repressor HrcA
    - value: FW106 groundwater metagenome
    from_schema: https://w3id.org/ber-data/bertron-schema
    slot_uri: schema:name
    domain_of:
    - Entity
    - Name
    required: true

Induced

name: Name
description: The name or label for an entity. This may be a primary name, alternative
  name, synonym, acronym, or any other label used to refer to an entity.
from_schema: https://w3id.org/ber-data/bertron-schema
attributes:
  name_type:
    name: name_type
    description: Brief description of the name and/or its relationship to the entity.
    from_schema: https://w3id.org/ber-data/bertron-schema
    rank: 1000
    alias: name_type
    owner: Name
    domain_of:
    - Name
    range: NameType
    multivalued: false
  name:
    name: name
    description: The string used as a name.
    examples:
    - value: Heat-inducible transcription repressor HrcA
    - value: FW106 groundwater metagenome
    from_schema: https://w3id.org/ber-data/bertron-schema
    slot_uri: schema:name
    alias: name
    owner: Name
    domain_of:
    - Entity
    - Name
    range: string
    required: true