https://cacontology.projectvic.org/legal-outcomes#supersededBy
Links a charging instrument to the later instrument that replaces it in the same case.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:ChargingInstrument | cacontology-legal-outcomes:supersededBy | cacontology-legal-outcomes:ChargingInstrument |
@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-legal-outcomes:supersededBy a owl:ObjectProperty ;
rdfs:label "superseded by"@en ;
rdfs:comment "Links a charging instrument to the later instrument that replaces it in the same case."@en ;
rdfs:domain cacontology-legal-outcomes:ChargingInstrument ;
rdfs:range cacontology-legal-outcomes:ChargingInstrument .