Mapped ID leaf node


URI

https://w3id.org/icare4cvd/mappedId

Label

Mapped ID

Description

The mapped concept ID for this variable or category, defined through the Cohort Explorer service

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) Mapped ID Thing

Implementation

@prefix icare: <https://w3id.org/icare4cvd/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

icare:mappedId a owl:ObjectProperty ;
    rdfs:label "Mapped ID"@en ;
    rdfs:comment "The mapped concept ID for this variable or category, defined through the Cohort Explorer service"@en ;
    rdfs:domain [ owl:unionOf ( icare:Variable icare:VariableCategory ) ] ;
    rdfs:isDefinedBy icare: ;
    rdfs:range owl:Thing .