Concept ID leaf node


URI

https://w3id.org/icare4cvd/conceptId

Label

Concept ID

Description

The concept ID for this variable, as provided in the original cohort metadata file

Usage

DOMAINPROPERTYRANGE
Variable Concept ID Thing

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:conceptId a owl:ObjectProperty ;
    rdfs:label "Concept ID"@en ;
    rdfs:comment "The concept ID for this variable, as provided in the original cohort metadata file"@en ;
    rdfs:domain icare:Variable ;
    rdfs:isDefinedBy icare: ;
    rdfs:range owl:Thing .