lib/rdf/vocab/disco.rb in rdf-vocab-2.2.9 vs lib/rdf/vocab/disco.rb in rdf-vocab-3.0.0

- old
+ new

@@ -8,374 +8,442 @@ # class DISCO < RDF::StrictVocabulary # end class DISCO < RDF::StrictVocabulary("http://rdf-vocabulary.ddialliance.org/discovery#") # Ontology definition - ontology :"http://rdf-vocabulary.ddialliance.org/discovery", + ontology :"http://rdf-vocabulary.ddialliance.org/discovery#", comment: %(This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI \(Data Documentation Initiative\) XML formats.).freeze, - :"dc11:contributor" => [%(Benjamin Zapilko).freeze, %(Joachim Wackerow).freeze, %(Richard Cyganiak).freeze, %(Thomas Bosch).freeze], - :"dc11:creator" => [%(Arofan Gregory).freeze, %(Benedikt Kämpgen).freeze, %(Benjamin Zapilko).freeze, %(Franck Cotton).freeze, %(Heiko Paulheim).freeze, %(Joachim Wackerow).freeze, %(Olof Olsson).freeze, %(Richard Cyganiak).freeze, %(Sarven Capadisli).freeze, %(Thomas Bosch).freeze], - :"dc11:description" => %(This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI \(Data Documentation Initiative\) XML formats.).freeze, - :"dc11:title" => %(DDI-RDF Discovery Vocabulary).freeze, - :"owl:versionInfo" => %(Version 0.6 - 2013-09-30).freeze, + "dc11:contributor": ["Benjamin Zapilko".freeze, "Joachim Wackerow".freeze, "Richard Cyganiak".freeze, "Thomas Bosch".freeze], + "dc11:creator": ["Arofan Gregory".freeze, "Benedikt Kämpgen".freeze, "Benjamin Zapilko".freeze, "Franck Cotton".freeze, "Heiko Paulheim".freeze, "Joachim Wackerow".freeze, "Olof Olsson".freeze, "Richard Cyganiak".freeze, "Sarven Capadisli".freeze, "Thomas Bosch".freeze], + "dc11:description": "This specification defines the DDI Discovery Vocabulary, an RDF Schema vocabulary that enables discovery of research and survey data on the Web. It is based on DDI (Data Documentation Initiative) XML formats.".freeze, + "dc11:title": "DDI-RDF Discovery Vocabulary".freeze, + "owl:versionInfo": "Version 0.6 - 2013-09-30".freeze, type: "owl:Ontology".freeze # Class definitions term :AnalysisUnit, comment: %(The process collecting data is focusing on the analysis of a particular type of subject. If, for example, the adult population of Finland is being studied, the AnalysisUnit would be individuals or persons.).freeze, - label: "Analysis Unit".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Analyseeinheit".freeze, "Analysis Unit".freeze], subClassOf: "skos:Concept".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :CategoryStatistics, comment: %(For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Category statistics".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, subClassOf: "disco:DescriptiveStatistics".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :DataFile, comment: %(The class DataFile, which is also a dcterms:Dataset, represents all the data files containing the microdata datasets.).freeze, - label: "Data file".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Data file".freeze, "Fichier de données".freeze], subClassOf: ["dcat:Distribution".freeze, "dcmitype:Dataset".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :DescriptiveStatistics, comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze, - label: "Descriptive statistics".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Descriptive statistics".freeze, "Statistique descriptive".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Instrument, comment: %(The data for the study are collected by an Instrument. The purpose of an Instrument, i.e. an interview, a questionnaire or another entity used as a means of data collection, is in the case of a survey to record the flow of a questionnaire, its use of questions, and additional component parts. A questionnaire contains a flow of questions.).freeze, - label: "Instrument".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Instrument de collecte".freeze, "Instrument".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :LogicalDataSet, comment: %(Each study has a set of logical metadata associated with the processing of data, at the time of collection or later during cleaning, and re-coding. LogicalDataSet represents the microdata dataset.).freeze, - label: "LogicalDataSet".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Ensemble de données".freeze, "LogicalDataSet".freeze], subClassOf: ["dcat:Dataset".freeze, "skos:Concept".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Mapping, comment: %(This class is for representing mappings betwenn DDI-RDF and DDI-XML. See Section 10 in the specification for more details and examples.).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Mapping".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Question, comment: %(A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.).freeze, - label: "Question".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Question".freeze, "Question".freeze], subClassOf: "skos:Concept".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Questionnaire, comment: %(A questionnaire contains a flow of questions. Questionnaires must contain 1 to n questions using the object property question. Particular questions may be contained in 0 to n questionnaires.).freeze, - label: "Questionnaire".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Fragebogen".freeze, "Questionnaire".freeze], subClassOf: "disco:Instrument".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Representation, comment: %(Representation of a variable, question, or variable definition.).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Representation of a variable, question, or variable definition.".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + subClassOf: term( + unionOf: list("rdfs:Datatype".freeze, "skos:ConceptScheme".freeze, "skos:OrderedCollection".freeze), + type: "owl:Class".freeze + ), type: ["owl:Class".freeze, "rdfs:Class".freeze] term :RepresentedVariable, comment: %(RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.).freeze, - label: "Data element".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Data element".freeze, "Élément de donnée".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Study, comment: %(A Study represents the process by which a data set was generated or collected.).freeze, - label: "Study".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Study".freeze, "Étude".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :StudyGroup, comment: %(In some cases, where data collection is cyclic or on-going, data sets may be released as a StudyGroup, where each cycle or wave of the data collection activity produces one or more data sets. This is typical for longitudinal studies, panel studies, and other types of series \(to use the DDI term\). In this case, a number of Study objects would be collected into a single StudyGroup.).freeze, - label: "Study Group".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Studiengruppe".freeze, "Study Group".freeze], type: ["owl:Class".freeze, "rdfs:Class".freeze] term :SummaryStatistics, comment: %(For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Summary statistics".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, subClassOf: "disco:DescriptiveStatistics".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Universe, comment: %(A Universe is the total membership or population of a defined class of people, objects or events.).freeze, - label: "Universe".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Univers".freeze, "Universe".freeze], subClassOf: "skos:Concept".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] term :Variable, comment: %(Variables provide a definition of the column in a rectangular data file. Variable is a characteristic of a unit being observed. A variable might be the answer of a question, have an administrative source, or be derived from other variables.).freeze, - label: "Variable".freeze, - :"owl:equivalentClass" => %(http://semanticscience.org/resource/SIO_000367).freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + equivalentClass: "http://semanticscience.org/resource/SIO_000367".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Variable".freeze, "Variable".freeze], subClassOf: "skos:Concept".freeze, type: ["owl:Class".freeze, "rdfs:Class".freeze] # Property definitions property :aggregation, comment: %(This property points to the aggregated data set of a microdata data set. The aggregated data set is a qb:DataSet of the RDF Data Cube Vocabulary.).freeze, domain: "disco:LogicalDataSet".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "aggregation".freeze, range: "http://purl.org/linked-data/cube#DataSet".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :analysisUnit, comment: %(This property links to the analysis unit of a Study, a StudyGroup, or a Variable.).freeze, - label: "analysis unit".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:Variable".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Analyseeinheit".freeze, "analysis unit".freeze], range: "disco:AnalysisUnit".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :basedOn, comment: %(This property points to the RepresentedVariable the Variable is based on.).freeze, domain: "disco:Variable".freeze, - label: "based on".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["based on".freeze, "utilise l'élément de donnée".freeze], range: "disco:RepresentedVariable".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :caseQuantity, comment: %(This property is used for representing the case quantity of a DataFile.).freeze, domain: "disco:DataFile".freeze, - label: "number of cases".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["nombre d'observations".freeze, "number of cases".freeze], range: "xsd:nonNegativeInteger".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :collectionMode, comment: %(This property points to the mode of collection of a Questionnaire which is a skos:Concept.).freeze, domain: "disco:Questionnaire".freeze, - label: "collection mode".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Datenerfassungsmodus".freeze, "collection mode".freeze], range: "skos:Concept".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :computationBase, comment: %(computationBase expresses if the cases - which are the basis of the computation of a statistics value - are valid, invalid or the total of both. The usage of computationBase for frequency differs from the usage for the percentage statistics and the summary statistics. A distinction regarding computationBase doesn’t apply to frequency as category statistic. Please find more details in Section 6.3 of the specification.).freeze, domain: "disco:CategoryStatistics".freeze, - label: "computation base".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["computation base".freeze, "pourcentage".freeze], range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :concept, comment: %(This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question).freeze, - label: "concept".freeze, + domain: term( + unionOf: list("disco:RepresentedVariable".freeze, "disco:Question".freeze, "disco:Variable".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour concept".freeze, "concept".freeze], range: "skos:Concept".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :context, comment: %(context specifies conditions which have to be fulfilled for particular mappings. Context information can be either a SPARQL query or an informal description as plain literal.).freeze, domain: "disco:Mapping".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "context specifies conditions which have to be fulfilled for specific mappings".freeze, range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :cumulativePercentage, comment: %(This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze, domain: "disco:CategoryStatistics".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "cumulative percentage".freeze, range: "xsd:double".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :dataFile, comment: %(This property points to the DataFile of a Study or a LogicalDataSet.).freeze, - label: "data file".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour fichier de données".freeze, "data file".freeze], range: "disco:DataFile".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :ddifile, comment: %(This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.).freeze, - label: "DDI file".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["DDI file".freeze, "DDI-Datei".freeze], range: "foaf:Document".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :endDate, comment: %(Defines the end date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze, domain: "dc:PeriodOfTime".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "end date".freeze, range: "xsd:date".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :externalDocumentation, comment: %(This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.).freeze, domain: "disco:Instrument".freeze, - label: "external documentation".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["external documentation".freeze, "externe Dokumentation".freeze], range: "foaf:Document".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :frequency, comment: %(This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.).freeze, domain: "disco:CategoryStatistics".freeze, - label: "frequency".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["frequency".freeze, "fréquence".freeze], range: "xsd:nonNegativeInteger".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :fundedBy, comment: %(This property points from a Study or a StudyGroup to the funding foaf:Agent which is either a foaf:Person or a org:Organization.).freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "funded by".freeze, range: "foaf:Agent".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, subPropertyOf: "dc:contributor".freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :inGroup, comment: %(This property points from a Study to the StudyGroup which contains the Study.).freeze, domain: "disco:Study".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "in group".freeze, range: "disco:StudyGroup".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :inputVariable, comment: %(This property indicates the original Variable of an aggregated qb:DataSet. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze, domain: "http://purl.org/linked-data/cube#DataSet".freeze, - label: "input variable".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["input variable".freeze, "variable en entrée".freeze], range: "disco:Variable".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :instrument, comment: %(This property indicates the Instrument of a Study or a LogicalDataSet.).freeze, - label: "instrument".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a comme instrument".freeze, "instrument".freeze], range: "disco:Instrument".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :isPublic, comment: %(This property is used as a flag indicating if the microdata dataset is publicly available. The value true indicates that the dataset can be accessed \(usually downloaded\) by anyone.).freeze, domain: "disco:LogicalDataSet".freeze, - label: "is public".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["is public".freeze, "ist öffentlich".freeze], range: "xsd:boolean".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :isValid, comment: %(Indicates if the code \(represented by skos:Concept\) is valid or missing. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze, domain: "skos:Concept".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "is valid".freeze, range: "xsd:boolean".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :kindOfData, comment: %(The general kind of data \(e.g. geospatial, register, survey\) collected in this study, given either as a skos:Concept, or as a blank node with attached free-text rdfs:label.).freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "kind of data".freeze, range: "skos:Concept".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :"mappingDDI-C", comment: %(Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.).freeze, domain: "disco:Mapping".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Mapping from and to DDI-C".freeze, range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :"mappingDDI-L", comment: %(Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.).freeze, domain: "disco:Mapping".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "Mapping from and to DDI-L".freeze, range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :percentage, comment: %(This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze, domain: "disco:CategoryStatistics".freeze, - label: "percentage".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["percentage".freeze, "pourcentage".freeze], range: "xsd:double".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :product, comment: %(This property indicates the LogicalDataSets of a Study.).freeze, domain: "disco:Study".freeze, - label: "product".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Produkt".freeze, "product".freeze], range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :purpose, comment: %(The purpose of a Study of a StudyGroup.).freeze, - label: "purpose".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Grund".freeze, "purpose".freeze], range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :question, comment: %(This property indicates the Questions associated to Variables or contained in Questionnaires.).freeze, - label: "question".freeze, + domain: term( + unionOf: list("disco:Variable".freeze, "disco:Questionnaire".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a comme question".freeze, "question".freeze], range: "disco:Question".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :questionText, comment: %(This property contains the actual text of a question as string. See Section 8.2 for examples.).freeze, domain: "disco:Question".freeze, - label: "question text".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Fragetext".freeze, "question text".freeze], range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :representation, comment: %(RepresentedVariables and Variables can have a Representation whose individuals are either of the class rdfs:Datatype \(to represent values\) or skos:ConceptScheme \(to represent code lists\).).freeze, - label: "representation".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, + domain: term( + unionOf: list("disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour représentation".freeze, "representation".freeze], + range: term( + unionOf: list("skos:ConceptScheme".freeze, "rdfs:Datatype".freeze), + type: "owl:Class".freeze + ), type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :responseDomain, comment: %(The response domain of questions. The response domain has to be an instance of the class Representation.).freeze, domain: "disco:Question".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "responseDomain".freeze, range: "disco:Representation".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :startDate, comment: %(Defines the start date of a period of time. Please note that this property is a feature at risk, since the domain is not a class of Disco. Maintainers of the domain ontology may define their own property.).freeze, domain: "dc:PeriodOfTime".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "start date".freeze, range: "xsd:date".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :statisticsCategory, comment: %(This property points to the skos:Concept \(representing codes and categories\) of a specific CategoryStatistics individual.).freeze, domain: "disco:CategoryStatistics".freeze, - label: "statistics category".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour concept statistique".freeze, "statistics category".freeze], range: "skos:Concept".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :statisticsDataFile, comment: %(This property indicates the DataFile of a specific DesciptiveStatistics individual. DescriptiveStatistics may have statisticsDataFile relations to 0 to n data files \(DataFile\) and data files \(DataFile\) may be in 0 to n statisticsDataFile relations to DescriptiveStatistics individuals.).freeze, domain: "disco:DescriptiveStatistics".freeze, - label: "statistics data file".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour fichier statistique".freeze, "statistics data file".freeze], range: "disco:DataFile".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :statisticsVariable, comment: %(This property indicates the Variable of a specific SummaryStatistics individual. SummaryStatistics point to 0 to n variables \(Variable\) using the object property statisticsVariable.).freeze, domain: "disco:SummaryStatistics".freeze, - label: "statistics variable".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a pour variable statistique".freeze, "statistics variable".freeze], range: "disco:Variable".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :subtitle, comment: %(The sub-title of a Study of a StudyGroup.).freeze, - label: "subtitle".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Untertitel".freeze, "subtitle".freeze], range: "rdf:langString".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :summaryStatisticsType, comment: %(This property points to the summary statistics type of a Questionnaire which is a skos:Concept.).freeze, domain: "disco:SummaryStatistics".freeze, + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "summary statistics type".freeze, range: "skos:Concept".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :universe, comment: %(This property indicates the Universe\(s\) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.).freeze, - label: "universe".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze, "disco:LogicalDataSet".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["a comme univers".freeze, "universe".freeze], range: "disco:Universe".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :variable, comment: %(This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.).freeze, - label: "variable".freeze, + domain: term( + unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["Variable".freeze, "variable".freeze], range: "disco:Variable".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] property :variableQuantity, comment: %(This property can be used when \(1\) no variable level information is available and when \(2\) only a stub of the RDF is requested e.g when returning basic information on a study of file, no information on potentially hundreds or thousands of variables references or metadata has to be returned.).freeze, + domain: term( + unionOf: list("disco:LogicalDataSet".freeze, "disco:DataFile".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, label: "variable quantity".freeze, range: "xsd:nonNegativeInteger".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze] property :weightedBy, comment: %(SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.).freeze, - label: "weighted by".freeze, + domain: term( + unionOf: list("disco:SummaryStatistics".freeze, "disco:CategoryStatistics".freeze), + type: "owl:Class".freeze + ), + isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze, + label: ["".freeze, "weighted by".freeze], range: "disco:Variable".freeze, - :"rdfs:isDefinedBy" => %(http://rdf-vocabulary.ddialliance.org/discovery).freeze, type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze] end end