rdf-vocab 0.8.7.1 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +28 -1
  3. data/lib/rdf/vocab/disco.rb +369 -0
  4. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66fadeb819a9c03ff2e80e8258c41d1c22d60684
4
- data.tar.gz: 70f4111688e98ac0ba6473b05b6707301f33a9d6
3
+ metadata.gz: 5149c1f2014e07a3d56fee9b0eeae336843e50a0
4
+ data.tar.gz: fc741019fa6fe81b413c9ae73e03a67b85e44f27
5
5
  SHA512:
6
- metadata.gz: 1597f42282e19a79f9abbe0be6d38055a72ad90c54a5bcd67a975f8c36f88af271f4ee2ce7fc656974f1a237a5fde12dcab625558a4169ea33182e4f90b81274
7
- data.tar.gz: 1bbe05ceeaa4748ca2ce8792a42ca3877673bdfdf617eccd53210e27ab42dfb2fe1c6b7c678c12b2444612a54acbc2c4ef42f6bcfb01bbee52b6eca034aa28b3
6
+ metadata.gz: 28f05293e6939875c028829ab4425967d455855af021a2743ae84c532d5ea1276d25cb77bd197d6e07024bc92f80901219b940361a04486b60653db353ab9b2a
7
+ data.tar.gz: 38dd540002f481f24a3b4089ebc3aaf716afef0b3c81b55b6fe806a802d2ba4729a85a6c719acb3dc25e3d92394c258c5c6cb695b7e035305c6cbc6b902efc9a
data/lib/rdf/vocab.rb CHANGED
@@ -30,7 +30,34 @@ module RDF
30
30
  uri: "http://purl.org/dc/dcmitype/",
31
31
  class_name: "DCMIType"
32
32
  },
33
- doap: {uri: "http://usefulinc.com/ns/doap#", alias: true},
33
+ disco: {
34
+ uri: "http://rdf-vocabulary.ddialliance.org/discovery#",
35
+ source: "https://raw.githubusercontent.com/linked-statistics/disco-spec/master/discovery.ttl",
36
+ patch: %{
37
+ @prefix dcmitype: <http://purl.org/dc/dcmitype/> .
38
+ @prefix dcterms: <http://purl.org/dc/terms/> .
39
+ @prefix disco: <http://rdf-vocabulary.ddialliance.org/discovery#> .
40
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
41
+ DeleteExisting {
42
+ disco:DataFile rdfs:subClassOf dcterms:Dataset .
43
+ } .
44
+ AddNew {
45
+ disco:DataFile rdfs:subClassOf dcmitype:Dataset .
46
+ disco:Representation a rdfs:Class .
47
+ } .
48
+ }
49
+ },
50
+ doap: {
51
+ uri: "http://usefulinc.com/ns/doap#",
52
+ #patch: %{
53
+ # @prefix : <http://usefulinc.com/ns/doap#> .
54
+ # @prefix foaf: <http://xmlns.com/foaf/0.1/> .
55
+ # @prefix owl: <http://www.w3.org/2002/07/owl#>.
56
+ # DeleteExisting {: owl:imports foaf:index.rdf .} .
57
+ # AddNew {: owl:imports foaf: .} .
58
+ #},
59
+ alias: true
60
+ },
34
61
  dwc: {
35
62
  uri: "http://rs.tdwg.org/dwc/terms/",
36
63
  source: "etc/dwcterms.rdf",
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdf-vocab
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.7.1
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-11-04 00:00:00.000000000 Z
13
+ date: 2016-04-07 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
@@ -148,6 +148,7 @@ files:
148
148
  - lib/rdf/vocab/crm.rb
149
149
  - lib/rdf/vocab/datacite.rb
150
150
  - lib/rdf/vocab/dcmitype.rb
151
+ - lib/rdf/vocab/disco.rb
151
152
  - lib/rdf/vocab/dwc.rb
152
153
  - lib/rdf/vocab/ebucore.rb
153
154
  - lib/rdf/vocab/edm.rb
@@ -196,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
197
  version: '0'
197
198
  requirements: []
198
199
  rubyforge_project:
199
- rubygems_version: 2.4.5.1
200
+ rubygems_version: 2.4.8
200
201
  signing_key:
201
202
  specification_version: 4
202
203
  summary: A library of RDF vocabularies