account service homepage
- CURIE:
gmeow:accountServiceHomepage - IRI: https://blackcatinformatics.ca/gmeow/accountServiceHomepage
- Category: property
- Defined by:
gmeow:slices/accounts - Box roles: RBox role (What is this?)
The homepage of the service an account is held with — the foaf:accountServiceHomepage of FOAF's OnlineAccount idiom. Range open (an IRI).
Structure
Property shape: object property; gmeow:OnlineAccount -> ?; functional
Practical Pattern
Use gmeow:accountServiceHomepage from gmeow:OnlineAccount to ? 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
- Source:
slices/core/accounts/examples/online-presence.ttl - Examples catalog: open in catalog#example-slices-core-accounts-examples-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 .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
foaf |
foaf, rdf |
External Equivalences
Equivalent or closely aligned targets: foaf
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Term Equivalences
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:accountServiceHomepage |
equivalence | - |
skos:closeMatch | foaf:accountServiceHomepage | gmeow-properties.sssom.tsv; gmeow:eqProperties092; confidence 0.95 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:accountServiceHomepage |
projection | foaf |
projects to / <= | foaf:OnlineAccount, foaf:account, foaf:accountName, foaf:accountServiceHomepage, rdf:type | gmeow:mapFoafAccount; confidence 0.9; lossy: decentralized-identity detail (nostr/activitypub/nip05) and account status/validity drop; FOAF carries the OnlineAccount idiom |
Usage Advice
Use when
- Use to record the homepage of the service an account is held with — the FOAF
accountServiceHomepageidiom — when exporting to FOAF or when the service is not modelled as a fullgmeow:OnlineServiceobject.
Avoid when
- Avoid when the service is already a
gmeow:OnlineService(link withgmeow:accountServiceand carry the homepage there) and for the account's own profile URL; this is the service homepage, not the account page.
How to use
- Point the
OnlineAccountat the service homepage IRI; prefergmeow:accountServiceto a fullOnlineServicewhen liveness or shutdown history matters, reserving this flat link for lightweight FOAF round-trips.
Examples
- ex:lillithMastodon
gmeow:accountServiceHomepagehttps://fosstodon.org.