Variable category leaf node


URI

https://w3id.org/icare4cvd/VariableCategory

Label

Variable category

Description

Categories for categorical variables

Usage

Instances of Variable category can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class Variable category
Category value owl:DatatypeProperty Value for a category string

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#> .

icare:VariableCategory a owl:Class ;
    rdfs:label "Variable category"@en ;
    rdfs:comment "Categories for categorical variables"@en ;
    rdfs:isDefinedBy icare: ;
    owl:disjointWith icare:Cohort,
        icare:Variable .