Ontology Version: 2.11.0

cacontology-synthesis:recommendationNumber leaf node


URI

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

Label

recommendation number

Description

Ordinal number for a recommendation.

Usage

DOMAINPROPERTYRANGE
cacontology-synthesis:Recommendation cacontology-synthesis:recommendationNumber 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:recommendationNumber a owl:DatatypeProperty ;
    rdfs:label "recommendation number"@en ;
    rdfs:comment "Ordinal number for a recommendation."@en ;
    rdfs:domain cacontology-synthesis:Recommendation ;
    rdfs:range xsd:integer .