Definition leaf node


URI

https://w3id.org/icare4cvd/definition

Label

Definition

Description

A reference to the standard used to define this variable

Usage

DOMAINPROPERTYRANGE
Variable Definition 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:definition a owl:DatatypeProperty ;
    rdfs:label "Definition"@en ;
    rdfs:comment "A reference to the standard used to define this variable"@en ;
    rdfs:domain icare:Variable ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:string .