iqvoc_similar_terms 0.8.0 → 2.11.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +5 -5
  2. data/.github/workflows/ci.yml +67 -0
  3. data/.gitignore +11 -1
  4. data/Gemfile +14 -14
  5. data/Gemfile.lock +526 -146
  6. data/README.md +7 -12
  7. data/app/assets/javascripts/manifest.js +2 -0
  8. data/app/assets/stylesheets/manifest.scss +3 -0
  9. data/app/controllers/similar_terms_controller.rb +45 -12
  10. data/app/models/services/similar_terms_service.rb +141 -0
  11. data/app/views/similar_terms/_form.html.erb +21 -0
  12. data/app/views/similar_terms/new.html.erb +21 -0
  13. data/app/views/similar_terms/show.html.erb +32 -28
  14. data/app/views/similar_terms/show.xml.builder +17 -0
  15. data/bin/bundle +3 -0
  16. data/bin/rails +4 -0
  17. data/bin/rake +4 -0
  18. data/bin/setup +33 -0
  19. data/bin/update +31 -0
  20. data/bin/yarn +17 -0
  21. data/config/application.rb +30 -59
  22. data/config/boot.rb +3 -5
  23. data/config/cable.yml +10 -0
  24. data/config/database.yml.mysql +3 -3
  25. data/config/database.yml.postgresql +26 -0
  26. data/config/engine.rb +1 -1
  27. data/config/environment.rb +4 -4
  28. data/config/environments/development.rb +0 -1
  29. data/config/environments/test.rb +0 -1
  30. data/config/initializers/apipie.rb +5 -0
  31. data/config/initializers/content_security_policy.rb +25 -0
  32. data/config/initializers/filter_parameter_logging.rb +8 -0
  33. data/config/initializers/inflections.rb +16 -0
  34. data/config/initializers/iqvoc.rb +6 -4
  35. data/config/initializers/new_framework_defaults_6_1.rb +67 -0
  36. data/config/initializers/permissions_policy.rb +11 -0
  37. data/config/locales/de.yml +12 -0
  38. data/config/locales/en.yml +12 -0
  39. data/config/routes.rb +4 -7
  40. data/config/secrets.yml +8 -0
  41. data/config/storage.yml +34 -0
  42. data/config.ru +4 -2
  43. data/db/migrate/.gitkeep +0 -0
  44. data/faucet.config.js +46 -0
  45. data/iqvoc_similar_terms.gemspec +1 -2
  46. data/lib/iqvoc/similar_terms/version.rb +1 -1
  47. data/lib/iqvoc/similar_terms.rb +12 -71
  48. data/lib/iqvoc_similar_terms.rb +14 -1
  49. data/package-lock.json +1486 -0
  50. data/package.json +29 -0
  51. data/test/compound_forms.nt +20 -0
  52. data/test/concept_test.nt +25 -0
  53. data/test/concept_test.ttl +33 -0
  54. data/test/controllers/similar_terms_controller_test.rb +167 -0
  55. data/test/models/entity_resolution_test.rb +42 -0
  56. data/test/models/results_test.rb +105 -0
  57. data/test/similar_terms.nt +14 -0
  58. data/test/similar_terms.ttl +19 -0
  59. data/test/test_helper.rb +4 -0
  60. metadata +58 -25
  61. data/.travis.yml +0 -18
  62. data/config/initializers/secret_token.rb.template +0 -16
  63. data/config/initializers/wrap_parameters.rb +0 -14
  64. data/script/ci/travis-before-build +0 -19
  65. data/script/ci/travis-build +0 -11
  66. data/test/functional/api_test.rb +0 -68
  67. data/test/unit/entity_resolution_test.rb +0 -46
  68. data/test/unit/results_test.rb +0 -55
data/Gemfile.lock CHANGED
@@ -1,159 +1,539 @@
1
- GEM
2
- remote: http://rubygems.org/
1
+ GIT
2
+ remote: https://github.com/innoq/iqvoc.git
3
+ revision: 777cd36fb3e4e98bb448ef2c4f582307c28a81fb
4
+ branch: master
3
5
  specs:
4
- actionmailer (3.2.13)
5
- actionpack (= 3.2.13)
6
- mail (~> 2.5.3)
7
- actionpack (3.2.13)
8
- activemodel (= 3.2.13)
9
- activesupport (= 3.2.13)
10
- builder (~> 3.0.0)
11
- erubis (~> 2.7.0)
12
- journey (~> 1.0.4)
13
- rack (~> 1.4.5)
14
- rack-cache (~> 1.2)
15
- rack-test (~> 0.6.1)
16
- sprockets (~> 2.2.1)
17
- activemodel (3.2.13)
18
- activesupport (= 3.2.13)
19
- builder (~> 3.0.0)
20
- activerecord (3.2.13)
21
- activemodel (= 3.2.13)
22
- activesupport (= 3.2.13)
23
- arel (~> 3.0.2)
24
- tzinfo (~> 0.3.29)
25
- activeresource (3.2.13)
26
- activemodel (= 3.2.13)
27
- activesupport (= 3.2.13)
28
- activesupport (3.2.13)
29
- i18n (= 0.6.1)
30
- multi_json (~> 1.0)
31
- arel (3.0.2)
32
- authlogic (3.3.0)
33
- activerecord (>= 3.2)
34
- activesupport (>= 3.2)
35
- builder (3.0.4)
36
- cancan (1.6.9)
37
- cane (2.5.2)
38
- parallel
39
- coderay (1.0.9)
40
- columnize (0.3.6)
41
- debugger (1.5.0)
42
- columnize (>= 0.3.1)
43
- debugger-linecache (~> 1.2.0)
44
- debugger-ruby_core_source (~> 1.2.0)
45
- debugger-linecache (1.2.0)
46
- debugger-ruby_core_source (1.2.0)
47
- erubis (2.7.0)
48
- hike (1.2.2)
49
- hirb (0.7.1)
50
- hirb-unicode (0.0.5)
51
- hirb (~> 0.5)
52
- unicode-display_width (~> 0.1.1)
53
- i18n (0.6.1)
54
- iq_rdf (0.1.10)
55
- activesupport
56
- builder
57
- bundler
58
- iq_triplestorage (0.2.2)
59
- iqvoc (4.1.0)
6
+ iqvoc (4.14.4)
7
+ apipie-rails
60
8
  authlogic
9
+ bootsnap
10
+ bootstrap_form (~> 4.0)
61
11
  bundler
62
- cancan
63
- iq_rdf (~> 0.1.2)
12
+ cancancan
13
+ carrierwave
14
+ carrierwave-i18n
15
+ database_cleaner (~> 1.8.5)
16
+ deep_cloneable
17
+ delayed_job_active_record
18
+ faraday
19
+ faraday_middleware
20
+ faucet_pipeline_rails
21
+ iq_rdf
64
22
  iq_triplestorage
65
23
  json
66
24
  kaminari
67
- rails (~> 3.2.1)
25
+ linkeddata
26
+ maruku
27
+ net-http
28
+ nokogiri
29
+ puma
30
+ rack-mini-profiler
31
+ rails (~> 7.0.8)
68
32
  rails_autolink
69
- sass-rails (~> 3.2.5)
70
- simple_form
71
- journey (1.0.4)
72
- json (1.7.7)
73
- kaminari (0.14.1)
74
- actionpack (>= 3.0.0)
75
- activesupport (>= 3.0.0)
76
- mail (2.5.3)
77
- i18n (>= 0.4.0)
78
- mime-types (~> 1.16)
79
- treetop (~> 1.4.8)
80
- method_source (0.8.1)
81
- mime-types (1.22)
82
- minitest (4.7.1)
83
- multi_json (1.7.2)
84
- mysql2 (0.3.11)
85
- parallel (0.6.4)
86
- polyglot (0.3.3)
87
- pry (0.9.12)
88
- coderay (~> 1.0.5)
89
- method_source (~> 0.8)
90
- slop (~> 3.4)
91
- pry-debugger (0.2.2)
92
- debugger (~> 1.3)
93
- pry (~> 0.9.10)
94
- pry-rails (0.2.2)
95
- pry (>= 0.9.10)
96
- rack (1.4.5)
97
- rack-cache (1.2)
98
- rack (>= 0.4)
99
- rack-ssl (1.3.3)
100
- rack
101
- rack-test (0.6.2)
102
- rack (>= 1.0)
103
- rails (3.2.13)
104
- actionmailer (= 3.2.13)
105
- actionpack (= 3.2.13)
106
- activerecord (= 3.2.13)
107
- activeresource (= 3.2.13)
108
- activesupport (= 3.2.13)
109
- bundler (~> 1.0)
110
- railties (= 3.2.13)
111
- rails_autolink (1.0.9)
112
- rails (~> 3.1)
113
- railties (3.2.13)
114
- actionpack (= 3.2.13)
115
- activesupport (= 3.2.13)
116
- rack-ssl (~> 1.3.2)
117
- rake (>= 0.8.7)
118
- rdoc (~> 3.4)
119
- thor (>= 0.14.6, < 2.0)
120
- rake (10.0.4)
121
- rdoc (3.12.2)
122
- json (~> 1.4)
123
- sass (3.2.7)
124
- sass-rails (3.2.6)
125
- railties (~> 3.2.0)
126
- sass (>= 3.1.10)
127
- tilt (~> 1.3)
128
- simple_form (2.1.0)
129
- actionpack (~> 3.0)
130
- activemodel (~> 3.0)
131
- slop (3.4.4)
132
- sprockets (2.2.2)
133
- hike (~> 1.2)
134
- multi_json (~> 1.0)
135
- rack (~> 1.0)
136
- tilt (~> 1.1, != 1.3.0)
137
- sqlite3 (1.3.7)
138
- thor (0.18.1)
139
- tilt (1.3.7)
140
- treetop (1.4.12)
141
- polyglot
142
- polyglot (>= 0.3.1)
143
- tzinfo (0.3.37)
144
- unicode-display_width (0.1.1)
33
+ rdf-vocab
34
+ scrypt
35
+
36
+ GIT
37
+ remote: https://github.com/innoq/iqvoc_compound_forms.git
38
+ revision: ae534fc2820224eb8fc9795280bd6cebbb10f7b2
39
+ branch: master
40
+ specs:
41
+ iqvoc_compound_forms (2.11.3)
42
+ iqvoc (~> 4.14.4)
43
+ iqvoc_skosxl (~> 2.11.3)
44
+
45
+ GIT
46
+ remote: https://github.com/innoq/iqvoc_skosxl.git
47
+ revision: 8890fe11dd150f79c027cdc360c1c23b4ab08613
48
+ branch: master
49
+ specs:
50
+ iqvoc_skosxl (2.11.3)
51
+ iqvoc (~> 4.14.4)
52
+
53
+ GEM
54
+ remote: https://rubygems.org/
55
+ specs:
56
+ actioncable (7.0.8)
57
+ actionpack (= 7.0.8)
58
+ activesupport (= 7.0.8)
59
+ nio4r (~> 2.0)
60
+ websocket-driver (>= 0.6.1)
61
+ actionmailbox (7.0.8)
62
+ actionpack (= 7.0.8)
63
+ activejob (= 7.0.8)
64
+ activerecord (= 7.0.8)
65
+ activestorage (= 7.0.8)
66
+ activesupport (= 7.0.8)
67
+ mail (>= 2.7.1)
68
+ net-imap
69
+ net-pop
70
+ net-smtp
71
+ actionmailer (7.0.8)
72
+ actionpack (= 7.0.8)
73
+ actionview (= 7.0.8)
74
+ activejob (= 7.0.8)
75
+ activesupport (= 7.0.8)
76
+ mail (~> 2.5, >= 2.5.4)
77
+ net-imap
78
+ net-pop
79
+ net-smtp
80
+ rails-dom-testing (~> 2.0)
81
+ actionpack (7.0.8)
82
+ actionview (= 7.0.8)
83
+ activesupport (= 7.0.8)
84
+ rack (~> 2.0, >= 2.2.4)
85
+ rack-test (>= 0.6.3)
86
+ rails-dom-testing (~> 2.0)
87
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
88
+ actiontext (7.0.8)
89
+ actionpack (= 7.0.8)
90
+ activerecord (= 7.0.8)
91
+ activestorage (= 7.0.8)
92
+ activesupport (= 7.0.8)
93
+ globalid (>= 0.6.0)
94
+ nokogiri (>= 1.8.5)
95
+ actionview (7.0.8)
96
+ activesupport (= 7.0.8)
97
+ builder (~> 3.1)
98
+ erubi (~> 1.4)
99
+ rails-dom-testing (~> 2.0)
100
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
101
+ activejob (7.0.8)
102
+ activesupport (= 7.0.8)
103
+ globalid (>= 0.3.6)
104
+ activemodel (7.0.8)
105
+ activesupport (= 7.0.8)
106
+ activerecord (7.0.8)
107
+ activemodel (= 7.0.8)
108
+ activesupport (= 7.0.8)
109
+ activestorage (7.0.8)
110
+ actionpack (= 7.0.8)
111
+ activejob (= 7.0.8)
112
+ activerecord (= 7.0.8)
113
+ activesupport (= 7.0.8)
114
+ marcel (~> 1.0)
115
+ mini_mime (>= 1.1.0)
116
+ activesupport (7.0.8)
117
+ concurrent-ruby (~> 1.0, >= 1.0.2)
118
+ i18n (>= 1.6, < 2)
119
+ minitest (>= 5.1)
120
+ tzinfo (~> 2.0)
121
+ addressable (2.8.6)
122
+ public_suffix (>= 2.0.2, < 6.0)
123
+ apipie-rails (1.3.0)
124
+ actionpack (>= 5.0)
125
+ activesupport (>= 5.0)
126
+ authlogic (6.4.3)
127
+ activemodel (>= 5.2, < 7.2)
128
+ activerecord (>= 5.2, < 7.2)
129
+ activesupport (>= 5.2, < 7.2)
130
+ request_store (~> 1.0)
131
+ bcp47_spec (0.2.1)
132
+ better_errors (2.10.1)
133
+ erubi (>= 1.0.0)
134
+ rack (>= 0.9.0)
135
+ rouge (>= 1.0.0)
136
+ bindex (0.8.1)
137
+ bootsnap (1.18.3)
138
+ msgpack (~> 1.2)
139
+ bootstrap_form (4.5.0)
140
+ actionpack (>= 5.2)
141
+ activemodel (>= 5.2)
142
+ builder (3.2.4)
143
+ cancancan (3.5.0)
144
+ carrierwave (3.0.5)
145
+ activemodel (>= 6.0.0)
146
+ activesupport (>= 6.0.0)
147
+ addressable (~> 2.6)
148
+ image_processing (~> 1.1)
149
+ marcel (~> 1.0.0)
150
+ ssrf_filter (~> 1.0)
151
+ carrierwave-i18n (3.0.0)
152
+ carrierwave (>= 3.0.0, < 4)
153
+ coderay (1.1.3)
154
+ concurrent-ruby (1.2.3)
155
+ connection_pool (2.4.1)
156
+ crass (1.0.6)
157
+ database_cleaner (1.8.5)
158
+ date (3.3.4)
159
+ date (3.3.4-java)
160
+ deep_cloneable (3.2.0)
161
+ activerecord (>= 3.1.0, < 8)
162
+ delayed_job (4.1.11)
163
+ activesupport (>= 3.0, < 8.0)
164
+ delayed_job_active_record (4.1.8)
165
+ activerecord (>= 3.0, < 8.0)
166
+ delayed_job (>= 3.0, < 5)
167
+ ebnf (2.4.0)
168
+ htmlentities (~> 4.3)
169
+ rdf (~> 3.3)
170
+ scanf (~> 1.0)
171
+ sxp (~> 1.3)
172
+ unicode-types (~> 1.8)
173
+ erubi (1.12.0)
174
+ faraday (1.10.3)
175
+ faraday-em_http (~> 1.0)
176
+ faraday-em_synchrony (~> 1.0)
177
+ faraday-excon (~> 1.1)
178
+ faraday-httpclient (~> 1.0)
179
+ faraday-multipart (~> 1.0)
180
+ faraday-net_http (~> 1.0)
181
+ faraday-net_http_persistent (~> 1.0)
182
+ faraday-patron (~> 1.0)
183
+ faraday-rack (~> 1.0)
184
+ faraday-retry (~> 1.0)
185
+ ruby2_keywords (>= 0.0.4)
186
+ faraday-em_http (1.0.0)
187
+ faraday-em_synchrony (1.0.0)
188
+ faraday-excon (1.1.0)
189
+ faraday-httpclient (1.0.1)
190
+ faraday-multipart (1.0.4)
191
+ multipart-post (~> 2)
192
+ faraday-net_http (1.0.1)
193
+ faraday-net_http_persistent (1.2.0)
194
+ faraday-patron (1.0.0)
195
+ faraday-rack (1.0.0)
196
+ faraday-retry (1.0.3)
197
+ faraday_middleware (1.2.0)
198
+ faraday (~> 1.0)
199
+ faucet_pipeline_rails (1.0.1)
200
+ rails (>= 4.2.10)
201
+ ffi (1.16.3)
202
+ ffi (1.16.3-java)
203
+ ffi-compiler (1.0.1)
204
+ ffi (>= 1.0.0)
205
+ rake
206
+ globalid (1.2.1)
207
+ activesupport (>= 6.1)
208
+ haml (6.3.0)
209
+ temple (>= 0.8.2)
210
+ thor
211
+ tilt
212
+ hamster (3.0.0)
213
+ concurrent-ruby (~> 1.0)
214
+ htmlentities (4.3.4)
215
+ i18n (1.14.1)
216
+ concurrent-ruby (~> 1.0)
217
+ image_processing (1.12.2)
218
+ mini_magick (>= 4.9.5, < 5)
219
+ ruby-vips (>= 2.0.17, < 3)
220
+ iq_rdf (0.2.0)
221
+ activesupport
222
+ builder
223
+ bundler
224
+ iq_triplestorage (0.2.2)
225
+ jar-dependencies (0.4.1)
226
+ json (2.7.1)
227
+ json (2.7.1-java)
228
+ json-canonicalization (1.0.0)
229
+ json-ld (3.3.1)
230
+ htmlentities (~> 4.3)
231
+ json-canonicalization (~> 1.0)
232
+ link_header (~> 0.0, >= 0.0.8)
233
+ multi_json (~> 1.15)
234
+ rack (>= 2.2, < 4)
235
+ rdf (~> 3.3)
236
+ json-ld-preloaded (3.3.0)
237
+ json-ld (~> 3.3)
238
+ rdf (~> 3.3)
239
+ kaminari (1.2.2)
240
+ activesupport (>= 4.1.0)
241
+ kaminari-actionview (= 1.2.2)
242
+ kaminari-activerecord (= 1.2.2)
243
+ kaminari-core (= 1.2.2)
244
+ kaminari-actionview (1.2.2)
245
+ actionview
246
+ kaminari-core (= 1.2.2)
247
+ kaminari-activerecord (1.2.2)
248
+ activerecord
249
+ kaminari-core (= 1.2.2)
250
+ kaminari-core (1.2.2)
251
+ ld-patch (3.3.0)
252
+ ebnf (~> 2.4)
253
+ rdf (~> 3.3)
254
+ rdf-xsd (~> 3.3)
255
+ sparql (~> 3.3)
256
+ sxp (~> 1.3)
257
+ link_header (0.0.8)
258
+ linkeddata (3.3.1)
259
+ json-ld (~> 3.3)
260
+ json-ld-preloaded (~> 3.3)
261
+ ld-patch (~> 3.3)
262
+ nokogiri (~> 1.15, >= 1.15.4)
263
+ rdf (~> 3.2, >= 3.2.1)
264
+ rdf-aggregate-repo (~> 3.2)
265
+ rdf-hamster-repo (~> 3.3)
266
+ rdf-isomorphic (~> 3.3)
267
+ rdf-json (~> 3.3)
268
+ rdf-microdata (~> 3.3)
269
+ rdf-n3 (~> 3.3)
270
+ rdf-normalize (~> 0.7)
271
+ rdf-ordered-repo (~> 3.3)
272
+ rdf-rdfa (~> 3.3)
273
+ rdf-rdfxml (~> 3.3)
274
+ rdf-reasoner (~> 0.9)
275
+ rdf-tabular (~> 3.3)
276
+ rdf-trig (~> 3.3)
277
+ rdf-trix (~> 3.3)
278
+ rdf-turtle (~> 3.3)
279
+ rdf-vocab (~> 3.3)
280
+ rdf-xsd (~> 3.3)
281
+ shacl (~> 0.4)
282
+ shex (~> 0.8)
283
+ sparql (~> 3.3)
284
+ sparql-client (~> 3.3)
285
+ yaml-ld (~> 0.0)
286
+ listen (3.8.0)
287
+ rb-fsevent (~> 0.10, >= 0.10.3)
288
+ rb-inotify (~> 0.9, >= 0.9.10)
289
+ logger (1.6.0)
290
+ loofah (2.22.0)
291
+ crass (~> 1.0.2)
292
+ nokogiri (>= 1.12.0)
293
+ mail (2.8.1)
294
+ mini_mime (>= 0.1.1)
295
+ net-imap
296
+ net-pop
297
+ net-smtp
298
+ marcel (1.0.2)
299
+ maruku (0.7.3)
300
+ matrix (0.4.2)
301
+ method_source (1.0.0)
302
+ mini_magick (4.12.0)
303
+ mini_mime (1.1.5)
304
+ mini_portile2 (2.8.5)
305
+ minitest (5.21.2)
306
+ msgpack (1.7.2)
307
+ msgpack (1.7.2-java)
308
+ multi_json (1.15.0)
309
+ multipart-post (2.3.0)
310
+ net-http (0.4.1)
311
+ uri
312
+ net-http-persistent (4.0.2)
313
+ connection_pool (~> 2.2)
314
+ net-imap (0.4.9.1)
315
+ date
316
+ net-protocol
317
+ net-pop (0.1.2)
318
+ net-protocol
319
+ net-protocol (0.2.2)
320
+ timeout
321
+ net-smtp (0.4.0.1)
322
+ net-protocol
323
+ nio4r (2.7.0)
324
+ nio4r (2.7.0-java)
325
+ nokogiri (1.16.0)
326
+ mini_portile2 (~> 2.8.2)
327
+ racc (~> 1.4)
328
+ nokogiri (1.16.0-java)
329
+ racc (~> 1.4)
330
+ pg (1.5.4)
331
+ pry (0.14.2)
332
+ coderay (~> 1.1)
333
+ method_source (~> 1.0)
334
+ pry (0.14.2-java)
335
+ coderay (~> 1.1)
336
+ method_source (~> 1.0)
337
+ spoon (~> 0.0)
338
+ pry-rails (0.3.9)
339
+ pry (>= 0.10.4)
340
+ psych (5.1.2)
341
+ stringio
342
+ psych (5.1.2-java)
343
+ jar-dependencies (>= 0.1.7)
344
+ public_suffix (5.0.4)
345
+ puma (6.4.2)
346
+ nio4r (~> 2.0)
347
+ puma (6.4.2-java)
348
+ nio4r (~> 2.0)
349
+ racc (1.7.3)
350
+ racc (1.7.3-java)
351
+ rack (2.2.8)
352
+ rack-mini-profiler (3.3.0)
353
+ rack (>= 1.2.0)
354
+ rack-test (2.1.0)
355
+ rack (>= 1.3)
356
+ rails (7.0.8)
357
+ actioncable (= 7.0.8)
358
+ actionmailbox (= 7.0.8)
359
+ actionmailer (= 7.0.8)
360
+ actionpack (= 7.0.8)
361
+ actiontext (= 7.0.8)
362
+ actionview (= 7.0.8)
363
+ activejob (= 7.0.8)
364
+ activemodel (= 7.0.8)
365
+ activerecord (= 7.0.8)
366
+ activestorage (= 7.0.8)
367
+ activesupport (= 7.0.8)
368
+ bundler (>= 1.15.0)
369
+ railties (= 7.0.8)
370
+ rails-dom-testing (2.2.0)
371
+ activesupport (>= 5.0.0)
372
+ minitest
373
+ nokogiri (>= 1.6)
374
+ rails-html-sanitizer (1.6.0)
375
+ loofah (~> 2.21)
376
+ nokogiri (~> 1.14)
377
+ rails_autolink (1.1.8)
378
+ actionview (> 3.1)
379
+ activesupport (> 3.1)
380
+ railties (> 3.1)
381
+ railties (7.0.8)
382
+ actionpack (= 7.0.8)
383
+ activesupport (= 7.0.8)
384
+ method_source
385
+ rake (>= 12.2)
386
+ thor (~> 1.0)
387
+ zeitwerk (~> 2.5)
388
+ rake (13.1.0)
389
+ rb-fsevent (0.11.2)
390
+ rb-inotify (0.10.1)
391
+ ffi (~> 1.0)
392
+ rdf (3.3.1)
393
+ bcp47_spec (~> 0.2)
394
+ link_header (~> 0.0, >= 0.0.8)
395
+ rdf-aggregate-repo (3.3.0)
396
+ rdf (~> 3.3)
397
+ rdf-hamster-repo (3.3.0)
398
+ hamster (~> 3.0)
399
+ rdf (~> 3.3)
400
+ rdf-isomorphic (3.3.0)
401
+ rdf (~> 3.3)
402
+ rdf-json (3.3.0)
403
+ rdf (~> 3.3)
404
+ rdf-microdata (3.3.0)
405
+ htmlentities (~> 4.3)
406
+ nokogiri (~> 1.15, >= 1.15.4)
407
+ rdf (~> 3.3)
408
+ rdf-rdfa (~> 3.3)
409
+ rdf-xsd (~> 3.3)
410
+ rdf-n3 (3.3.0)
411
+ ebnf (~> 2.4)
412
+ rdf (~> 3.3)
413
+ sparql (~> 3.3)
414
+ sxp (~> 1.3)
415
+ rdf-normalize (0.7.0)
416
+ rdf (~> 3.3)
417
+ rdf-ordered-repo (3.3.0)
418
+ rdf (~> 3.3)
419
+ rdf-rdfa (3.3.0)
420
+ haml (~> 6.1)
421
+ htmlentities (~> 4.3)
422
+ rdf (~> 3.3)
423
+ rdf-aggregate-repo (~> 3.3)
424
+ rdf-vocab (~> 3.3)
425
+ rdf-xsd (~> 3.3)
426
+ rdf-rdfxml (3.3.0)
427
+ builder (~> 3.2, >= 3.2.4)
428
+ htmlentities (~> 4.3)
429
+ rdf (~> 3.3)
430
+ rdf-xsd (~> 3.3)
431
+ rdf-reasoner (0.9.0)
432
+ rdf (~> 3.3)
433
+ rdf-xsd (~> 3.3)
434
+ rdf-tabular (3.3.0)
435
+ addressable (~> 2.8)
436
+ bcp47_spec (~> 0.2)
437
+ json-ld (~> 3.3)
438
+ rdf (~> 3.3)
439
+ rdf-vocab (~> 3.3)
440
+ rdf-xsd (~> 3.3)
441
+ rdf-trig (3.3.0)
442
+ ebnf (~> 2.4)
443
+ rdf (~> 3.3)
444
+ rdf-turtle (~> 3.3)
445
+ rdf-trix (3.3.0)
446
+ rdf (~> 3.3)
447
+ rdf-xsd (~> 3.3)
448
+ rdf-turtle (3.3.0)
449
+ ebnf (~> 2.4)
450
+ rdf (~> 3.3)
451
+ rdf-vocab (3.3.0)
452
+ rdf (~> 3.3)
453
+ rdf-xsd (3.3.0)
454
+ rdf (~> 3.3)
455
+ rexml (~> 3.2)
456
+ request_store (1.5.1)
457
+ rack (>= 1.4)
458
+ rexml (3.2.6)
459
+ rouge (4.2.0)
460
+ ruby-vips (2.2.0)
461
+ ffi (~> 1.12)
462
+ ruby2_keywords (0.0.5)
463
+ scanf (1.0.0)
464
+ scrypt (3.0.7)
465
+ ffi-compiler (>= 1.0, < 2.0)
466
+ shacl (0.4.1)
467
+ json-ld (~> 3.3)
468
+ rdf (~> 3.3)
469
+ sparql (~> 3.3)
470
+ sxp (~> 1.2)
471
+ shex (0.8.0)
472
+ ebnf (~> 2.4)
473
+ htmlentities (~> 4.3)
474
+ json-ld (~> 3.3)
475
+ json-ld-preloaded (~> 3.3)
476
+ rdf (~> 3.3)
477
+ rdf-xsd (~> 3.3)
478
+ sparql (~> 3.3)
479
+ sxp (~> 1.3)
480
+ sparql (3.3.0)
481
+ builder (~> 3.2, >= 3.2.4)
482
+ ebnf (~> 2.4)
483
+ logger (~> 1.5)
484
+ rdf (~> 3.3)
485
+ rdf-aggregate-repo (~> 3.3)
486
+ rdf-xsd (~> 3.3)
487
+ sparql-client (~> 3.3)
488
+ sxp (~> 1.3)
489
+ sparql-client (3.3.0)
490
+ net-http-persistent (~> 4.0, >= 4.0.2)
491
+ rdf (~> 3.3)
492
+ spoon (0.0.6)
493
+ ffi
494
+ ssrf_filter (1.1.2)
495
+ stringio (3.1.0)
496
+ sxp (1.3.0)
497
+ matrix (~> 0.4)
498
+ rdf (~> 3.3)
499
+ temple (0.10.3)
500
+ thor (1.3.0)
501
+ tilt (2.3.0)
502
+ timeout (0.4.1)
503
+ tzinfo (2.0.6)
504
+ concurrent-ruby (~> 1.0)
505
+ unicode-types (1.9.0)
506
+ uri (0.13.0)
507
+ web-console (4.2.1)
508
+ actionview (>= 6.0.0)
509
+ activemodel (>= 6.0.0)
510
+ bindex (>= 0.4.0)
511
+ railties (>= 6.0.0)
512
+ websocket-driver (0.7.6)
513
+ websocket-extensions (>= 0.1.0)
514
+ websocket-driver (0.7.6-java)
515
+ websocket-extensions (>= 0.1.0)
516
+ websocket-extensions (0.1.5)
517
+ yaml-ld (0.0.3)
518
+ json-ld (~> 3.3)
519
+ psych (>= 3.3)
520
+ rdf (~> 3.3)
521
+ rdf-xsd (~> 3.3)
522
+ zeitwerk (2.6.12)
145
523
 
146
524
  PLATFORMS
525
+ java
147
526
  ruby
148
527
 
149
528
  DEPENDENCIES
150
- cane
151
- hirb-unicode
152
- iqvoc (~> 4.1.0)
153
- minitest
154
- mysql2
155
- pry
156
- pry-debugger
529
+ better_errors
530
+ iqvoc (~> 4.14.4)!
531
+ iqvoc_compound_forms (~> 2.11.3)!
532
+ iqvoc_skosxl (~> 2.11.3)!
533
+ listen
534
+ pg
157
535
  pry-rails
158
- rails (~> 3.2.13)
159
- sqlite3
536
+ web-console
537
+
538
+ BUNDLED WITH
539
+ 2.3.26