deprecated
- CURIE:
gmeow:roleDeprecated - IRI: https://blackcatinformatics.ca/gmeow/roleDeprecated
- Category: individual
- Defined by:
gmeow:slices/versions - Box roles: ABox role (What is this?)
The deprecated version role — a status that a versioned artifact occupies in its release lifecycle.
Structure
Types: gmeow:VersionRole
Practical Pattern
Use gmeow:roleDeprecated as a controlled value typed as gmeow:VersionRole.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Release Channels
- Source:
slices/core/versions/examples/release-channels.ttl - Examples catalog: open in catalog#example-slices-core-versions-examples-release-channels
# --- A LATER claim, not an overwrite: the same release is now deprecated. The
# two memberships coexist; their gmeow:membershipIntervals make the order
# machine-readable — canonical until 2026-06-01, deprecated from then on (P10).
ex:deprecatedMembership a gmeow:VersionMembership ;
gmeow:versionMember ex:release100 ;
gmeow:versionSet ex:stableChannel ;
gmeow:versionRole gmeow:roleDeprecated ;
gmeow:membershipAuthority ex:maintainer ;
gmeow:vantage ex:maintainer ;
gmeow:membershipInterval ex:deprecatedPeriod .