Language

A language as a first-class information object with a self-minted IRI: a system of signs/symbols and rules used for communication or computation. Registry-INDEPENDENT — BCP-47/ISO 639/Glottolog/Wikidata are optional alignments (gmeow:languageCode, gmeow:authorityLink, skos:exactMatch), never identity, so a code-less conlang or AI-generated language is fully first-class. Origin, modality and status are open value vocabularies; the scripts it is written in are bound co-equally via gmeow:WritingSystemUsage; its endonym/exonym names are gmeow:Appellation.

Structure

Subclass of: gmeow:InformationObject

Practical Pattern

Use gmeow:Language as a specialized kind of gmeow:InformationObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.

Example Snippets

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

Multilingual Document

# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: language as a first-class entity. A gmeow:Language is a
# reified individual carrying its gmeow:bcp47Tag — not a bare string column — so a
# document can be gmeow:writtenInLanguage SEVERAL co-equal languages at once
# (a bilingual manual), with no primary language privileged. The Language objects
# are minted (there is no closed enum of languages); the document is an
# InformationObject, the domain of gmeow:writtenInLanguage.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex:    <https://blackcatinformatics.ca/gmeow/examples/language/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

# --- 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" .

Inscription Reading

# --- Script + language attribution: also a reified, vantage-scoped claim.
ex:cuneiform a gmeow:WritingSystem ; rdfs:label "Cuneiform"@en .
ex:akkadian  a gmeow:Language ; rdfs:label "Akkadian"@en ; gmeow:bcp47Tag "akk" .

Common Companion Terms

gmeow:InformationObject

Projects To

Profile External Targets
schema-org schema

External Equivalences

Equivalent or closely aligned targets: schema, wd

Linkages

Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.

Term Equivalences

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Language equivalence - skos:closeMatch schema:Language gmeow-languages.sssom.tsv; gmeow:eqLanguages001; confidence 0.9
gmeow:Language equivalence - skos:closeMatch wd:Q34770 gmeow-languages.sssom.tsv; gmeow:eqLanguages002; confidence 0.9

Projection Coverage

Source Kind Profile Predicate/Relation Target Evidence
gmeow:Language projection schema-org projects to / = schema:Language gmeow:mapSchemaLanguage
gmeow:Language projection schema-org projects to / <= schema:alternateName gmeow:mapSchemaBcp47; confidence 0.8; lossy: Glottocodes excluded; only 2-3 letter primary subtags; transform gmeow:fnComposeBcp47

Usage Advice

Use when

Avoid when

How to use

Examples

Published Alignment Graph

Alignments

RelationTarget
closeMatchschema:Language
closeMatchwd:Q34770