model training cutoff

The training-data cutoff date the card declares — staleness context for everything the model asserts.

Structure

Property shape: datatype property; gmeow:ModelCard -> xsd:date

Practical Pattern

Use gmeow:modelTrainingCutoff from gmeow:ModelCard to xsd:date 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