Ontology Version: 2.11.0

cacontology-synthesis:stageOrder leaf node


URI

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

Label

stage order

Description

1-indexed order of a stage within an offending chain.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:OffendingChainStage cacontology-synthesis:stageOrder xsd:integer

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-synthesis:stageOrder a owl:DatatypeProperty ;
    rdfs:label "stage order"@en ;
    rdfs:comment "1-indexed order of a stage within an offending chain."@en ;
    rdfs:domain cacontology-synthesis:OffendingChainStage ;
    rdfs:range xsd:integer .