model version tag
- CURIE:
gmeow:modelVersionTag - IRI: https://blackcatinformatics.ca/gmeow/modelVersionTag
- Category: property
- Defined by:
gmeow:slices/ai - Box roles: RBox role (What is this?)
The provider's wire-level version identifier for the described snapshot. Citation-grade version identity rides DOI/version identity machinery's DOI machinery.
Structure
Property shape: datatype property; gmeow:ModelCard -> xsd:string
Practical Pattern
Use gmeow:modelVersionTag 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
Projects To
| Profile | External Targets |
|---|---|
schema-org |
rdf, schema |
External Equivalences
Equivalent or closely aligned targets: schema
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:modelVersionTag |
equivalence | - |
skos:closeMatch | schema:softwareVersion | gmeow-ai.sssom.tsv; gmeow:eqAi017; confidence 0.85 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:modelVersionTag |
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 record the provider's wire-level version string for the snapshot a
gmeow:ModelCarddescribes — the exact identifier agmeow:ModelInvocationcan be matched against.
Avoid when
- Avoid using it for citation-grade version identity (that rides the DOI/version-identity machinery) and avoid treating two different version tags as the same model snapshot.
How to use
- Assert
gmeow:modelVersionTagas the provider's exact version string on thegmeow:ModelCard; pair with the DOI machinery when a stable, citable version identity is required.
Examples
- ex:opusCard
gmeow:modelVersionTag"claude-opus-4-8[1m]".