account service

The online service an account is held with. Functional — an account is on one service.

Structure

Property shape: object property; gmeow:OnlineAccount -> gmeow:OnlineService; functional

Practical Pattern

Use gmeow:accountService from gmeow:OnlineAccount to gmeow:OnlineService 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

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 .

ex:oldAccount a gmeow:OnlineAccount ;
    gmeow:accountName   "dana_old" ;
    gmeow:accountService ex:defunct ;
    gmeow:accountStatus gmeow:accountStatusHistorical .

Common Companion Terms

gmeow:OnlineAccount, gmeow:OnlineService

Usage Advice

Use when

Avoid when

How to use

Examples