service status

The liveness status of a service — a gmeow:ServiceStatus value (live / shut-down).

Structure

Property shape: object property; gmeow:OnlineService -> gmeow:ServiceStatus

Practical Pattern

Use gmeow:serviceStatus from gmeow:OnlineService to gmeow:ServiceStatus 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.

Online Presence

# --- A live service and a fediverse (ActivityPub) account on it.
ex:mastodon a gmeow:OnlineService ;
    gmeow:name          "mastodon.social"@en ;
    gmeow:serviceStatus gmeow:serviceStatusLive .

# --- 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 .

Common Companion Terms

gmeow:OnlineService, gmeow:ServiceStatus

Usage Advice

Use when

Avoid when

How to use

Scope notes

Examples