form of
- CURIE:
gmeow:formOf - IRI: https://blackcatinformatics.ca/gmeow/formOf
- Category: property
- Defined by:
gmeow:slices/lexicon - Box roles: RBox role (What is this?)
The lexical item that a form is a form of — the inverse of gmeow:hasLexicalForm.
Structure
Property shape: object property; gmeow:LexicalForm -> gmeow:LexicalItem
Practical Pattern
Use gmeow:formOf from gmeow:LexicalForm to gmeow:LexicalItem 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
ex:ontologyForm a gmeow:LexicalForm ;
gmeow:formOf ex:ontology ;
gmeow:formRepresentation "ontology" ;
gmeow:formType gmeow:formWritten .
ex:ontosForm a gmeow:LexicalForm ;
gmeow:formOf ex:greekOntos ;
gmeow:formRepresentation "ὄντος" ;
gmeow:formType gmeow:formWritten .
Common Companion Terms
gmeow:LexicalForm, gmeow:LexicalItem
Usage Advice
Use when
- Use from a form's side to name the lexical item it realizes — the natural direction in form-rooted data or projections.
Avoid when
- Avoid asserting both directions redundantly; prefer
gmeow:hasLexicalFormfrom the item and readgmeow:formOfas its inverse.
How to use
- Assert
gmeow:formOffrom thegmeow:LexicalFormto itsgmeow:LexicalItemwhen the form is the natural subject; tooling reads it as the inverse ofgmeow:hasLexicalForm.
Examples
- ex:waterWritten
gmeow:formOfex:wordWater.