Has variable leaf node


URI

https://w3id.org/icare4cvd/hasVariable

Label

Has variable

Description

The variables that are included in this cohort

Usage

DOMAINPROPERTYRANGE
Cohort Has variable Variable

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:hasVariable a owl:ObjectProperty ;
    rdfs:label "Has variable"@en ;
    rdfs:comment "The variables that are included in this cohort"@en ;
    rdfs:domain icare:Cohort ;
    rdfs:isDefinedBy icare: ;
    rdfs:range icare:Variable .