model provider

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

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

Usage Advice

Use when

Avoid when

How to use

Examples