rdf-vocab 3.1.7 → 3.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/rdf/vocab.rb +5 -1
  4. data/lib/rdf/vocab/acl.rb +20 -60
  5. data/lib/rdf/vocab/as.rb +90 -90
  6. data/lib/rdf/vocab/bf2.rb +488 -488
  7. data/lib/rdf/vocab/bibo.rb +120 -123
  8. data/lib/rdf/vocab/cc.rb +18 -47
  9. data/lib/rdf/vocab/crm.rb +240 -775
  10. data/lib/rdf/vocab/dc.rb +98 -98
  11. data/lib/rdf/vocab/dc11.rb +30 -30
  12. data/lib/rdf/vocab/dcat.rb +85 -85
  13. data/lib/rdf/vocab/dcmitype.rb +12 -12
  14. data/lib/rdf/vocab/disco.rb +58 -58
  15. data/lib/rdf/vocab/dwc.rb +188 -188
  16. data/lib/rdf/vocab/earl.rb +27 -27
  17. data/lib/rdf/vocab/ebucore.rb +1232 -1522
  18. data/lib/rdf/vocab/edm.rb +52 -75
  19. data/lib/rdf/vocab/fcrepo4.rb +21 -21
  20. data/lib/rdf/vocab/foaf.rb +75 -75
  21. data/lib/rdf/vocab/geo.rb +8 -109
  22. data/lib/rdf/vocab/geojson.rb +16 -16
  23. data/lib/rdf/vocab/geonames.rb +1344 -1352
  24. data/lib/rdf/vocab/gr.rb +177 -564
  25. data/lib/rdf/vocab/ht.rb +40 -40
  26. data/lib/rdf/vocab/hydra.rb +99 -58
  27. data/lib/rdf/vocab/iana.rb +71 -113
  28. data/lib/rdf/vocab/ical.rb +123 -171
  29. data/lib/rdf/vocab/identifiers.rb +161 -662
  30. data/lib/rdf/vocab/iiif.rb +25 -25
  31. data/lib/rdf/vocab/jsonld.rb +33 -51
  32. data/lib/rdf/vocab/lrmi.rb +16 -16
  33. data/lib/rdf/vocab/ma.rb +79 -79
  34. data/lib/rdf/vocab/marcrelators.rb +4 -3
  35. data/lib/rdf/vocab/mo.rb +196 -539
  36. data/lib/rdf/vocab/mods.rb +119 -123
  37. data/lib/rdf/vocab/oa.rb +68 -72
  38. data/lib/rdf/vocab/ogc.rb +8 -8
  39. data/lib/rdf/vocab/ore.rb +13 -13
  40. data/lib/rdf/vocab/org.rb +46 -46
  41. data/lib/rdf/vocab/pcdm.rb +11 -33
  42. data/lib/rdf/vocab/pplan.rb +18 -196
  43. data/lib/rdf/vocab/premis.rb +321 -416
  44. data/lib/rdf/vocab/premiseventtype.rb +1 -1
  45. data/lib/rdf/vocab/prov.rb +90 -115
  46. data/lib/rdf/vocab/ptr.rb +34 -36
  47. data/lib/rdf/vocab/rightsstatements.rb +12 -12
  48. data/lib/rdf/vocab/rss.rb +10 -10
  49. data/lib/rdf/vocab/schema.rb +3131 -3445
  50. data/lib/rdf/vocab/schemas.rb +27066 -0
  51. data/lib/rdf/vocab/sd.rb +38 -38
  52. data/lib/rdf/vocab/sh.rb +183 -183
  53. data/lib/rdf/vocab/sioc.rb +97 -97
  54. data/lib/rdf/vocab/siocservices.rb +8 -8
  55. data/lib/rdf/vocab/sioctypes.rb +38 -38
  56. data/lib/rdf/vocab/skos.rb +45 -47
  57. data/lib/rdf/vocab/skosxl.rb +10 -10
  58. data/lib/rdf/vocab/v.rb +32 -36
  59. data/lib/rdf/vocab/vcard.rb +117 -118
  60. data/lib/rdf/vocab/vmd.rb +32 -36
  61. data/lib/rdf/vocab/void.rb +26 -26
  62. data/lib/rdf/vocab/vs.rb +4 -4
  63. data/lib/rdf/vocab/wdrs.rb +22 -22
  64. data/lib/rdf/vocab/wot.rb +18 -18
  65. data/lib/rdf/vocab/xhv.rb +84 -200
  66. data/lib/rdf/vocab/xkos.rb +10 -10
  67. metadata +6 -5
@@ -67,7 +67,7 @@ module RDF::Vocab
67
67
 
68
68
  # Class definitions
69
69
  term :Collection,
70
- comment: %(An aggregation of resources.).freeze,
70
+ comment: "An aggregation of resources.".freeze,
71
71
  "dc:description": "A collection is described as a group; its parts may also be separately described.".freeze,
72
72
  "dc:issued": "2000-07-11".freeze,
73
73
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -75,7 +75,7 @@ module RDF::Vocab
75
75
  label: "Collection".freeze,
76
76
  type: "rdfs:Class".freeze
77
77
  term :Dataset,
78
- comment: %(Data encoded in a defined structure.).freeze,
78
+ comment: "Data encoded in a defined structure.".freeze,
79
79
  "dc:description": "Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.".freeze,
80
80
  "dc:issued": "2000-07-11".freeze,
81
81
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -83,7 +83,7 @@ module RDF::Vocab
83
83
  label: "Dataset".freeze,
84
84
  type: "rdfs:Class".freeze
85
85
  term :Event,
86
- comment: %(A non-persistent, time-based occurrence.).freeze,
86
+ comment: "A non-persistent, time-based occurrence.".freeze,
87
87
  "dc:description": "Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.".freeze,
88
88
  "dc:issued": "2000-07-11".freeze,
89
89
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -91,7 +91,7 @@ module RDF::Vocab
91
91
  label: "Event".freeze,
92
92
  type: "rdfs:Class".freeze
93
93
  term :Image,
94
- comment: %(A visual representation other than text.).freeze,
94
+ comment: "A visual representation other than text.".freeze,
95
95
  "dc:description": "Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations.".freeze,
96
96
  "dc:issued": "2000-07-11".freeze,
97
97
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -99,7 +99,7 @@ module RDF::Vocab
99
99
  label: "Image".freeze,
100
100
  type: "rdfs:Class".freeze
101
101
  term :InteractiveResource,
102
- comment: %(A resource requiring interaction from the user to be understood, executed, or experienced.).freeze,
102
+ comment: "A resource requiring interaction from the user to be understood, executed, or experienced.".freeze,
103
103
  "dc:description": "Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.".freeze,
104
104
  "dc:issued": "2000-07-11".freeze,
105
105
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -107,7 +107,7 @@ module RDF::Vocab
107
107
  label: "Interactive Resource".freeze,
108
108
  type: "rdfs:Class".freeze
109
109
  term :MovingImage,
110
- comment: %(A series of visual representations imparting an impression of motion when shown in succession.).freeze,
110
+ comment: "A series of visual representations imparting an impression of motion when shown in succession.".freeze,
111
111
  "dc:description": "Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.".freeze,
112
112
  "dc:issued": "2003-11-18".freeze,
113
113
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -116,7 +116,7 @@ module RDF::Vocab
116
116
  subClassOf: "dcmitype:Image".freeze,
117
117
  type: "rdfs:Class".freeze
118
118
  term :PhysicalObject,
119
- comment: %(An inanimate, three-dimensional object or substance.).freeze,
119
+ comment: "An inanimate, three-dimensional object or substance.".freeze,
120
120
  "dc:description": "Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.".freeze,
121
121
  "dc:issued": "2002-07-13".freeze,
122
122
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -124,7 +124,7 @@ module RDF::Vocab
124
124
  label: "Physical Object".freeze,
125
125
  type: "rdfs:Class".freeze
126
126
  term :Service,
127
- comment: %(A system that provides one or more functions.).freeze,
127
+ comment: "A system that provides one or more functions.".freeze,
128
128
  "dc:description": "Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.".freeze,
129
129
  "dc:issued": "2000-07-11".freeze,
130
130
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -132,7 +132,7 @@ module RDF::Vocab
132
132
  label: "Service".freeze,
133
133
  type: "rdfs:Class".freeze
134
134
  term :Software,
135
- comment: %(A computer program in source or compiled form.).freeze,
135
+ comment: "A computer program in source or compiled form.".freeze,
136
136
  "dc:description": "Examples include a C source file, MS-Windows .exe executable, or Perl script.".freeze,
137
137
  "dc:issued": "2000-07-11".freeze,
138
138
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -140,7 +140,7 @@ module RDF::Vocab
140
140
  label: "Software".freeze,
141
141
  type: "rdfs:Class".freeze
142
142
  term :Sound,
143
- comment: %(A resource primarily intended to be heard.).freeze,
143
+ comment: "A resource primarily intended to be heard.".freeze,
144
144
  "dc:description": "Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.".freeze,
145
145
  "dc:issued": "2000-07-11".freeze,
146
146
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -148,7 +148,7 @@ module RDF::Vocab
148
148
  label: "Sound".freeze,
149
149
  type: "rdfs:Class".freeze
150
150
  term :StillImage,
151
- comment: %(A static visual representation.).freeze,
151
+ comment: "A static visual representation.".freeze,
152
152
  "dc:description": "Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.".freeze,
153
153
  "dc:issued": "2003-11-18".freeze,
154
154
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -157,7 +157,7 @@ module RDF::Vocab
157
157
  subClassOf: "dcmitype:Image".freeze,
158
158
  type: "rdfs:Class".freeze
159
159
  term :Text,
160
- comment: %(A resource consisting primarily of words for reading.).freeze,
160
+ comment: "A resource consisting primarily of words for reading.".freeze,
161
161
  "dc:description": "Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.".freeze,
162
162
  "dc:issued": "2000-07-11".freeze,
163
163
  "http://purl.org/dc/dcam/memberOf": "dc:DCMIType".freeze,
@@ -238,7 +238,7 @@ module RDF::Vocab
238
238
 
239
239
  # Ontology definition
240
240
  ontology :"http://rdf-vocabulary.ddialliance.org/discovery#",
241
- 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,
241
+ 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,
242
242
  "dc11:contributor": ["Benjamin Zapilko".freeze, "Joachim Wackerow".freeze, "Richard Cyganiak".freeze, "Thomas Bosch".freeze],
243
243
  "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],
244
244
  "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,
@@ -248,58 +248,58 @@ module RDF::Vocab
248
248
 
249
249
  # Class definitions
250
250
  term :AnalysisUnit,
251
- 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,
251
+ 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,
252
252
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
253
253
  label: "Analysis Unit".freeze,
254
254
  subClassOf: "skos:Concept".freeze,
255
255
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
256
256
  term :CategoryStatistics,
257
- comment: %(For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.).freeze,
257
+ comment: "For CategoryStatistics, frequencies, percentages, and weighted percentages can be defined.".freeze,
258
258
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
259
259
  label: "Category statistics".freeze,
260
260
  subClassOf: "disco:DescriptiveStatistics".freeze,
261
261
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
262
262
  term :DataFile,
263
- comment: %(The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.).freeze,
263
+ comment: "The class DataFile, which is also a dcmitype:Dataset, represents all the data files containing the microdata datasets.".freeze,
264
264
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
265
265
  label: "Data file".freeze,
266
266
  subClassOf: ["dc:DCMITypeDataset".freeze, "dcat:Distribution".freeze],
267
267
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
268
268
  term :DescriptiveStatistics,
269
- comment: %(SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.).freeze,
269
+ comment: "SummaryStatistics pointing to variables and CategoryStatistics pointing to categories and codes are both DescriptiveStatistics.".freeze,
270
270
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
271
271
  label: "Descriptive statistics".freeze,
272
272
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
273
273
  term :Instrument,
274
- 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,
274
+ 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,
275
275
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
276
276
  label: "Instrument".freeze,
277
277
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
278
278
  term :LogicalDataSet,
279
- 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,
279
+ 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,
280
280
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
281
281
  label: "LogicalDataSet".freeze,
282
282
  subClassOf: ["dcat:Dataset".freeze, "skos:Concept".freeze],
283
283
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
284
284
  term :Mapping,
285
- 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,
285
+ 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,
286
286
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
287
287
  label: "Mapping".freeze,
288
288
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
289
289
  term :Question,
290
- comment: %(A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.).freeze,
290
+ comment: "A Question is designed to get information upon a subject, or sequence of subjects, from a respondent.".freeze,
291
291
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
292
292
  label: "Question".freeze,
293
293
  subClassOf: "skos:Concept".freeze,
294
294
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
295
295
  term :Questionnaire,
296
- 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,
296
+ 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,
297
297
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
298
298
  label: "Questionnaire".freeze,
299
299
  subClassOf: "disco:Instrument".freeze,
300
300
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
301
301
  term :Representation,
302
- comment: %(Representation of a variable or question definition.).freeze,
302
+ comment: "Representation of a variable or question definition.".freeze,
303
303
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
304
304
  label: "Representation of a variable or question definition.".freeze,
305
305
  subClassOf: term(
@@ -308,34 +308,34 @@ module RDF::Vocab
308
308
  ),
309
309
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
310
310
  term :RepresentedVariable,
311
- comment: %(RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.).freeze,
311
+ comment: "RepresentedVariables encompasse study-independent, re-usable parts of variables like occupation classification.".freeze,
312
312
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
313
313
  label: "Data element".freeze,
314
314
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
315
315
  term :Study,
316
- comment: %(A Study represents the process by which a data set was generated or collected.).freeze,
316
+ comment: "A Study represents the process by which a data set was generated or collected.".freeze,
317
317
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
318
318
  label: "Study".freeze,
319
319
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
320
320
  term :StudyGroup,
321
- 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,
321
+ 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,
322
322
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
323
323
  label: "Study Group".freeze,
324
324
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
325
325
  term :SummaryStatistics,
326
- comment: %(For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.).freeze,
326
+ comment: "For SummaryStatistics, maximum values, minimum values, and standard deviations can be defined.".freeze,
327
327
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
328
328
  label: "Summary statistics".freeze,
329
329
  subClassOf: "disco:DescriptiveStatistics".freeze,
330
330
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
331
331
  term :Universe,
332
- comment: %(A Universe is the total membership or population of a defined class of people, objects or events.).freeze,
332
+ comment: "A Universe is the total membership or population of a defined class of people, objects or events.".freeze,
333
333
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
334
334
  label: "Universe".freeze,
335
335
  subClassOf: "skos:Concept".freeze,
336
336
  type: ["owl:Class".freeze, "rdfs:Class".freeze]
337
337
  term :Variable,
338
- 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,
338
+ 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,
339
339
  equivalentClass: "http://semanticscience.org/resource/SIO_000367".freeze,
340
340
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
341
341
  label: "Variable".freeze,
@@ -344,14 +344,14 @@ module RDF::Vocab
344
344
 
345
345
  # Property definitions
346
346
  property :aggregation,
347
- 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,
347
+ 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,
348
348
  domain: "disco:LogicalDataSet".freeze,
349
349
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
350
350
  label: "aggregation".freeze,
351
351
  range: "http://purl.org/linked-data/cube#DataSet".freeze,
352
352
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
353
353
  property :analysisUnit,
354
- comment: %(This property links to the analysis unit of a Study, a StudyGroup, or a Variable.).freeze,
354
+ comment: "This property links to the analysis unit of a Study, a StudyGroup, or a Variable.".freeze,
355
355
  domain: term(
356
356
  type: "owl:Class".freeze,
357
357
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:Variable".freeze)
@@ -361,35 +361,35 @@ module RDF::Vocab
361
361
  range: "disco:AnalysisUnit".freeze,
362
362
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
363
363
  property :basedOn,
364
- comment: %(This property points to the RepresentedVariable the Variable is based on.).freeze,
364
+ comment: "This property points to the RepresentedVariable the Variable is based on.".freeze,
365
365
  domain: "disco:Variable".freeze,
366
366
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
367
367
  label: "based on".freeze,
368
368
  range: "disco:RepresentedVariable".freeze,
369
369
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
370
370
  property :caseQuantity,
371
- comment: %(This property is used for representing the case quantity of a DataFile.).freeze,
371
+ comment: "This property is used for representing the case quantity of a DataFile.".freeze,
372
372
  domain: "disco:DataFile".freeze,
373
373
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
374
374
  label: "number of cases".freeze,
375
375
  range: "xsd:nonNegativeInteger".freeze,
376
376
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
377
377
  property :collectionMode,
378
- comment: %(This property points to the mode of collection of a Questionnaire which is a skos:Concept.).freeze,
378
+ comment: "This property points to the mode of collection of a Questionnaire which is a skos:Concept.".freeze,
379
379
  domain: "disco:Questionnaire".freeze,
380
380
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
381
381
  label: "collection mode".freeze,
382
382
  range: "skos:Concept".freeze,
383
383
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
384
384
  property :computationBase,
385
- 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,
385
+ 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,
386
386
  domain: "disco:CategoryStatistics".freeze,
387
387
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
388
388
  label: "computation base".freeze,
389
389
  range: "rdf:langString".freeze,
390
390
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
391
391
  property :concept,
392
- comment: %(This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question).freeze,
392
+ comment: "This property points to the DDI concept of a RepresentedVariable, a Variable, or a Question".freeze,
393
393
  domain: term(
394
394
  type: "owl:Class".freeze,
395
395
  unionOf: list("disco:RepresentedVariable".freeze, "disco:Question".freeze, "disco:Variable".freeze)
@@ -399,21 +399,21 @@ module RDF::Vocab
399
399
  range: "skos:Concept".freeze,
400
400
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
401
401
  property :context,
402
- 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,
402
+ 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,
403
403
  domain: "disco:Mapping".freeze,
404
404
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
405
405
  label: "context specifies conditions which have to be fulfilled for specific mappings".freeze,
406
406
  range: "rdf:langString".freeze,
407
407
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
408
408
  property :cumulativePercentage,
409
- comment: %(This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
409
+ comment: "This property is used to describe the cumulative percentages within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
410
410
  domain: "disco:CategoryStatistics".freeze,
411
411
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
412
412
  label: "cumulative percentage".freeze,
413
413
  range: "xsd:double".freeze,
414
414
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
415
415
  property :dataFile,
416
- comment: %(This property points to the DataFile of a Study or a LogicalDataSet.).freeze,
416
+ comment: "This property points to the DataFile of a Study or a LogicalDataSet.".freeze,
417
417
  domain: term(
418
418
  type: "owl:Class".freeze,
419
419
  unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
@@ -423,7 +423,7 @@ module RDF::Vocab
423
423
  range: "disco:DataFile".freeze,
424
424
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
425
425
  property :ddifile,
426
- comment: %(This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.).freeze,
426
+ comment: "This property points from a Study or a StudyGroup to the original DDI file which is a foaf:Document.".freeze,
427
427
  domain: term(
428
428
  type: "owl:Class".freeze,
429
429
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
@@ -433,28 +433,28 @@ module RDF::Vocab
433
433
  range: "foaf:Document".freeze,
434
434
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
435
435
  property :endDate,
436
- 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,
436
+ 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,
437
437
  domain: "dc:PeriodOfTime".freeze,
438
438
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
439
439
  label: "end date".freeze,
440
440
  range: "xsd:date".freeze,
441
441
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
442
442
  property :externalDocumentation,
443
- comment: %(This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.).freeze,
443
+ comment: "This property points from an Instrument to a foaf:Document which is the external documentation of the Instrument.".freeze,
444
444
  domain: "disco:Instrument".freeze,
445
445
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
446
446
  label: "external documentation".freeze,
447
447
  range: "foaf:Document".freeze,
448
448
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
449
449
  property :frequency,
450
- comment: %(This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
450
+ comment: "This property is used to describe the frequencies within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
451
451
  domain: "disco:CategoryStatistics".freeze,
452
452
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
453
453
  label: "frequency".freeze,
454
454
  range: "xsd:nonNegativeInteger".freeze,
455
455
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
456
456
  property :fundedBy,
457
- 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,
457
+ 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,
458
458
  domain: term(
459
459
  type: "owl:Class".freeze,
460
460
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
@@ -465,28 +465,28 @@ module RDF::Vocab
465
465
  subPropertyOf: "dc:contributor".freeze,
466
466
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
467
467
  property :hadRole,
468
- comment: %(This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.).freeze,
468
+ comment: "This property indicates the role of an Agent, e.g. analyst, data modeler, programmer, co-investigator or others.".freeze,
469
469
  domain: "foaf:Agent".freeze,
470
470
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
471
471
  label: "had role".freeze,
472
472
  range: "skos:Concept".freeze,
473
473
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
474
474
  property :inGroup,
475
- comment: %(This property points from a Study to the StudyGroup which contains the Study.).freeze,
475
+ comment: "This property points from a Study to the StudyGroup which contains the Study.".freeze,
476
476
  domain: "disco:Study".freeze,
477
477
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
478
478
  label: "in group".freeze,
479
479
  range: "disco:StudyGroup".freeze,
480
480
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
481
481
  property :inputVariable,
482
- 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,
482
+ 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,
483
483
  domain: "http://purl.org/linked-data/cube#DataSet".freeze,
484
484
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
485
485
  label: "input variable".freeze,
486
486
  range: "disco:Variable".freeze,
487
487
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
488
488
  property :instrument,
489
- comment: %(This property indicates the Instrument of a Study or a LogicalDataSet.).freeze,
489
+ comment: "This property indicates the Instrument of a Study or a LogicalDataSet.".freeze,
490
490
  domain: term(
491
491
  type: "owl:Class".freeze,
492
492
  unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
@@ -496,21 +496,21 @@ module RDF::Vocab
496
496
  range: "disco:Instrument".freeze,
497
497
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
498
498
  property :isPublic,
499
- 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,
499
+ 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,
500
500
  domain: "disco:LogicalDataSet".freeze,
501
501
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
502
502
  label: "is public".freeze,
503
503
  range: "xsd:boolean".freeze,
504
504
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
505
505
  property :isValid,
506
- 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,
506
+ 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,
507
507
  domain: "skos:Concept".freeze,
508
508
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
509
509
  label: "is valid".freeze,
510
510
  range: "xsd:boolean".freeze,
511
511
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
512
512
  property :kindOfData,
513
- 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,
513
+ 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,
514
514
  domain: term(
515
515
  type: "owl:Class".freeze,
516
516
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
@@ -520,35 +520,35 @@ module RDF::Vocab
520
520
  range: "skos:Concept".freeze,
521
521
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
522
522
  property :"mappingDDI-C",
523
- comment: %(Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.).freeze,
523
+ comment: "Mapping from and to DDI-C. See Section 10 in the specification for more details and examples.".freeze,
524
524
  domain: "disco:Mapping".freeze,
525
525
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
526
526
  label: "Mapping from and to DDI-C".freeze,
527
527
  range: "rdf:langString".freeze,
528
528
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
529
529
  property :"mappingDDI-L",
530
- comment: %(Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.).freeze,
530
+ comment: "Mapping from and to DDI-L. See Section 10 in the specification for more details and examples.".freeze,
531
531
  domain: "disco:Mapping".freeze,
532
532
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
533
533
  label: "Mapping from and to DDI-L".freeze,
534
534
  range: "rdf:langString".freeze,
535
535
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
536
536
  property :percentage,
537
- comment: %(This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.).freeze,
537
+ comment: "This property is used to describe the percentages within category statistics. See Sections 6 and 7 more more details and examples.".freeze,
538
538
  domain: "disco:CategoryStatistics".freeze,
539
539
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
540
540
  label: "percentage".freeze,
541
541
  range: "xsd:double".freeze,
542
542
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
543
543
  property :product,
544
- comment: %(This property indicates the LogicalDataSets of a Study.).freeze,
544
+ comment: "This property indicates the LogicalDataSets of a Study.".freeze,
545
545
  domain: "disco:Study".freeze,
546
546
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
547
547
  label: "product".freeze,
548
548
  range: "http://purl.org/linked-data/cube#LogicalDataSet".freeze,
549
549
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
550
550
  property :purpose,
551
- comment: %(The purpose of a Study of a StudyGroup.).freeze,
551
+ comment: "The purpose of a Study of a StudyGroup.".freeze,
552
552
  domain: term(
553
553
  type: "owl:Class".freeze,
554
554
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
@@ -558,7 +558,7 @@ module RDF::Vocab
558
558
  range: "rdf:langString".freeze,
559
559
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
560
560
  property :question,
561
- comment: %(This property indicates the Questions associated to Variables or contained in Questionnaires.).freeze,
561
+ comment: "This property indicates the Questions associated to Variables or contained in Questionnaires.".freeze,
562
562
  domain: term(
563
563
  type: "owl:Class".freeze,
564
564
  unionOf: list("disco:Variable".freeze, "disco:Questionnaire".freeze)
@@ -568,14 +568,14 @@ module RDF::Vocab
568
568
  range: "disco:Question".freeze,
569
569
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
570
570
  property :questionText,
571
- comment: %(This property contains the actual text of a question as string. See Section 8.2 for examples.).freeze,
571
+ comment: "This property contains the actual text of a question as string. See Section 8.2 for examples.".freeze,
572
572
  domain: "disco:Question".freeze,
573
573
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
574
574
  label: "question text".freeze,
575
575
  range: "rdf:langString".freeze,
576
576
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
577
577
  property :representation,
578
- 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,
578
+ 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,
579
579
  domain: term(
580
580
  type: "owl:Class".freeze,
581
581
  unionOf: list("disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze)
@@ -588,42 +588,42 @@ module RDF::Vocab
588
588
  ),
589
589
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
590
590
  property :responseDomain,
591
- comment: %(The response domain of questions. The response domain has to be an instance of the class Representation.).freeze,
591
+ comment: "The response domain of questions. The response domain has to be an instance of the class Representation.".freeze,
592
592
  domain: "disco:Question".freeze,
593
593
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
594
594
  label: "responseDomain".freeze,
595
595
  range: "disco:Representation".freeze,
596
596
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
597
597
  property :startDate,
598
- 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,
598
+ 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,
599
599
  domain: "dc:PeriodOfTime".freeze,
600
600
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
601
601
  label: "start date".freeze,
602
602
  range: "xsd:date".freeze,
603
603
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
604
604
  property :statisticsCategory,
605
- comment: %(This property points to the skos:Concept \(representing codes and categories\) of a specific CategoryStatistics individual.).freeze,
605
+ comment: "This property points to the skos:Concept (representing codes and categories) of a specific CategoryStatistics individual.".freeze,
606
606
  domain: "disco:CategoryStatistics".freeze,
607
607
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
608
608
  label: "statistics category".freeze,
609
609
  range: "skos:Concept".freeze,
610
610
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
611
611
  property :statisticsDataFile,
612
- 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,
612
+ 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,
613
613
  domain: "disco:DescriptiveStatistics".freeze,
614
614
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
615
615
  label: "statistics data file".freeze,
616
616
  range: "disco:DataFile".freeze,
617
617
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
618
618
  property :statisticsVariable,
619
- 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,
619
+ 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,
620
620
  domain: "disco:SummaryStatistics".freeze,
621
621
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
622
622
  label: "statistics variable".freeze,
623
623
  range: "disco:Variable".freeze,
624
624
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
625
625
  property :subtitle,
626
- comment: %(The sub-title of a Study of a StudyGroup.).freeze,
626
+ comment: "The sub-title of a Study of a StudyGroup.".freeze,
627
627
  domain: term(
628
628
  type: "owl:Class".freeze,
629
629
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze)
@@ -633,14 +633,14 @@ module RDF::Vocab
633
633
  range: "rdf:langString".freeze,
634
634
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
635
635
  property :summaryStatisticsType,
636
- comment: %(This property points to the summary statistics type of a Questionnaire which is a skos:Concept.).freeze,
636
+ comment: "This property points to the summary statistics type of a Questionnaire which is a skos:Concept.".freeze,
637
637
  domain: "disco:SummaryStatistics".freeze,
638
638
  isDefinedBy: "http://rdf-vocabulary.ddialliance.org/discovery".freeze,
639
639
  label: "summary statistics type".freeze,
640
640
  range: "skos:Concept".freeze,
641
641
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
642
642
  property :universe,
643
- comment: %(This property indicates the Universe\(s\) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.).freeze,
643
+ comment: "This property indicates the Universe(s) of Studies, StudyGrous, RepresentedVariables, Variables, Questions, and LogicalDataSets.".freeze,
644
644
  domain: term(
645
645
  type: "owl:Class".freeze,
646
646
  unionOf: list("disco:Study".freeze, "disco:StudyGroup".freeze, "disco:RepresentedVariable".freeze, "disco:Variable".freeze, "disco:Question".freeze, "disco:LogicalDataSet".freeze)
@@ -650,7 +650,7 @@ module RDF::Vocab
650
650
  range: "disco:Universe".freeze,
651
651
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
652
652
  property :variable,
653
- comment: %(This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.).freeze,
653
+ comment: "This property indicates the Variable of a Study and points to Variable contained in the LogicalDataSet.".freeze,
654
654
  domain: term(
655
655
  type: "owl:Class".freeze,
656
656
  unionOf: list("disco:Study".freeze, "disco:LogicalDataSet".freeze)
@@ -660,7 +660,7 @@ module RDF::Vocab
660
660
  range: "disco:Variable".freeze,
661
661
  type: ["owl:ObjectProperty".freeze, "rdf:Property".freeze]
662
662
  property :variableQuantity,
663
- 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,
663
+ 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,
664
664
  domain: term(
665
665
  type: "owl:Class".freeze,
666
666
  unionOf: list("disco:LogicalDataSet".freeze, "disco:DataFile".freeze)
@@ -670,7 +670,7 @@ module RDF::Vocab
670
670
  range: "xsd:nonNegativeInteger".freeze,
671
671
  type: ["owl:DatatypeProperty".freeze, "rdf:Property".freeze]
672
672
  property :weightedBy,
673
- comment: %(SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.).freeze,
673
+ comment: "SummaryStatistics or CategoryStatistics resources may be weighted by a specific Variable.".freeze,
674
674
  domain: term(
675
675
  type: "owl:Class".freeze,
676
676
  unionOf: list("disco:SummaryStatistics".freeze, "disco:CategoryStatistics".freeze)