describes model
- CURIE:
gmeow:describesModel - IRI: https://blackcatinformatics.ca/gmeow/describesModel
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The model agent this card describes.
Structure
Property shape: object property; gmeow:ModelCard -> gmeow:SoftwareAgent; functional
Practical Pattern
Use gmeow:describesModel from gmeow:ModelCard to gmeow:SoftwareAgent 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
gmeow:ModelCard, gmeow:SoftwareAgent
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:describesModel |
projection | schema-org |
projects to / <= | rdf:type, schema:SoftwareApplication, schema:name, schema:softwareVersion | gmeow:mapSchemaModelCard; confidence 0.75; lossy: provider (string, no faithful Organization node), context window, and training cutoff dropped; the card/agent distinction collapses onto the agent |
Usage Advice
Use when
- Use to bind a
gmeow:ModelCardto the singlegmeow:SoftwareAgentit documents — the link from description to the model that agmeow:ModelInvocationactually uses.
Avoid when
- Avoid describing two agents with one card (it is functional — a card describes exactly one model) and avoid using it as the invocation's model link (that is
gmeow:usedModel).
How to use
- Assert exactly one
gmeow:describesModelperModelCardat thegmeow:SoftwareAgent; the same agent is reached from an invocation viagmeow:usedModel.
Examples
- ex:opusCard
gmeow:describesModelex:opus.