Ontology Version: 2.11.0

cacontology-synthesis:hasStage leaf node


URI

https://cacontology.projectvic.org/synthesis#hasStage

Label

has stage

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:OffendingChain cacontology-synthesis:hasStage cacontology-synthesis:OffendingChainStage

Implementation

@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:hasStage a owl:ObjectProperty ;
    rdfs:label "has stage"@en ;
    rdfs:domain cacontology-synthesis:OffendingChain ;
    rdfs:range cacontology-synthesis:OffendingChainStage .