active

An account in current use.

Structure

Types: gmeow:AccountStatus

Practical Pattern

Use gmeow:accountStatusActive 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

ex:fediAccount a gmeow:OnlineAccount ;
    gmeow:accountName            "@dana@mastodon.social" ;
    gmeow:accountService         ex:mastodon ;
    gmeow:accountServiceHomepage <https://mastodon.social> ;
    gmeow:activityPubActor       "https://mastodon.social/users/dana"^^xsd:anyURI ;
    gmeow:accountStatus          gmeow:accountStatusActive .

# --- A serverless Nostr identity: the key IS the account, with a NIP-05 handle.
ex:nostrAccount a gmeow:OnlineAccount ;
    gmeow:accountName   "dana" ;
    gmeow:nostrPubkey   "npub1dana0exampleexampleexampleexampleexampleexampleexa" ;
    gmeow:nip05         "dana@example.org" ;
    gmeow:accountStatus gmeow:accountStatusActive .

Common Companion Terms

gmeow:AccountStatus