Ontology Version: 2.11.0

cacontology-synthesis:rank leaf node


URI

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

Label

rank

Description

Rank order when only relative ordering is reported.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:DistributionObservation cacontology-synthesis:rank 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:rank a owl:DatatypeProperty ;
    rdfs:label "rank"@en ;
    rdfs:comment "Rank order when only relative ordering is reported."@en ;
    rdfs:domain cacontology-synthesis:DistributionObservation ;
    rdfs:range xsd:integer .