model provider
- CURIE:
gmeow:modelProvider - IRI: https://blackcatinformatics.ca/gmeow/modelProvider
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The organization providing the model, as named on the card.
Structure
Property shape: datatype property; gmeow:ModelCard -> xsd:string
Practical Pattern
Use gmeow:modelProvider from gmeow:ModelCard 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.
Grounded Claim
- Source:
slices/core/ai/examples/grounded-claim.ttl - Examples catalog: open in catalog#example-slices-core-ai-examples-grounded-claim
ex:card-assistant a gmeow:ModelCard ;
gmeow:describesModel ex:assistant ;
gmeow:modelProvider "Example Labs" ;
gmeow:modelVersionTag "assistant-2026-05-01" ;
gmeow:modelContextWindow "200000"^^xsd:positiveInteger ;
gmeow:modelTrainingCutoff "2026-01-31"^^xsd:date .
Common Companion Terms
Usage Advice
Use when
- Use to record the providing organization as named on a
gmeow:ModelCard— the convenience string facet for the card's declared provider.
Avoid when
- Avoid using it where the provider must be a first-class linkable
gmeow:Organization(model that as an agent and attribute it); this is the card's flat as-named string.
How to use
- Assert
gmeow:modelProvideras a string on thegmeow:ModelCard; promote to a linkedgmeow:Organizationon the model agent when organizational identity matters beyond the card label.
Examples
- ex:opusCard
gmeow:modelProvider"Anthropic".