service shutdown date
- CURIE:
gmeow:serviceShutdownDate - IRI: https://blackcatinformatics.ca/gmeow/serviceShutdownDate
- Category: property
- Defined by:
gmeow:slices/accounts - Box roles: RBox role (What is this?)
The date a historical online service shut down (Yahoo 360: 2009-07-13). The flat shortcut for service liveness; projects to schema:dissolutionDate. Promote to a destruction LifeEvent when evidence/standpoint matters.
Structure
Property shape: datatype property; gmeow:OnlineService -> xsd:dateTime; functional
Practical Pattern
Use gmeow:serviceShutdownDate from gmeow:OnlineService to xsd:dateTime 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
# --- 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
Projects To
| Profile | External Targets |
|---|---|
schema-org |
schema |
Linkages
Generated from the canonical mapping DSL. SSSOM files are the generated public interchange form for term equivalences.
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:serviceShutdownDate |
projection | schema-org |
projects to / <= | schema:dissolutionDate | gmeow:mapSchemaServiceDissolution; confidence 0.9 |
Usage Advice
Use when
- Use to record when a historical online service ceased operation — the flat shutdown date that keeps a defunct service (Yahoo 360, Google+) first-class with its end recorded rather than deleted (P10).
Avoid when
- Avoid when the shutdown carries evidence, dispute, or standpoint that must be first-class — promote to a destruction
LifeEvent(lifecycle slice) — and avoid using it for an account's own retirement (usegmeow:accountStatushistorical).
How to use
- Carry the date as an xsd:dateTime on the
OnlineServiceand setgmeow:serviceStatustogmeow:serviceStatusShutDown; the flat date projects to schema:dissolutionDate, and you reify to aLifeEventonly when provenance demands it.
Examples
- ex:yahoo360
gmeow:serviceShutdownDate"2009-07-13T00:00:00"^^xsd:dateTime.