Study objective leaf node


URI

https://w3id.org/icare4cvd/studyObjective

Label

Study objective

Description

Description of the study objective

Usage

DOMAINPROPERTYRANGE
Cohort Study objective 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:studyObjective a owl:DatatypeProperty ;
    rdfs:label "Study objective"@en ;
    rdfs:comment "Description of the study objective"@en ;
    rdfs:domain icare:Cohort ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:string .