rdf-vocab 2.0.0.beta1 → 2.0.0.beta4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rdf/vocab/acl.rb +1 -1
- data/lib/rdf/vocab/bibframe.rb +1 -1
- data/lib/rdf/vocab/bibo.rb +1 -1
- data/lib/rdf/vocab/cc.rb +58 -11
- data/lib/rdf/vocab/cert.rb +2 -2
- data/lib/rdf/vocab/cnt.rb +1 -1
- data/lib/rdf/vocab/crm.rb +1 -1
- data/lib/rdf/vocab/datacite.rb +69 -12
- data/lib/rdf/vocab/dc.rb +1 -1
- data/lib/rdf/vocab/dc11.rb +1 -1
- data/lib/rdf/vocab/dcat.rb +1 -1
- data/lib/rdf/vocab/dcmitype.rb +1 -1
- data/lib/rdf/vocab/disco.rb +369 -0
- data/lib/rdf/vocab/doap.rb +1 -1
- data/lib/rdf/vocab/dwc.rb +1 -1
- data/lib/rdf/vocab/ebucore.rb +14 -14
- data/lib/rdf/vocab/edm.rb +1 -1
- data/lib/rdf/vocab/exif.rb +1 -1
- data/lib/rdf/vocab/fcrepo4.rb +1 -1
- data/lib/rdf/vocab/foaf.rb +1 -1
- data/lib/rdf/vocab/geo.rb +1 -1
- data/lib/rdf/vocab/geonames.rb +1 -1
- data/lib/rdf/vocab/gr.rb +1 -1
- data/lib/rdf/vocab/ht.rb +1 -1
- data/lib/rdf/vocab/hydra.rb +1 -1
- data/lib/rdf/vocab/iana.rb +1 -1
- data/lib/rdf/vocab/ical.rb +1 -1
- data/lib/rdf/vocab/identifiers.rb +1 -1
- data/lib/rdf/vocab/iiif.rb +1 -1
- data/lib/rdf/vocab/jsonld.rb +1 -1
- data/lib/rdf/vocab/ldp.rb +1 -1
- data/lib/rdf/vocab/lrmi.rb +1 -1
- data/lib/rdf/vocab/ma.rb +1 -1
- data/lib/rdf/vocab/mads.rb +1 -1
- data/lib/rdf/vocab/marc_relators.rb +1 -1
- data/lib/rdf/vocab/mo.rb +1 -1
- data/lib/rdf/vocab/mods.rb +1 -1
- data/lib/rdf/vocab/nfo.rb +1 -1
- data/lib/rdf/vocab/oa.rb +1 -1
- data/lib/rdf/vocab/og.rb +1 -1
- data/lib/rdf/vocab/ogc.rb +1 -1
- data/lib/rdf/vocab/ore.rb +1 -1
- data/lib/rdf/vocab/org.rb +1 -1
- data/lib/rdf/vocab/pplan.rb +1 -1
- data/lib/rdf/vocab/premis.rb +2 -2
- data/lib/rdf/vocab/premis_event_type.rb +1 -1
- data/lib/rdf/vocab/prov.rb +1 -1
- data/lib/rdf/vocab/ptr.rb +1 -1
- data/lib/rdf/vocab/rsa.rb +1 -1
- data/lib/rdf/vocab/rss.rb +1 -1
- data/lib/rdf/vocab/schema.rb +1 -1
- data/lib/rdf/vocab/sioc.rb +1 -1
- data/lib/rdf/vocab/sioc_services.rb +1 -1
- data/lib/rdf/vocab/skos.rb +1 -1
- data/lib/rdf/vocab/skosxl.rb +1 -1
- data/lib/rdf/vocab/v.rb +1 -1
- data/lib/rdf/vocab/vcard.rb +1 -1
- data/lib/rdf/vocab/vmd.rb +1 -1
- data/lib/rdf/vocab/void.rb +1 -1
- data/lib/rdf/vocab/vs.rb +1 -1
- data/lib/rdf/vocab/wdrs.rb +1 -1
- data/lib/rdf/vocab/wot.rb +1 -1
- data/lib/rdf/vocab/xhtml.rb +1 -1
- data/lib/rdf/vocab/xhv.rb +1 -1
- data/lib/rdf/vocab.rb +21 -1
- metadata +4 -3
@@ -0,0 +1,369 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
# frozen_string_literal: true
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rdf-vocabulary.ddialliance.org/discovery#
|
4
|
+
require 'rdf'
|
5
|
+
module RDF::Vocab
|
6
|
+
# @!parse
|
7
|
+
# # Vocabulary for <http://rdf-vocabulary.ddialliance.org/discovery#>
|
8
|
+
# class DISCO < RDF::StrictVocabulary
|
9
|
+
# end
|
10
|
+
class DISCO < RDF::StrictVocabulary("http://rdf-vocabulary.ddialliance.org/discovery#")
|
11
|
+
|
12
|
+
# Class definitions
|
13
|
+
term :AnalysisUnit,
|
14
|
+
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,
|
15
|
+
label: "Analysis Unit".freeze,
|
16
|
+
:"rdfs:isDefinedBy" => [],
|
17
|
+
subClassOf: "skos:Concept".freeze,
|
18
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
19
|
+
term :CategoryStatistics,
|
20
|
+
comment: %(For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.).freeze,
|
21
|
+
label: "Category statistics".freeze,
|
22
|
+
:"rdfs:isDefinedBy" => [],
|
23
|
+
subClassOf: "disco:DescriptiveStatistics".freeze,
|
24
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
25
|
+
term :DataFile,
|
26
|
+
comment: %(The class DataFile, which is also a dcterms:Dataset, represents all the data files containing the microdata datasets.).freeze,
|
27
|
+
label: "Data file".freeze,
|
28
|
+
:"rdfs:isDefinedBy" => [],
|
29
|
+
subClassOf: ["dcat:Distribution".freeze, "dcmitype:Dataset".freeze],
|
30
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
31
|
+
term :DescriptiveStatistics,
|
32
|
+
comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze,
|
33
|
+
label: "Descriptive statistics".freeze,
|
34
|
+
:"rdfs:isDefinedBy" => [],
|
35
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
36
|
+
term :Instrument,
|
37
|
+
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,
|
38
|
+
label: "Instrument".freeze,
|
39
|
+
:"rdfs:isDefinedBy" => [],
|
40
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
41
|
+
term :LogicalDataSet,
|
42
|
+
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,
|
43
|
+
label: "LogicalDataSet".freeze,
|
44
|
+
:"rdfs:isDefinedBy" => [],
|
45
|
+
subClassOf: ["dcat:Dataset".freeze, "skos:Concept".freeze],
|
46
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
47
|
+
term :Mapping,
|
48
|
+
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,
|
49
|
+
label: "Mapping".freeze,
|
50
|
+
:"rdfs:isDefinedBy" => [],
|
51
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
52
|
+
term :Question,
|
53
|
+
comment: %(A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.).freeze,
|
54
|
+
label: "Question".freeze,
|
55
|
+
:"rdfs:isDefinedBy" => [],
|
56
|
+
subClassOf: "skos:Concept".freeze,
|
57
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
58
|
+
term :Questionnaire,
|
59
|
+
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,
|
60
|
+
label: "Questionnaire".freeze,
|
61
|
+
:"rdfs:isDefinedBy" => [],
|
62
|
+
subClassOf: "disco:Instrument".freeze,
|
63
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
64
|
+
term :Representation,
|
65
|
+
label: "Representation".freeze,
|
66
|
+
type: "rdfs:Class".freeze
|
67
|
+
term :RepresentedVariable,
|
68
|
+
comment: %(RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.).freeze,
|
69
|
+
label: "Data element".freeze,
|
70
|
+
:"rdfs:isDefinedBy" => [],
|
71
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
72
|
+
term :Study,
|
73
|
+
comment: %(A Study represents the process by which a data set was generated or collected.).freeze,
|
74
|
+
label: "Study".freeze,
|
75
|
+
:"rdfs:isDefinedBy" => [],
|
76
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
77
|
+
term :StudyGroup,
|
78
|
+
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,
|
79
|
+
label: "Study Group".freeze,
|
80
|
+
:"rdfs:isDefinedBy" => [],
|
81
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
82
|
+
term :SummaryStatistics,
|
83
|
+
comment: %(For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.).freeze,
|
84
|
+
label: "Summary statistics".freeze,
|
85
|
+
:"rdfs:isDefinedBy" => [],
|
86
|
+
subClassOf: "disco:DescriptiveStatistics".freeze,
|
87
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
88
|
+
term :Universe,
|
89
|
+
comment: %(A Universe is the total membership or population of a defined class of people, objects or events.).freeze,
|
90
|
+
label: "Universe".freeze,
|
91
|
+
:"rdfs:isDefinedBy" => [],
|
92
|
+
subClassOf: "skos:Concept".freeze,
|
93
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
94
|
+
term :Variable,
|
95
|
+
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,
|
96
|
+
label: "Variable".freeze,
|
97
|
+
:"owl:equivalentClass" => [],
|
98
|
+
:"rdfs:isDefinedBy" => [],
|
99
|
+
subClassOf: "skos:Concept".freeze,
|
100
|
+
type: ["owl:Class".freeze, "rdfs:Class".freeze]
|
101
|
+
|
102
|
+
# Property definitions
|
103
|
+
property :aggregation,
|
104
|
+
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,
|
105
|
+
domain: "disco:LogicalDataSet".freeze,
|
106
|
+
label: "aggregation".freeze,
|
107
|
+
range: "http://purl.org/linked-data/cube#DataSet".freeze,
|
108
|
+
:"rdfs:isDefinedBy" => [],
|
109
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
110
|
+
property :analysisUnit,
|
111
|
+
comment: %(This property links to the analysis unit of a Study, a StudyGroup, or a Variable.).freeze,
|
112
|
+
label: "analysis unit".freeze,
|
113
|
+
range: "disco:AnalysisUnit".freeze,
|
114
|
+
:"rdfs:isDefinedBy" => [],
|
115
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
116
|
+
property :basedOn,
|
117
|
+
comment: %(This property points to the RepresentedVariable the Variable is based on.).freeze,
|
118
|
+
domain: "disco:Variable".freeze,
|
119
|
+
label: "based on".freeze,
|
120
|
+
range: "disco:RepresentedVariable".freeze,
|
121
|
+
:"rdfs:isDefinedBy" => [],
|
122
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
123
|
+
property :caseQuantity,
|
124
|
+
comment: %(This property is used for representing the case quantity of a DataFile.).freeze,
|
125
|
+
domain: "disco:DataFile".freeze,
|
126
|
+
label: "number of cases".freeze,
|
127
|
+
range: "xsd:nonNegativeInteger".freeze,
|
128
|
+
:"rdfs:isDefinedBy" => [],
|
129
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
130
|
+
property :collectionMode,
|
131
|
+
comment: %(This property points to the mode of collection of a Questionnaire which is a skos:Concept.).freeze,
|
132
|
+
domain: "disco:Questionnaire".freeze,
|
133
|
+
label: "collection mode".freeze,
|
134
|
+
range: "skos:Concept".freeze,
|
135
|
+
:"rdfs:isDefinedBy" => [],
|
136
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
137
|
+
property :computationBase,
|
138
|
+
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,
|
139
|
+
domain: "disco:CategoryStatistics".freeze,
|
140
|
+
label: "computation base".freeze,
|
141
|
+
range: "rdf:langString".freeze,
|
142
|
+
:"rdfs:isDefinedBy" => [],
|
143
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
144
|
+
property :concept,
|
145
|
+
comment: %(This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question).freeze,
|
146
|
+
label: "concept".freeze,
|
147
|
+
range: "skos:Concept".freeze,
|
148
|
+
:"rdfs:isDefinedBy" => [],
|
149
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
150
|
+
property :context,
|
151
|
+
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,
|
152
|
+
domain: "disco:Mapping".freeze,
|
153
|
+
label: "context specifies conditions which have to be fulfilled for specific mappings".freeze,
|
154
|
+
range: "rdf:langString".freeze,
|
155
|
+
:"rdfs:isDefinedBy" => [],
|
156
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
157
|
+
property :cumulativePercentage,
|
158
|
+
comment: %(This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
|
159
|
+
domain: "disco:CategoryStatistics".freeze,
|
160
|
+
label: "cumulative percentage".freeze,
|
161
|
+
range: "xsd:double".freeze,
|
162
|
+
:"rdfs:isDefinedBy" => [],
|
163
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
164
|
+
property :dataFile,
|
165
|
+
comment: %(This property points to the DataFile of a Study or a LogicalDataSet.).freeze,
|
166
|
+
label: "data file".freeze,
|
167
|
+
range: "disco:DataFile".freeze,
|
168
|
+
:"rdfs:isDefinedBy" => [],
|
169
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
170
|
+
property :ddifile,
|
171
|
+
comment: %(This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.).freeze,
|
172
|
+
label: "DDI file".freeze,
|
173
|
+
range: "foaf:Document".freeze,
|
174
|
+
:"rdfs:isDefinedBy" => [],
|
175
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
176
|
+
property :endDate,
|
177
|
+
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,
|
178
|
+
domain: "dc:PeriodOfTime".freeze,
|
179
|
+
label: "end date".freeze,
|
180
|
+
range: "xsd:date".freeze,
|
181
|
+
:"rdfs:isDefinedBy" => [],
|
182
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
183
|
+
property :externalDocumentation,
|
184
|
+
comment: %(This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.).freeze,
|
185
|
+
domain: "disco:Instrument".freeze,
|
186
|
+
label: "external documentation".freeze,
|
187
|
+
range: "foaf:Document".freeze,
|
188
|
+
:"rdfs:isDefinedBy" => [],
|
189
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
190
|
+
property :frequency,
|
191
|
+
comment: %(This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
|
192
|
+
domain: "disco:CategoryStatistics".freeze,
|
193
|
+
label: "frequency".freeze,
|
194
|
+
range: "xsd:nonNegativeInteger".freeze,
|
195
|
+
:"rdfs:isDefinedBy" => [],
|
196
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
197
|
+
property :fundedBy,
|
198
|
+
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,
|
199
|
+
label: "funded by".freeze,
|
200
|
+
range: "foaf:Agent".freeze,
|
201
|
+
:"rdfs:isDefinedBy" => [],
|
202
|
+
subPropertyOf: "dc:contributor".freeze,
|
203
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
204
|
+
property :inGroup,
|
205
|
+
comment: %(This property points from a Study to the StudyGroup which contains the Study.).freeze,
|
206
|
+
domain: "disco:Study".freeze,
|
207
|
+
label: "in group".freeze,
|
208
|
+
range: "disco:StudyGroup".freeze,
|
209
|
+
:"rdfs:isDefinedBy" => [],
|
210
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
211
|
+
property :inputVariable,
|
212
|
+
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,
|
213
|
+
domain: "http://purl.org/linked-data/cube#DataSet".freeze,
|
214
|
+
label: "input variable".freeze,
|
215
|
+
range: "disco:Variable".freeze,
|
216
|
+
:"rdfs:isDefinedBy" => [],
|
217
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
218
|
+
property :instrument,
|
219
|
+
comment: %(This property indicates the Instrument of a Study or a LogicalDataSet.).freeze,
|
220
|
+
label: "instrument".freeze,
|
221
|
+
range: "disco:Instrument".freeze,
|
222
|
+
:"rdfs:isDefinedBy" => [],
|
223
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
224
|
+
property :isPublic,
|
225
|
+
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,
|
226
|
+
domain: "disco:LogicalDataSet".freeze,
|
227
|
+
label: "is public".freeze,
|
228
|
+
range: "xsd:boolean".freeze,
|
229
|
+
:"rdfs:isDefinedBy" => [],
|
230
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
231
|
+
property :isValid,
|
232
|
+
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,
|
233
|
+
domain: "skos:Concept".freeze,
|
234
|
+
label: "is valid".freeze,
|
235
|
+
range: "xsd:boolean".freeze,
|
236
|
+
:"rdfs:isDefinedBy" => [],
|
237
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
238
|
+
property :kindOfData,
|
239
|
+
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,
|
240
|
+
label: "kind of data".freeze,
|
241
|
+
range: "skos:Concept".freeze,
|
242
|
+
:"rdfs:isDefinedBy" => [],
|
243
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
244
|
+
property :"mappingDDI-C",
|
245
|
+
comment: %(Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.).freeze,
|
246
|
+
domain: "disco:Mapping".freeze,
|
247
|
+
label: "Mapping from and to DDI-C".freeze,
|
248
|
+
range: "rdf:langString".freeze,
|
249
|
+
:"rdfs:isDefinedBy" => [],
|
250
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
251
|
+
property :"mappingDDI-L",
|
252
|
+
comment: %(Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.).freeze,
|
253
|
+
domain: "disco:Mapping".freeze,
|
254
|
+
label: "Mapping from and to DDI-L".freeze,
|
255
|
+
range: "rdf:langString".freeze,
|
256
|
+
:"rdfs:isDefinedBy" => [],
|
257
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
258
|
+
property :percentage,
|
259
|
+
comment: %(This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
|
260
|
+
domain: "disco:CategoryStatistics".freeze,
|
261
|
+
label: "percentage".freeze,
|
262
|
+
range: "xsd:double".freeze,
|
263
|
+
:"rdfs:isDefinedBy" => [],
|
264
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
265
|
+
property :product,
|
266
|
+
comment: %(This property indicates the LogicalDataSets of a Study.).freeze,
|
267
|
+
domain: "disco:Study".freeze,
|
268
|
+
label: "product".freeze,
|
269
|
+
range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze,
|
270
|
+
:"rdfs:isDefinedBy" => [],
|
271
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
272
|
+
property :purpose,
|
273
|
+
comment: %(The purpose of a Study of a StudyGroup.).freeze,
|
274
|
+
label: "purpose".freeze,
|
275
|
+
range: "rdf:langString".freeze,
|
276
|
+
:"rdfs:isDefinedBy" => [],
|
277
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
278
|
+
property :question,
|
279
|
+
comment: %(This property indicates the Questions associated to Variables or contained in Questionnaires.).freeze,
|
280
|
+
label: "question".freeze,
|
281
|
+
range: "disco:Question".freeze,
|
282
|
+
:"rdfs:isDefinedBy" => [],
|
283
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
284
|
+
property :questionText,
|
285
|
+
comment: %(This property contains the actual text of a question as string. See Section 8.2 for examples.).freeze,
|
286
|
+
domain: "disco:Question".freeze,
|
287
|
+
label: "question text".freeze,
|
288
|
+
range: "rdf:langString".freeze,
|
289
|
+
:"rdfs:isDefinedBy" => [],
|
290
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
291
|
+
property :representation,
|
292
|
+
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,
|
293
|
+
label: "representation".freeze,
|
294
|
+
:"rdfs:isDefinedBy" => [],
|
295
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
296
|
+
property :responseDomain,
|
297
|
+
comment: %(The response domain of questions. The response domain has to be an instance of the class Representation.).freeze,
|
298
|
+
domain: "disco:Question".freeze,
|
299
|
+
label: "responseDomain".freeze,
|
300
|
+
range: "disco:Representation".freeze,
|
301
|
+
:"rdfs:isDefinedBy" => [],
|
302
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
303
|
+
property :startDate,
|
304
|
+
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,
|
305
|
+
domain: "dc:PeriodOfTime".freeze,
|
306
|
+
label: "start date".freeze,
|
307
|
+
range: "xsd:date".freeze,
|
308
|
+
:"rdfs:isDefinedBy" => [],
|
309
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
310
|
+
property :statisticsCategory,
|
311
|
+
comment: %(This property points to the skos:Concept \(representing codes and categories\) of a specific CategoryStatistics individual.).freeze,
|
312
|
+
domain: "disco:CategoryStatistics".freeze,
|
313
|
+
label: "statistics category".freeze,
|
314
|
+
range: "skos:Concept".freeze,
|
315
|
+
:"rdfs:isDefinedBy" => [],
|
316
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
317
|
+
property :statisticsDataFile,
|
318
|
+
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,
|
319
|
+
domain: "disco:DescriptiveStatistics".freeze,
|
320
|
+
label: "statistics data file".freeze,
|
321
|
+
range: "disco:DataFile".freeze,
|
322
|
+
:"rdfs:isDefinedBy" => [],
|
323
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
324
|
+
property :statisticsVariable,
|
325
|
+
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,
|
326
|
+
domain: "disco:SummaryStatistics".freeze,
|
327
|
+
label: "statistics variable".freeze,
|
328
|
+
range: "disco:Variable".freeze,
|
329
|
+
:"rdfs:isDefinedBy" => [],
|
330
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
331
|
+
property :subtitle,
|
332
|
+
comment: %(The sub-title of a Study of a StudyGroup.).freeze,
|
333
|
+
label: "subtitle".freeze,
|
334
|
+
range: "rdf:langString".freeze,
|
335
|
+
:"rdfs:isDefinedBy" => [],
|
336
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
337
|
+
property :summaryStatisticsType,
|
338
|
+
comment: %(This property points to the summary statistics type of a Questionnaire which is a skos:Concept.).freeze,
|
339
|
+
domain: "disco:SummaryStatistics".freeze,
|
340
|
+
label: "summary statistics type".freeze,
|
341
|
+
range: "skos:Concept".freeze,
|
342
|
+
:"rdfs:isDefinedBy" => [],
|
343
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
344
|
+
property :universe,
|
345
|
+
comment: %(This property indicates the Universe\(s\) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.).freeze,
|
346
|
+
label: "universe".freeze,
|
347
|
+
range: "disco:Universe".freeze,
|
348
|
+
:"rdfs:isDefinedBy" => [],
|
349
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
350
|
+
property :variable,
|
351
|
+
comment: %(This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.).freeze,
|
352
|
+
label: "variable".freeze,
|
353
|
+
range: "disco:Variable".freeze,
|
354
|
+
:"rdfs:isDefinedBy" => [],
|
355
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
356
|
+
property :variableQuantity,
|
357
|
+
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,
|
358
|
+
label: "variable quantity".freeze,
|
359
|
+
range: "xsd:nonNegativeInteger".freeze,
|
360
|
+
:"rdfs:isDefinedBy" => [],
|
361
|
+
type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
|
362
|
+
property :weightedBy,
|
363
|
+
comment: %(SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.).freeze,
|
364
|
+
label: "weighted by".freeze,
|
365
|
+
range: "disco:Variable".freeze,
|
366
|
+
:"rdfs:isDefinedBy" => [],
|
367
|
+
type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
|
368
|
+
end
|
369
|
+
end
|
data/lib/rdf/vocab/doap.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://usefulinc.com/ns/doap#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/dwc.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://rs.tdwg.org/dwc/terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ebucore.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.ebu.ch/metadata/ontologies/ebucore/ebucore#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -63,18 +63,18 @@ module RDF::Vocab
|
|
63
63
|
subClassOf: "ebucore:Rating".freeze,
|
64
64
|
type: "rdfs:Class".freeze
|
65
65
|
term :AudioChannel,
|
66
|
-
comment: %(An audioChannel represents a single sequence of audio samples. It
|
67
|
-
is sub-divided in the time domain into audioBlocks, which is must contain at
|
68
|
-
least one of. The typeDefintion of the audioChannel format specifies the type of
|
69
|
-
audio it is describing, and also determines which parameters are used within its
|
66
|
+
comment: %(An audioChannel represents a single sequence of audio samples. It
|
67
|
+
is sub-divided in the time domain into audioBlocks, which is must contain at
|
68
|
+
least one of. The typeDefintion of the audioChannel format specifies the type of
|
69
|
+
audio it is describing, and also determines which parameters are used within its
|
70
70
|
audioBlock children.).freeze,
|
71
71
|
label: "Audio channel".freeze,
|
72
72
|
subClassOf: "ebucore:Essence".freeze,
|
73
73
|
type: "rdfs:Class".freeze
|
74
74
|
term :AudioContent,
|
75
|
-
comment: %(An audioContent defines one component of a programme \(e.g. background
|
76
|
-
music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
|
77
|
-
audioChannelFormats for stereo reproduction\), its association with an
|
75
|
+
comment: %(An audioContent defines one component of a programme \(e.g. background
|
76
|
+
music\), its association with an audioGroup \(e.g. a 2.0 audioPackFormat of
|
77
|
+
audioChannelFormats for stereo reproduction\), its association with an
|
78
78
|
audioStreamFormat, and its set of loudness parameters.).freeze,
|
79
79
|
label: "Audio content".freeze,
|
80
80
|
subClassOf: "ebucore:AudioProgramme".freeze,
|
@@ -103,8 +103,8 @@ module RDF::Vocab
|
|
103
103
|
subClassOf: "ebucore:AudioFormat".freeze,
|
104
104
|
type: "rdfs:Class".freeze
|
105
105
|
term :AudioProgramme,
|
106
|
-
comment: %(A set of one or more audioContent that derive from the same material,
|
107
|
-
i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
|
106
|
+
comment: %(A set of one or more audioContent that derive from the same material,
|
107
|
+
i.e. an audioMultiplex, and the definition of its multiplexed audioContents \(e.g.
|
108
108
|
foreground and commentary, background music\).).freeze,
|
109
109
|
label: "Audio programme".freeze,
|
110
110
|
subClassOf: "ebucore:Programme".freeze,
|
@@ -120,10 +120,10 @@ module RDF::Vocab
|
|
120
120
|
subClassOf: "ebucore:AudioFormat".freeze,
|
121
121
|
type: "rdfs:Class".freeze
|
122
122
|
term :AudioTrack,
|
123
|
-
comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
|
124
|
-
an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream.
|
125
|
-
A single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
|
126
|
-
should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
|
123
|
+
comment: [%(An audioTrack is the basic audio data container of a medium. Attribute is
|
124
|
+
an unambiguous reference to this container in a given medium.).freeze, %(An audioTrack object defines a component of an audioStream.
|
125
|
+
A single set of samples or data in the storage medium.).freeze, %(Represents a physical container or carrier to hold an audio stream. This
|
126
|
+
should be usually defined by many attributes such as ID, format \(e.g. 48 kHz/24
|
127
127
|
bits\), linkage information \(e.g. odd/even\)…).freeze],
|
128
128
|
label: "Audio track".freeze,
|
129
129
|
subClassOf: "ebucore:Track".freeze,
|
data/lib/rdf/vocab/edm.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.europeana.eu/schemas/edm/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/exif.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/12/exif/ns#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/fcrepo4.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://fedora.info/definitions/v4/repository#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/foaf.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://xmlns.com/foaf/0.1/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/geo.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2003/01/geo/wgs84_pos#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/geonames.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.geonames.org/ontology#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/gr.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/goodrelations/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ht.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2011/http#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/hydra.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/hydra/core#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/iana.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.iana.org/assignments/relation/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ical.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/2002/12/cal/icaltzd#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/identifiers/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/iiif.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://iiif.io/api/presentation/2#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/jsonld.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/json-ld#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ldp.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/ldp#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/lrmi.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/dcx/lrmi-terms/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/ma.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.w3.org/ns/ma-ont#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/mads.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/mads/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://id.loc.gov/vocabulary/relators/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/mo.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://purl.org/ontology/mo/
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|
data/lib/rdf/vocab/mods.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
# frozen_string_literal: true
|
3
|
-
# This file generated automatically using
|
3
|
+
# This file generated automatically using rdf vocabulary format from http://www.loc.gov/mods/rdf/v1#
|
4
4
|
require 'rdf'
|
5
5
|
module RDF::Vocab
|
6
6
|
# @!parse
|