@base . @prefix rdf: . @prefix : <> . @prefix terms: . @prefix owl: . @prefix discovery: . @prefix xml: . @prefix xsd: . @prefix rdfs: . @prefix vann: . @prefix prov: . @prefix dc: . terms:title a owl:DatatypeProperty . a owl:Class . <> dc:publisher ; terms:creator <../people/jpcik/me> ; terms:description "Cette ontologie a été conçue pour representer des Instruments pour l'aquisition de données cliniques, dans le contexte du projet MedRed project (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@fr, "Esta ontología has sido diseñada para representar Instrumentos de captura de datos clínicos, dentro del contexto del proyecto MedRed (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@es, "This ontology aims to model generic Medical Data Acquisition Instruments, which can be interoperable across different clinical data management systems. The ontology is developed in the context of the MedRed project (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@en ; terms:issued "2017-04-01"^^xsd:date ; terms:license ; terms:modified "2017-04-25"^^xsd:date ; terms:publisher <../hes-so/aislab> ; terms:rights "Copyright © 2017 HES-SO Valais-Wallis"^^xsd:string ; terms:title "MedRed ontologie: modèle d'aquisition de données cliniques"@fr, "MedRed ontology: clinical data acquisition model"@en, "Ontología MedRed: modelo de adquisición de datos clínicos"@es ; vann:preferredNamespacePrefix "medred"^^xsd:string ; vann:preferredNamespaceUri "http://w3id.org/medred/medred#"^^xsd:string ; a , owl:NamedIndividual, owl:Ontology ; rdfs:comment "Cette ontologie a été conçue pour representer des Instruments pour l'aquisition de données cliniques, dans le contexte du projet MedRed project (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@fr, "Esta ontología has sido diseñada para representar Instrumentos de captura de datos clínicos, dentro del contexto del proyecto MedRed (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@es, "This ontology aims to model generic Medical Data Acquisition Instruments, which can be interoperable across different clinical data management systems. The ontology is developed in the context of the MedRed project (https://www.hevs.ch/en/rad-institutes/institute-of-information-systems/projects/medical-research-data-acquisition-platform-14092)"@en ; owl:imports , ; owl:versionInfo "0.0.1"^^xsd:string . :Arm a owl:Class ; rdfs:comment "An Arm is branching of a study that corresponds to a particular set of conditions, typically used to compare different behaviours, patterns or steps within the same study. Different Arms typically will have different sets of Instruments applied over time."@en ; rdfs:isDefinedBy <> ; rdfs:label "Arm"@en ; rdfs:seeAlso :Instrument, :Study ; rdfs:subClassOf ; owl:disjointWith :Instrument . :ArmList a owl:Class ; rdfs:comment "A ArmList is an ordered sequence of Arms, for a given study."@en ; rdfs:isDefinedBy <> ; rdfs:label "ArmList"@en ; rdfs:seeAlso :Arm, :Study ; rdfs:subClassOf rdf:List . :CaseReportForm a owl:Class ; rdfs:comment "A CaseReportForm is a tool used for a clinical study to collect data from each participating subject"@en ; rdfs:isDefinedBy <> ; rdfs:label "CaseReportForm"@en ; rdfs:subClassOf :Instrument . :Choice a owl:Class ; rdfs:comment "Each Choice corresponds to a possible answer to a given Question"@en ; rdfs:isDefinedBy <> ; rdfs:label "Choice"@en ; rdfs:seeAlso :ChoiceList . :ChoiceList a owl:Class ; rdfs:comment "The ChoiceList corresponds to a list of Choice items for a given Question"@en ; rdfs:isDefinedBy <> ; rdfs:label "ChoiceList"@en ; rdfs:subClassOf rdf:List ; owl:equivalentClass [ a owl:Restriction ; owl:onProperty [ owl:inverseOf :hasChoices ] ; owl:someValuesFrom :Question ] . :EventList a owl:Class ; rdfs:comment "An EventList is an ordered list of Event elements for a study that is carried out over a long period of time."@en ; rdfs:isDefinedBy <> ; rdfs:label "EventList"@en ; rdfs:seeAlso :Event, :Study ; rdfs:subClassOf rdf:List . :Information a owl:Class ; rdfs:comment "Information corresponds to an instrument item that holds an information for the subject"@en ; rdfs:isDefinedBy <> ; rdfs:label "Information"@en ; rdfs:subClassOf :Item . :Instrument a owl:Class ; rdfs:comment "An Instrument represents a data acquisition tool for a medical study, e.g. a questionnaire, survey, assessment, etc."@en ; rdfs:isDefinedBy <> ; rdfs:label "Instrument"@en ; rdfs:subClassOf discovery:Instrument, prov:Plan ; owl:disjointWith :Observation . :InstrumentList a owl:Class ; rdfs:comment "An InstrumentList is an ordered sequence of Instruments, for a given study."@en ; rdfs:isDefinedBy <> ; rdfs:label "InstrumentList"@en ; rdfs:seeAlso :Instrument, :Study ; rdfs:subClassOf rdf:List . :Item a owl:Class ; rdfs:comment "An Item is a step of an Instrument"@en ; rdfs:isDefinedBy <> ; rdfs:label "Item"@en ; rdfs:subClassOf , [ a owl:Restriction ; owl:onProperty terms:title ; owl:someValuesFrom xsd:string ] . :ItemList a owl:Class ; rdfs:comment "The ItemList is a list of Item elements"@en ; rdfs:isDefinedBy <> ; rdfs:label "ItemList"@en ; rdfs:subClassOf rdf:List . :LongitudinalStudy a owl:Class ; rdfs:comment "A LongitudinalStudy is a study that invloves the repeated observation of data and variables over a period of time"@en ; rdfs:isDefinedBy <> ; rdfs:label "LongitudinalStudy"@en ; rdfs:seeAlso discovery:Study, :Study ; rdfs:subClassOf :Study . :Observation a owl:Class ; rdfs:comment "An Observation is a clinical data element corresponding to an Item in the scope of an Instrument. Observations may include answers to questions, recordings related to a variable, computations effectuated, etc."@en ; rdfs:isDefinedBy <> ; rdfs:label "Observation"@en ; rdfs:seeAlso :Instrument, :Item ; rdfs:subClassOf . :Operation a owl:Class ; rdfs:comment "An Operation is an Instrument item that results of a computation, or generated form other items"@en ; rdfs:isDefinedBy <> ; rdfs:label "Operation"@en ; rdfs:subClassOf :Item . :Question a owl:Class ; rdfs:comment "A Question is an Instrument item consisting of an inquiry or query to a subject"@en ; rdfs:isDefinedBy <> ; rdfs:label "Question"@en ; rdfs:subClassOf discovery:Question, :Item . :Questionnaire a owl:Class ; rdfs:comment "A Questionnaire is an Instrument that consists fo different questions made to the subject"@en ; rdfs:isDefinedBy <> ; rdfs:label "Questionnaire"@en ; rdfs:subClassOf :Instrument . :Section a owl:Class ; rdfs:comment "A Section is an Instrument item that regroups a subset of Items"@en ; rdfs:isDefinedBy <> ; rdfs:label "Section"@en ; rdfs:subClassOf , :Item . :Study a owl:Class ; rdfs:comment "A Study is a medical research investigation composed of several instruments"@en ; rdfs:isDefinedBy <> ; rdfs:label "Study"@en ; rdfs:seeAlso discovery:Study ; rdfs:subClassOf discovery:Study, prov:Entity . :StudyEvent a owl:Class ; rdfs:comment "A StudyEvent is a planned event within a study (e.g. longitudinal), which will occur at a given time point, and will include a subset of the planned instruments."@en ; rdfs:isDefinedBy <> ; rdfs:label "StudyEvent"@en ; rdfs:seeAlso discovery:Study, :Study ; rdfs:subClassOf . :calculation a owl:DatatypeProperty ; rdfs:comment "It indicates the definition of a calculation or a computation on an Operation item, over input variables."@en ; rdfs:domain :Operation ; rdfs:isDefinedBy <> ; rdfs:label "calculation"@en ; rdfs:range rdfs:Literal ; rdfs:seeAlso :Operation . :dataType a owl:ObjectProperty ; rdfs:comment "The dataType estalbishes a relationship between a Variable and the datatype of its data item"@en ; rdfs:domain ; rdfs:isDefinedBy <> ; rdfs:label "dataType"@en ; rdfs:range rdfs:Datatype ; rdfs:subPropertyOf owl:topObjectProperty . :dataValue a owl:DatatypeProperty ; rdfs:comment "It establishes a value of a data element related to a given Observation"@en ; rdfs:domain :Observation ; rdfs:isDefinedBy <> ; rdfs:label "dataValue"@en ; rdfs:range rdfs:Literal . :hasArms a owl:ObjectProperty ; rdfs:comment "A relation between a Study and a list of its different Arms"@en ; rdfs:domain :Study ; rdfs:isDefinedBy <> ; rdfs:label "hasArms"@en ; rdfs:range :ArmList ; rdfs:seeAlso :Arm, :Study . :hasChoices a owl:ObjectProperty ; rdfs:comment "A relation between an Instrument question, and the list of possible Choice elements"@en ; rdfs:domain :Question ; rdfs:isDefinedBy <> ; rdfs:label "hasChoices"@en ; rdfs:range :ChoiceList ; rdfs:seeAlso :Choice . :hasInstruments a owl:ObjectProperty ; rdfs:comment "The instrument establishes a relationship between a Study and a list of Instruments"@en ; rdfs:domain :Study ; rdfs:isDefinedBy <> ; rdfs:label "hasInstruments"@en ; rdfs:range :InstrumentList ; rdfs:seeAlso :Instrument . :hasValue a owl:DatatypeProperty ; rdfs:comment "It establishes a value for a given Choice element."@en ; rdfs:domain :Choice ; rdfs:isDefinedBy <> ; rdfs:label "hasValue"@en ; rdfs:range rdfs:Literal . :includedInStudy a owl:ObjectProperty ; rdfs:comment "It establishes a relationship between an Arm or Instrument, and a Study"@en ; rdfs:domain [ a owl:Class ; owl:unionOf (:Arm :Instrument ) ] ; rdfs:isDefinedBy <> ; rdfs:label "includedInStudy"@en ; rdfs:range :Study ; rdfs:seeAlso :Arm, :Instrument, :Study . :includesEvents a owl:ObjectProperty ; rdfs:comment "A relation between an Arm or Study, and the list of its events"@en ; rdfs:domain [ a owl:Class ; owl:unionOf (:Arm :Study ) ] ; rdfs:isDefinedBy <> ; rdfs:label "includesEvents"@en ; rdfs:range :EventList ; rdfs:seeAlso :Arm, :StudyEvent . :includesInstrument a owl:ObjectProperty ; rdfs:comment "A relation between an StudyEvent, and an Instrument it includes"@en ; rdfs:domain :StudyEvent ; rdfs:isDefinedBy <> ; rdfs:label "includesInstrument"@en ; rdfs:range :Instrument ; rdfs:seeAlso :Instrument, :StudyEvent . :isEventOfArm a owl:ObjectProperty ; rdfs:comment "It establishes a relationship between a StudyEvent, and an Arm"@en ; rdfs:domain :StudyEvent ; rdfs:isDefinedBy <> ; rdfs:label "isEventOfArm"@en ; rdfs:range :Arm ; rdfs:seeAlso :Arm, :StudyEvent . :isItemOfInstrument a owl:ObjectProperty ; rdfs:comment "It establishes a relationship between an Item and an Instrument"@en ; rdfs:domain :Item ; rdfs:isDefinedBy <> ; rdfs:label "isItemofInstrument"@en ; rdfs:range :Instrument ; rdfs:seeAlso :Instrument, :Item ; rdfs:subPropertyOf . :isItemOfSection a owl:ObjectProperty ; rdfs:comment "It establishes a relationship between an Item and a Section"@en ; rdfs:domain :Item ; rdfs:isDefinedBy <> ; rdfs:label "isItemofSection"@en ; rdfs:range :Section ; rdfs:seeAlso :Item, :Section ; rdfs:subPropertyOf . :items a owl:ObjectProperty ; rdfs:comment "The items property represents a relationship between an Instrument and its constitutent ItemList"@en ; rdfs:domain [ a owl:Class ; owl:unionOf (:Instrument :Item ) ] ; rdfs:isDefinedBy <> ; rdfs:label "items"@en ; rdfs:range :ItemList ; rdfs:seeAlso :ItemList . :studyName a owl:DatatypeProperty ; rdfs:comment "It establishes a value for the name of the study"@en ; rdfs:domain :Study ; rdfs:isDefinedBy <> ; rdfs:label "studyName"@en ; rdfs:range xsd:string ; rdfs:subPropertyOf terms:title . :validationShape a owl:ObjectProperty ; rdfs:comment "It establishes a relationship between an Item, and a PropertyShape, which defines the type of validation expected for the Observations made for the Item."@en ; rdfs:domain :Item ; rdfs:isDefinedBy <> ; rdfs:label "validationShape"@en ; rdfs:range ; rdfs:seeAlso :Item, . :varName a owl:DatatypeProperty ; rdfs:comment "It establishes a value for the name of a Variable"@en ; rdfs:domain ; rdfs:isDefinedBy <> ; rdfs:label "varName"@en ; rdfs:range xsd:string . rdf:List a owl:Class . rdf:first a owl:ObjectProperty . rdf:nil a owl:NamedIndividual . rdf:rest a owl:ObjectProperty . rdfs:Datatype a owl:Class . a owl:Class .