https://cacontology.projectvic.org/synthesis#nextStage
Links a stage to the next stage in the chain.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-synthesis:OffendingChainStage | cacontology-synthesis:nextStage | cacontology-synthesis:OffendingChainStage |
@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-synthesis:nextStage a owl:ObjectProperty ;
rdfs:label "next stage"@en ;
rdfs:comment "Links a stage to the next stage in the chain."@en ;
rdfs:domain cacontology-synthesis:OffendingChainStage ;
rdfs:range cacontology-synthesis:OffendingChainStage .