Variable index leaf node


URI

https://w3id.org/icare4cvd/index

Label

Variable index

Description

The index of the variable in the cohort tabular data file

Usage

DOMAINPROPERTYRANGE
Variable Variable index integer

Implementation

@prefix icare: <https://w3id.org/icare4cvd/> .
@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#> .

icare:index a owl:DatatypeProperty ;
    rdfs:label "Variable index"@en ;
    rdfs:comment "The index of the variable in the cohort tabular data file"@en ;
    rdfs:domain icare:Variable ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:integer .