Model Card
- CURIE:
gmeow:ModelCard - IRI: https://blackcatinformatics.ca/gmeow/ModelCard
- Category: class
- Defined by:
gmeow:slices/ai - Box roles: TBox role (What is this?)
A structured description of a model agent (gmeow:describesModel): provider, version tag, context window, training cutoff. Aligns Model Cards / ML-Schema / SPDX-AI by reference (P5). The card is a document ABOUT the agent; capability claims are claim-layer observations, attributed and contestable.
Structure
Subclass of: gmeow:InformationObject
Practical Pattern
Use gmeow:ModelCard as a specialized kind of gmeow:InformationObject. Add statement metadata or a standpoint when the assertion needs provenance, confidence, or vantage.
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
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: mls
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:ModelCard |
equivalence | - |
skos:closeMatch | mls:Model | gmeow-ai.sssom.tsv; gmeow:eqAi006; confidence 0.6 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:ModelCard |
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 for the structured document describing a model agent — provider, version tag, context window, training cutoff; the information object ABOUT the
gmeow:SoftwareAgentagmeow:ModelInvocationuses.
Avoid when
- Avoid conflating it with the model itself (the agent is the
gmeow:SoftwareAgent, the card is a document about it) and avoid baking capability claims into the card as facts — those are attributed, contestable claim-layer observations.
How to use
- Type the description
gmeow:ModelCard, link it to the agent withgmeow:describesModel, and carry the declared facets (gmeow:modelProvider,gmeow:modelVersionTag,gmeow:modelContextWindow,gmeow:modelTrainingCutoff); keep capability assertions as separate attributed claims.
Examples
- ex:opusCard a
gmeow:ModelCard;gmeow:describesModelex:opus;gmeow:modelProvider"Anthropic";gmeow:modelTrainingCutoff"2026-01-01"^^xsd:date.