shut down
- CURIE:
gmeow:serviceStatusShutDown - IRI: https://blackcatinformatics.ca/gmeow/serviceStatusShutDown
- Category: individual
- Defined by:
gmeow:slices/accounts - Box roles: ABox role (What is this?)
The service has ceased operation (its gmeow:serviceShutdownDate records when).
Structure
Types: gmeow:ServiceStatus
Practical Pattern
Use gmeow:serviceStatusShutDown as a controlled value typed as gmeow:ServiceStatus.
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
# --- P10: a shut-down service keeps its account as historical, never deleted.
ex:defunct a gmeow:OnlineService ;
gmeow:name "old.example.net"@en ;
gmeow:serviceStatus gmeow:serviceStatusShutDown ;
gmeow:serviceShutdownDate "2023-06-30T00:00:00Z"^^xsd:dateTime .