Study type leaf node


URI

https://w3id.org/icare4cvd/studyType

Label

Study type

Description

The type of study

Usage

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