OMOP domain leaf node


URI

https://w3id.org/icare4cvd/omop

Label

OMOP domain

Description

The OMOP domain for this variable, such as Measurement, Condition, etc

Usage

DOMAINPROPERTYRANGE
Variable OMOP domain 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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

icare:omop a owl:DatatypeProperty ;
    rdfs:label "OMOP domain"@en ;
    rdfs:comment "The OMOP domain for this variable, such as Measurement, Condition, etc"@en ;
    rdfs:domain icare:Variable ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:string .