lexical item language
- CURIE:
gmeow:lexicalItemLanguage - IRI: https://blackcatinformatics.ca/gmeow/lexicalItemLanguage
- Category: property
- Defined by:
gmeow:slices/lexicon - Box roles: RBox role (What is this?)
The primary language of a lexical item. Functional: one language per item (polyglot items are modeled as separate items linked by translation).
Structure
Property shape: object property; gmeow:LexicalItem -> gmeow:Language; functional
Practical Pattern
Use gmeow:lexicalItemLanguage from gmeow:LexicalItem to gmeow:Language 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.
Word Etymology
- Source:
slices/extensions/lexicon/examples/word-etymology.ttl - Examples catalog: open in catalog#example-slices-extensions-lexicon-examples-word-etymology
# --- The English lexeme and its written form.
ex:ontology a gmeow:LexicalItem ;
gmeow:lexicalItemLanguage gmeow:langEnglish ;
gmeow:hasLexicalForm ex:ontologyForm .
ex:greekOntos a gmeow:LexicalItem ;
gmeow:lexicalItemLanguage ex:greek ;
gmeow:hasLexicalForm ex:ontosForm .
Common Companion Terms
gmeow:LexicalItem, gmeow:Language
Projects To
| Profile | External Targets |
|---|---|
ontolex |
lime, ontolex, rdf |
External Equivalences
Equivalent or closely aligned targets: lime
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:lexicalItemLanguage |
equivalence | - |
skos:closeMatch | lime:language | gmeow-lexicon.sssom.tsv; gmeow:eqLexicon005; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:lexicalItemLanguage |
projection | ontolex |
projects to / <= | lime:language, ontolex:LexicalEntry, rdf:type | gmeow:mapOntolexLexicalItem; lossy: hasLexicalForm links, form representations, etymology |
Usage Advice
Use when
- Use to fix the single primary language, variety, or state of a lexical item.
Avoid when
- Avoid asserting more than one language (it is functional) — model a polyglot or borrowed item as separate items per language linked by an
EtymologicalDerivationor translation.
How to use
- Assert
gmeow:lexicalItemLanguageonce from the item to agmeow:Languageindividual from the languages slice; mint a distinct item for each language a form belongs to.
Examples
- ex:wordWater
gmeow:lexicalItemLanguageex:english.