language tag

The internal private-use BCP-47 language tag (e.g., 'ja') used for @lang annotations on string literals representing this language.

Structure

Property shape: datatype property; gmeow:Language -> xsd:string; functional

Practical Pattern

Use gmeow:languageTag from gmeow:Language to xsd:string when the relationship itself belongs in the native GMEOW graph.

Example Snippets

These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.

Multilingual Document

# --- Languages: first-class, BCP-47-tagged. English already exists as the core
#     seed gmeow:langEnglish — reused, not re-minted. Japanese has no seed, so it
#     is minted, declaring its internal private-use tag for @lang annotations.
ex:japanese a gmeow:Language ;
    rdfs:label        "Japanese"@en ;
    gmeow:bcp47Tag    "ja" ;
    gmeow:languageTag "ja" .

Common Companion Terms

gmeow:Language

Usage Advice

Use when

Avoid when

How to use

Examples

Avoid For Consumers