Slot: lbl

the human-readable label of a node

URI: rdfs:label

Applicable Classes

Name

Description

Modifies Slot

SubsetDefinition

no

Graph

A graph is a collection of nodes and edges and other axioms that represents a…

no

SynonymTypeDefinition

no

Node

A node is a class, property, or other entity in an ontology

no

Properties

Aliases

  • label

  • name

Comments

  • the name “lbl” exists for legacy purposes, this should be considered identical to label in rdfs

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/geneontology/obographs

LinkML Source

```yaml name: lbl description: the human-readable label of a node comments: - the name "lbl" exists for legacy purposes, this should be considered identical to label in rdfs from_schema: https://github.com/geneontology/obographs aliases: - label - name rank: 1000 slot_uri: rdfs:label alias: lbl domain_of: - Graph - Node - SubsetDefinition - SynonymTypeDefinition range: string
</details>