https://w3id.org/icare4cvd/VariableCategory
Categories for categorical variables
Instances of Variable category can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class Variable category | |||
Category value | owl:DatatypeProperty | Value for a category | string |
@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 .