Skip to content

Slot: language

the human language in which the value is encoded, e.g. 'en'

URI: kb_cdm:language Alias: language

Applicable Classes

Name Description Modifies Slot
EntityAttributeValue Class comprising all possible entity-attribute-value slots. no
Statement Represents an RDF triple, a statement in the form "subject predicate object" or "subject predicate value".

See Semantic SQL for more information on the contents of this table and how it is populated.
no
ResourceDescription Textual information about the resource being represented. no
TextValue A basic string value. no
ResourceTitle Represents the title or name of a resource, the type of that title, and the language used (if appropriate).

The title field is required; title_type is only necessary if the text is not the primary title.
no

Properties

Comments

  • only used when value is populated

TODOs

  • use an enum (rather than a string)

Identifier and Mapping Information

Schema Source

  • from schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema

Mappings

Mapping Type Mapped Value
self kb_cdm:language
native kb_cdm:language

LinkML Source

name: language
description: the human language in which the value is encoded, e.g. 'en'
todos:
- use an enum (rather than a string)
comments:
- only used when value is populated
from_schema: http://kbase.github.io/cdm-schema/linkml/cdm_schema
rank: 1000
alias: language
domain_of:
- EntityAttributeValue
- TextValue
- ResourceDescription
- ResourceTitle
- Statement
range: string