Number of study participants leaf node


URI

https://w3id.org/icare4cvd/studyParticipants

Label

Number of study participants

Description

The number of participants in the study

Usage

DOMAINPROPERTYRANGE
Cohort Number of study participants integer

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:studyParticipants a owl:DatatypeProperty ;
    rdfs:label "Number of study participants"@en ;
    rdfs:comment "The number of participants in the study"@en ;
    rdfs:domain icare:Cohort ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:integer .