supersedes
- CURIE:
gmeow:supersedes - IRI: https://blackcatinformatics.ca/gmeow/supersedes
- Category: property
- Defined by:
gmeow:slices/coreference - Box roles: RBox role (What is this?)
Relates a newer entity, version, record, or claim-bearing artifact to a prior one it supersedes. Non-functional: one successor may consolidate several predecessors. Superseded entities remain first-class and usable; suppression from display is handled separately with gmeow:displayable false when appropriate.
Structure
Property shape: object property; gmeow:Entity -> gmeow:Entity
Practical Pattern
Use gmeow:supersedes 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.
Authority Links
- Source:
slices/core/coreference/examples/authority-links.ttl - Examples catalog: open in catalog#example-slices-core-coreference-examples-authority-links
ex:fieldNotesAnnotated a gmeow:CreativeWork ;
gmeow:title "Coastal Field Notes, annotated edition"@en ;
gmeow:editionOf ex:fieldNotes ;
gmeow:supersedes ex:fieldNotes .
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:supersedes |
equivalence | - |
skos:closeMatch | dcterms:replaces | gmeow-coreference.sssom.tsv; gmeow:eqCoreference005; confidence 0.85 |
gmeow:supersedes |
equivalence | - |
skos:closeMatch | dcterms:replaces | gmeow-dublin-core.sssom.tsv; gmeow:eqDcTerms019; confidence 0.85 |
gmeow:supersedes |
equivalence | - |
skos:closeMatch | wdt:P1365 | gmeow-lifecycle.sssom.tsv; gmeow:eqLifecycle003; confidence 0.9 |
Projection Coverage
| Source | Kind | Profile | Predicate/Relation | Target | Evidence |
|---|---|---|---|---|---|
gmeow:supersedes |
projection | dcterms |
projects to / = | dcterms:replaces | gmeow:mapDctermsReplaces; confidence 0.85 |
gmeow:supersedes |
projection | oai_dc |
projects to / <= | dc:relation | gmeow:mapOaiDcReplaces; confidence 0.7; lossy: all relation refinements collapse to dc:relation |
Usage Advice
Use when
- Use to record that a newer entity, version, record, or claim replaces one or more prior ones — a revised policy over its draft, a merged record consolidating several predecessors — while the superseded items stay first-class and resolvable.
Avoid when
- Avoid for lineage containment (use
gmeow:versionOforgmeow:editionOf) and for cross-realm equivalence (usegmeow:counterpartOf); never delete or owl:sameAs the predecessor — suppress it from display withgmeow:displayablefalse if it should no longer surface.
How to use
- Assert
gmeow:supersedesfrom the successor to each predecessor (non-functional, so one successor may consolidate several); keep the superseded entities in the graph and mark themgmeow:displayablefalse when they should drop out of projections.
Examples
- ex:policyV2
gmeow:supersedesex:policyV1.