historical
- CURIE:
gmeow:accountStatusHistorical - IRI: https://blackcatinformatics.ca/gmeow/accountStatusHistorical
- Category: individual
- Defined by:
gmeow:slices/accounts - Box roles: ABox role (What is this?)
A retired account, kept for the record (P10): the holder no longer uses it.
Structure
Types: gmeow:AccountStatus
Practical Pattern
Use gmeow:accountStatusHistorical as a controlled value typed as gmeow:AccountStatus.
Example Snippets
These snippets are generated from canonical slice examples and trimmed to the Turtle blocks where this term appears.
Online Presence
- Source:
slices/core/accounts/examples/online-presence.ttl - Examples catalog: open in catalog#example-slices-core-accounts-examples-online-presence
# SPDX-FileCopyrightText: 2026 Blackcat Informatics® Inc. <paudley@blackcatinformatics.ca>
# SPDX-License-Identifier: CC-BY-4.0
#
# Worked example: online accounts, decentralized identity, and P10. An
# agent gmeow:holdsAccount one or more gmeow:OnlineAccounts, each on a
# gmeow:OnlineService. Decentralized identities are first-class: a Mastodon
# account carries its gmeow:activityPubActor URI, a Nostr account its
# gmeow:nostrPubkey and gmeow:nip05 handle. P10 (suppression, never deletion):
# when a service shuts down, its account is kept as gmeow:accountStatusHistorical
# — the record persists, it is not erased.
@prefix gmeow: <https://blackcatinformatics.ca/gmeow/> .
@prefix ex: <https://blackcatinformatics.ca/gmeow/examples/accounts/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ex:oldAccount a gmeow:OnlineAccount ;
gmeow:accountName "dana_old" ;
gmeow:accountService ex:defunct ;
gmeow:accountStatus gmeow:accountStatusHistorical .