superseded by
- CURIE:
gmeow:supersededBy - IRI: https://blackcatinformatics.ca/gmeow/supersededBy
- Category: property
- Defined by:
gmeow:slices/lifecycle - Box roles: RBox role (What is this?)
Links an entity to the entity that replaced it — Constantinople supersededBy Istanbul, the Soviet Union supersededBy the Russian Federation, a deprecated software release supersededBy its successor. Directional, NOT symmetric. The superseded entity is retained (never deleted) and may carry gmeow:displayable false.
Structure
Property shape: object property; gmeow:Entity -> gmeow:Entity
Practical Pattern
Use gmeow:supersededBy from gmeow:Entity to gmeow:Entity 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.
Dissolved Org
- Source:
slices/core/lifecycle/examples/dissolved-org.ttl - Examples catalog: open in catalog#example-slices-core-lifecycle-examples-dissolved-org
# --- The dissolved company: still here, with its full lifecycle attached.
# Superseded AND no longer extant, so gmeow:displayable false suppresses it
# from default display — the record is retained, never deleted (P10).
ex:meridian a gmeow:Organization ;
gmeow:name "Meridian Systems Ltd."@en ;
gmeow:hasCreationEvent ex:founding ;
gmeow:hasDestructionEvent ex:dissolution ;
gmeow:existenceInterval ex:meridianLife ;
gmeow:supersededBy ex:apex ;
gmeow:displayable false .
Common Companion Terms
Projects To
| Profile | External Targets |
|---|---|
dcterms |
dcterms |
oai_dc |
dc |
External Equivalences
Equivalent or closely aligned targets: dcterms, wdt
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:supersededBy |
equivalence | - |
skos:closeMatch | dcterms:isReplacedBy | gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms020; confidence 0.85 |
gmeow:supersededBy |
equivalence | - |
skos:closeMatch | wdt:P1366 | gmeow-lifecycle.sssom.tsv; gmeow:eqLifecycle004; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:supersededBy |
projection | dcterms |
projects to / = | dcterms:isReplacedBy | gmeow:mapDctermsIsReplacedBy; confidence 0.85 |
gmeow:supersededBy |
projection | oai_dc |
projects to / <= | dc:relation | gmeow:mapOaiDcIsReplacedBy; confidence 0.7; lossy: all relation refinements collapse to dc:relation |
Usage Advice
Use when
- Use to link a retired entity forward to the entity that replaced it — a renamed place, a successor state, a deprecated release — preserving the predecessor rather than deleting it (Principle 10).
Avoid when
- Avoid treating it as symmetric (it is directional; the inverse is
gmeow:supersedes) and avoid deleting the superseded entity — retain it, link it forward, and markgmeow:displayablefalse if it should drop out of projections.
How to use
- Assert
gmeow:supersededByfrom predecessor to successor; optionally record the change itself as agmeow:Eventtypedgmeow:eventTypeSupersession, and mark the predecessorgmeow:displayablefalse for forward-facing projections.
Examples
- ex:constantinople
gmeow:supersededByex:istanbul.
Published Alignment Graph
Alignments
| Relation | Target |
|---|---|
closeMatch | dcterms:isReplacedBy |
closeMatch | wdt:P1366 |