Study population leaf node


URI

https://w3id.org/icare4cvd/studyPopulation

Label

Study population

Description

Description of the population studied

Usage

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