rdf-vocab 0.8.8 → 2.0.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (71) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdf/vocab.rb +160 -61
  3. data/lib/rdf/vocab/acl.rb +6 -1
  4. data/lib/rdf/vocab/bibframe.rb +83 -78
  5. data/lib/rdf/vocab/bibo.rb +255 -248
  6. data/lib/rdf/vocab/cc.rb +132 -0
  7. data/lib/rdf/vocab/cert.rb +249 -0
  8. data/lib/rdf/vocab/cnt.rb +23 -18
  9. data/lib/rdf/vocab/crm.rb +12 -7
  10. data/lib/rdf/vocab/datacite.rb +88 -83
  11. data/lib/rdf/vocab/dc.rb +952 -0
  12. data/lib/rdf/vocab/dc11.rb +171 -0
  13. data/lib/rdf/vocab/dcat.rb +218 -0
  14. data/lib/rdf/vocab/dcmitype.rb +80 -75
  15. data/lib/rdf/vocab/doap.rb +341 -0
  16. data/lib/rdf/vocab/dwc.rb +1651 -1646
  17. data/lib/rdf/vocab/ebucore.rb +122 -117
  18. data/lib/rdf/vocab/edm.rb +102 -97
  19. data/lib/rdf/vocab/exif.rb +945 -0
  20. data/lib/rdf/vocab/extensions.rb +1 -0
  21. data/lib/rdf/vocab/fcrepo4.rb +62 -57
  22. data/lib/rdf/vocab/foaf.rb +618 -0
  23. data/lib/rdf/vocab/geo.rb +161 -0
  24. data/lib/rdf/vocab/geonames.rb +2742 -2737
  25. data/lib/rdf/vocab/gr.rb +1505 -0
  26. data/lib/rdf/vocab/ht.rb +240 -0
  27. data/lib/rdf/vocab/hydra.rb +96 -91
  28. data/lib/rdf/vocab/iana.rb +5 -0
  29. data/lib/rdf/vocab/ical.rb +532 -0
  30. data/lib/rdf/vocab/identifiers.rb +203 -182
  31. data/lib/rdf/vocab/iiif.rb +51 -26
  32. data/lib/rdf/vocab/jsonld.rb +15 -10
  33. data/lib/rdf/vocab/ldp.rb +66 -61
  34. data/lib/rdf/vocab/lrmi.rb +68 -63
  35. data/lib/rdf/vocab/ma.rb +517 -0
  36. data/lib/rdf/vocab/mads.rb +448 -206
  37. data/lib/rdf/vocab/marc_relators.rb +1240 -1235
  38. data/lib/rdf/vocab/mo.rb +2416 -0
  39. data/lib/rdf/vocab/mods.rb +17 -12
  40. data/lib/rdf/vocab/nfo.rb +65 -60
  41. data/lib/rdf/vocab/oa.rb +91 -86
  42. data/lib/rdf/vocab/og.rb +226 -0
  43. data/lib/rdf/vocab/ogc.rb +62 -0
  44. data/lib/rdf/vocab/ore.rb +24 -19
  45. data/lib/rdf/vocab/org.rb +83 -78
  46. data/lib/rdf/vocab/pplan.rb +54 -49
  47. data/lib/rdf/vocab/premis.rb +470 -465
  48. data/lib/rdf/vocab/premis_event_type.rb +85 -80
  49. data/lib/rdf/vocab/prov.rb +1554 -0
  50. data/lib/rdf/vocab/ptr.rb +5 -0
  51. data/lib/rdf/vocab/rsa.rb +76 -0
  52. data/lib/rdf/vocab/rss.rb +70 -0
  53. data/lib/rdf/vocab/schema.rb +10765 -0
  54. data/lib/rdf/vocab/sioc.rb +673 -0
  55. data/lib/rdf/vocab/sioc_services.rb +27 -22
  56. data/lib/rdf/vocab/skos.rb +242 -0
  57. data/lib/rdf/vocab/skosxl.rb +61 -0
  58. data/lib/rdf/vocab/v.rb +387 -0
  59. data/lib/rdf/vocab/vcard.rb +845 -0
  60. data/lib/rdf/vocab/version.rb +1 -0
  61. data/lib/rdf/vocab/vmd.rb +387 -0
  62. data/lib/rdf/vocab/void.rb +190 -0
  63. data/lib/rdf/vocab/vs.rb +32 -0
  64. data/lib/rdf/vocab/wdrs.rb +138 -0
  65. data/lib/rdf/vocab/wot.rb +171 -0
  66. data/lib/rdf/vocab/xhtml.rb +12 -0
  67. data/lib/rdf/vocab/xhv.rb +509 -0
  68. data/spec/spec_helper.rb +1 -0
  69. data/spec/vocab_spec.rb +1 -0
  70. metadata +76 -33
  71. data/lib/rdf/vocab/disco.rb +0 -369
data/spec/spec_helper.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require "bundler/setup"
2
3
  require 'rdf/vocab'
3
4
 
data/spec/vocab_spec.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # frozen_string_literal: true
1
2
  require File.expand_path("../spec_helper", __FILE__)
2
3
  require 'rdf/reasoner'
3
4
 
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.8
4
+ version: 2.0.0.beta1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chandek-Stark
@@ -10,70 +10,82 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2016-04-07 00:00:00.000000000 Z
13
+ date: 2016-02-22 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rdf
17
17
  requirement: !ruby/object:Gem::Requirement
18
18
  requirements:
19
- - - "~>"
20
- - !ruby/object:Gem::Version
21
- version: '1.1'
22
19
  - - ">="
23
20
  - !ruby/object:Gem::Version
24
- version: 1.1.10
21
+ version: 2.0.0.beta
22
+ - - "<"
23
+ - !ruby/object:Gem::Version
24
+ version: '3'
25
25
  type: :runtime
26
26
  prerelease: false
27
27
  version_requirements: !ruby/object:Gem::Requirement
28
28
  requirements:
29
- - - "~>"
30
- - !ruby/object:Gem::Version
31
- version: '1.1'
32
29
  - - ">="
33
30
  - !ruby/object:Gem::Version
34
- version: 1.1.10
31
+ version: 2.0.0.beta
32
+ - - "<"
33
+ - !ruby/object:Gem::Version
34
+ version: '3'
35
35
  - !ruby/object:Gem::Dependency
36
- name: rdf-reasoner
36
+ name: ld-patch
37
37
  requirement: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
- version: '0.2'
41
+ version: 0.3.0.beta
42
+ - - "<"
43
+ - !ruby/object:Gem::Version
44
+ version: '1'
42
45
  type: :development
43
46
  prerelease: false
44
47
  version_requirements: !ruby/object:Gem::Requirement
45
48
  requirements:
46
- - - "~>"
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: 0.3.0.beta
52
+ - - "<"
47
53
  - !ruby/object:Gem::Version
48
- version: '0.2'
54
+ version: '1'
49
55
  - !ruby/object:Gem::Dependency
50
- name: bundler
56
+ name: rdf-reasoner
51
57
  requirement: !ruby/object:Gem::Requirement
52
58
  requirements:
53
- - - "~>"
59
+ - - ">="
54
60
  - !ruby/object:Gem::Version
55
- version: '1.7'
61
+ version: 0.3.0.beta
62
+ - - "<"
63
+ - !ruby/object:Gem::Version
64
+ version: '1'
56
65
  type: :development
57
66
  prerelease: false
58
67
  version_requirements: !ruby/object:Gem::Requirement
59
68
  requirements:
60
- - - "~>"
69
+ - - ">="
61
70
  - !ruby/object:Gem::Version
62
- version: '1.7'
71
+ version: 0.3.0.beta
72
+ - - "<"
73
+ - !ruby/object:Gem::Version
74
+ version: '1'
63
75
  - !ruby/object:Gem::Dependency
64
- name: linkeddata
76
+ name: bundler
65
77
  requirement: !ruby/object:Gem::Requirement
66
78
  requirements:
67
79
  - - "~>"
68
80
  - !ruby/object:Gem::Version
69
- version: '1.1'
81
+ version: '1.7'
70
82
  type: :development
71
83
  prerelease: false
72
84
  version_requirements: !ruby/object:Gem::Requirement
73
85
  requirements:
74
86
  - - "~>"
75
87
  - !ruby/object:Gem::Version
76
- version: '1.1'
88
+ version: '1.7'
77
89
  - !ruby/object:Gem::Dependency
78
90
  name: rake
79
91
  requirement: !ruby/object:Gem::Requirement
@@ -94,28 +106,28 @@ dependencies:
94
106
  requirements:
95
107
  - - "~>"
96
108
  - !ruby/object:Gem::Version
97
- version: '3.0'
109
+ version: '3.4'
98
110
  type: :development
99
111
  prerelease: false
100
112
  version_requirements: !ruby/object:Gem::Requirement
101
113
  requirements:
102
114
  - - "~>"
103
115
  - !ruby/object:Gem::Version
104
- version: '3.0'
116
+ version: '3.4'
105
117
  - !ruby/object:Gem::Dependency
106
118
  name: rspec-its
107
119
  requirement: !ruby/object:Gem::Requirement
108
120
  requirements:
109
121
  - - "~>"
110
122
  - !ruby/object:Gem::Version
111
- version: '1.0'
123
+ version: '1.2'
112
124
  type: :development
113
125
  prerelease: false
114
126
  version_requirements: !ruby/object:Gem::Requirement
115
127
  requirements:
116
128
  - - "~>"
117
129
  - !ruby/object:Gem::Version
118
- version: '1.0'
130
+ version: '1.2'
119
131
  - !ruby/object:Gem::Dependency
120
132
  name: yard
121
133
  requirement: !ruby/object:Gem::Requirement
@@ -144,42 +156,73 @@ files:
144
156
  - lib/rdf/vocab/acl.rb
145
157
  - lib/rdf/vocab/bibframe.rb
146
158
  - lib/rdf/vocab/bibo.rb
159
+ - lib/rdf/vocab/cc.rb
160
+ - lib/rdf/vocab/cert.rb
147
161
  - lib/rdf/vocab/cnt.rb
148
162
  - lib/rdf/vocab/crm.rb
149
163
  - lib/rdf/vocab/datacite.rb
164
+ - lib/rdf/vocab/dc.rb
165
+ - lib/rdf/vocab/dc11.rb
166
+ - lib/rdf/vocab/dcat.rb
150
167
  - lib/rdf/vocab/dcmitype.rb
151
- - lib/rdf/vocab/disco.rb
168
+ - lib/rdf/vocab/doap.rb
152
169
  - lib/rdf/vocab/dwc.rb
153
170
  - lib/rdf/vocab/ebucore.rb
154
171
  - lib/rdf/vocab/edm.rb
172
+ - lib/rdf/vocab/exif.rb
155
173
  - lib/rdf/vocab/extensions.rb
156
174
  - lib/rdf/vocab/fcrepo4.rb
175
+ - lib/rdf/vocab/foaf.rb
176
+ - lib/rdf/vocab/geo.rb
157
177
  - lib/rdf/vocab/geonames.rb
178
+ - lib/rdf/vocab/gr.rb
179
+ - lib/rdf/vocab/ht.rb
158
180
  - lib/rdf/vocab/hydra.rb
159
181
  - lib/rdf/vocab/iana.rb
182
+ - lib/rdf/vocab/ical.rb
160
183
  - lib/rdf/vocab/identifiers.rb
161
184
  - lib/rdf/vocab/iiif.rb
162
185
  - lib/rdf/vocab/jsonld.rb
163
186
  - lib/rdf/vocab/ldp.rb
164
187
  - lib/rdf/vocab/lrmi.rb
188
+ - lib/rdf/vocab/ma.rb
165
189
  - lib/rdf/vocab/mads.rb
166
190
  - lib/rdf/vocab/marc_relators.rb
191
+ - lib/rdf/vocab/mo.rb
167
192
  - lib/rdf/vocab/mods.rb
168
193
  - lib/rdf/vocab/nfo.rb
169
194
  - lib/rdf/vocab/oa.rb
195
+ - lib/rdf/vocab/og.rb
196
+ - lib/rdf/vocab/ogc.rb
170
197
  - lib/rdf/vocab/ore.rb
171
198
  - lib/rdf/vocab/org.rb
172
199
  - lib/rdf/vocab/pplan.rb
173
200
  - lib/rdf/vocab/premis.rb
174
201
  - lib/rdf/vocab/premis_event_type.rb
202
+ - lib/rdf/vocab/prov.rb
175
203
  - lib/rdf/vocab/ptr.rb
204
+ - lib/rdf/vocab/rsa.rb
205
+ - lib/rdf/vocab/rss.rb
206
+ - lib/rdf/vocab/schema.rb
207
+ - lib/rdf/vocab/sioc.rb
176
208
  - lib/rdf/vocab/sioc_services.rb
209
+ - lib/rdf/vocab/skos.rb
210
+ - lib/rdf/vocab/skosxl.rb
211
+ - lib/rdf/vocab/v.rb
212
+ - lib/rdf/vocab/vcard.rb
177
213
  - lib/rdf/vocab/version.rb
214
+ - lib/rdf/vocab/vmd.rb
215
+ - lib/rdf/vocab/void.rb
216
+ - lib/rdf/vocab/vs.rb
217
+ - lib/rdf/vocab/wdrs.rb
218
+ - lib/rdf/vocab/wot.rb
219
+ - lib/rdf/vocab/xhtml.rb
220
+ - lib/rdf/vocab/xhv.rb
178
221
  - spec/spec_helper.rb
179
222
  - spec/vocab_spec.rb
180
223
  homepage: http://ruby-rdf.github.com/rdf-vocab
181
224
  licenses:
182
- - Public Domain
225
+ - Unlicense
183
226
  metadata: {}
184
227
  post_install_message:
185
228
  rdoc_options: []
@@ -189,15 +232,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
189
232
  requirements:
190
233
  - - ">="
191
234
  - !ruby/object:Gem::Version
192
- version: 1.9.2
235
+ version: '2.0'
193
236
  required_rubygems_version: !ruby/object:Gem::Requirement
194
237
  requirements:
195
- - - ">="
238
+ - - ">"
196
239
  - !ruby/object:Gem::Version
197
- version: '0'
240
+ version: 1.3.1
198
241
  requirements: []
199
242
  rubyforge_project:
200
- rubygems_version: 2.4.8
243
+ rubygems_version: 2.5.1
201
244
  signing_key:
202
245
  specification_version: 4
203
246
  summary: A library of RDF vocabularies
@@ -1,369 +0,0 @@
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