Institution leaf node


URI

https://w3id.org/icare4cvd/institution

Label

Institution

Description

The institution that conducted the study

Usage

DOMAINPROPERTYRANGE
Cohort Institution string

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@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:institution a owl:DatatypeProperty ;
    rdfs:label "Institution"@en ;
    rdfs:comment "The institution that conducted the study"@en ;
    rdfs:domain icare:Cohort ;
    rdfs:isDefinedBy icare: ;
    rdfs:range xsd:string ;
    owl:sameAs dcterms:publisher .