https://w3id.org/icare4cvd/visits
Details about the study visit for this variable (e.g. M1, M2, M6)
@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:visits a owl:DatatypeProperty ;
rdfs:label "Visits"@en ;
rdfs:comment "Details about the study visit for this variable (e.g. M1, M2, M6)"@en ;
rdfs:domain icare:Variable ;
rdfs:isDefinedBy icare: ;
rdfs:range xsd:string .