qa_server 7.2.1 → 7.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. checksums.yaml +5 -5
  2. data/.rubocop_fixme.yml +3 -0
  3. data/.travis.yml +4 -5
  4. data/CHANGELOG.md +41 -0
  5. data/Rakefile +1 -1
  6. data/app/assets/stylesheets/qa_server/_check-status.scss +36 -0
  7. data/app/cache_processors/concerns/qa_server/cache_keys.rb +0 -5
  8. data/app/cache_processors/qa_server/cache_expiry_service.rb +13 -8
  9. data/app/cache_processors/qa_server/job_id_cache.rb +29 -0
  10. data/app/cache_processors/qa_server/performance_cache.rb +34 -34
  11. data/app/cache_processors/qa_server/performance_day_graph_cache.rb +27 -0
  12. data/app/cache_processors/qa_server/performance_month_graph_cache.rb +27 -0
  13. data/app/cache_processors/qa_server/performance_year_graph_cache.rb +27 -0
  14. data/app/cache_processors/qa_server/scenario_history_cache.rb +7 -7
  15. data/app/cache_processors/qa_server/scenario_history_graph_cache.rb +12 -17
  16. data/app/cache_processors/qa_server/scenario_run_cache.rb +8 -8
  17. data/app/cache_processors/qa_server/scenario_run_failures_cache.rb +7 -7
  18. data/app/cache_processors/qa_server/scenario_run_summary_cache.rb +7 -7
  19. data/app/controllers/concerns/qa_server/authority_validation_behavior.rb +49 -44
  20. data/app/controllers/qa_server/check_status_controller.rb +92 -22
  21. data/app/controllers/qa_server/fetch_controller.rb +36 -36
  22. data/app/controllers/qa_server/monitor_status_controller.rb +108 -108
  23. data/app/jobs/qa_server/history_graph_job.rb +28 -0
  24. data/app/jobs/qa_server/monitor_tests_job.rb +19 -39
  25. data/app/jobs/qa_server/performance_day_graph_job.rb +45 -0
  26. data/app/jobs/qa_server/performance_month_graph_job.rb +45 -0
  27. data/app/jobs/qa_server/performance_per_byte_job.rb +85 -0
  28. data/app/jobs/qa_server/performance_year_graph_job.rb +45 -0
  29. data/app/loggers/qa_server/scenario_logger.rb +74 -4
  30. data/app/models/concerns/qa_server/performance_history_data_keys.rb +8 -0
  31. data/app/models/qa_server/authority_scenario.rb +4 -4
  32. data/app/models/qa_server/authority_status.rb +2 -2
  33. data/app/models/qa_server/authority_status_failure.rb +1 -1
  34. data/app/models/qa_server/performance_history.rb +2 -2
  35. data/app/models/qa_server/scenario_run_history.rb +52 -52
  36. data/app/models/qa_server/scenario_run_registry.rb +2 -2
  37. data/app/models/qa_server/scenarios.rb +26 -26
  38. data/app/models/qa_server/search_scenario.rb +24 -13
  39. data/app/models/qa_server/term_scenario.rb +29 -29
  40. data/app/prepends/prepended_linked_data/find_term.rb +40 -40
  41. data/app/prepends/prepended_linked_data/search_query.rb +36 -36
  42. data/app/prepends/prepended_rdf/rdf_graph.rb +7 -7
  43. data/app/presenters/concerns/qa_server/monitor_status/performance_datatable_behavior.rb +32 -32
  44. data/app/presenters/concerns/qa_server/monitor_status/performance_graph_behavior.rb +64 -64
  45. data/app/presenters/qa_server/check_status_presenter.rb +63 -7
  46. data/app/presenters/qa_server/monitor_status/current_status_presenter.rb +9 -8
  47. data/app/services/concerns/qa_server/gruff_graph.rb +16 -16
  48. data/app/services/qa_server/authority_loader_service.rb +14 -14
  49. data/app/services/qa_server/authority_validator_service.rb +1 -0
  50. data/app/services/qa_server/database_migrator.rb +14 -14
  51. data/app/services/qa_server/history_graphing_service.rb +30 -30
  52. data/app/services/qa_server/performance_calculator_service.rb +80 -80
  53. data/app/services/qa_server/performance_datatable_service.rb +35 -35
  54. data/app/services/qa_server/performance_graph_data_service.rb +28 -28
  55. data/app/services/qa_server/performance_graphing_service.rb +58 -58
  56. data/app/services/qa_server/performance_per_byte_calculator_service.rb +88 -0
  57. data/app/services/qa_server/performance_per_byte_data_service.rb +41 -0
  58. data/app/services/qa_server/scenarios_loader_service.rb +1 -1
  59. data/app/services/qa_server/time_period_service.rb +21 -21
  60. data/app/validators/qa_server/scenario_validator.rb +99 -87
  61. data/app/validators/qa_server/search_scenario_validator.rb +67 -61
  62. data/app/validators/qa_server/term_scenario_validator.rb +20 -15
  63. data/app/views/qa_server/check_status/index.html.erb +120 -24
  64. data/app/views/qa_server/monitor_status/_test_summary.html.erb +1 -1
  65. data/config/i18n-tasks.yml +133 -0
  66. data/config/locales/qa_server.en.yml +16 -0
  67. data/lib/generators/qa_server/assets_generator.rb +4 -4
  68. data/lib/generators/qa_server/templates/config/authorities/linked_data/cerl_ld4l_cache.json +2 -2
  69. data/lib/generators/qa_server/templates/config/authorities/linked_data/getty_aat_ld4l_cache.json +62 -1
  70. data/lib/generators/qa_server/templates/config/authorities/linked_data/getty_tgn_ld4l_cache.json +45 -11
  71. data/lib/generators/qa_server/templates/config/authorities/linked_data/getty_ulan_ld4l_cache.json +104 -8
  72. data/lib/generators/qa_server/templates/config/authorities/linked_data/isni_ld4l_cache.json +90 -0
  73. data/lib/generators/qa_server/templates/config/authorities/linked_data/ligatus_ld4l_cache.json +133 -0
  74. data/lib/generators/qa_server/templates/config/authorities/linked_data/locnames_rwo2_ld4l_cache.json +248 -0
  75. data/lib/generators/qa_server/templates/config/authorities/linked_data/locnames_rwo3_ld4l_cache.json +248 -0
  76. data/lib/generators/qa_server/templates/config/authorities/linked_data/locnames_rwo_ld4l_cache.json +4 -4
  77. data/lib/generators/qa_server/templates/config/authorities/linked_data/locvocabs_ld4l_cache.json +117 -0
  78. data/lib/generators/qa_server/templates/config/authorities/linked_data/mesh_nlm_ld4l_cache.json +135 -3
  79. data/lib/generators/qa_server/templates/config/authorities/linked_data/oclcfast_direct.json +5 -0
  80. data/lib/generators/qa_server/templates/config/authorities/linked_data/oclcfast_ld4l_cache.json +2 -4
  81. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/agrovoc_direct_validation.yml +31 -0
  82. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/agrovoc_ld4l_cache_validation.yml +31 -0
  83. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/cerl_ld4l_cache_validation.yml +26 -14
  84. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/dbpedia_ld4l_cache_validation.yml +33 -0
  85. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/geonames_direct_validation.yml +35 -0
  86. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/geonames_ld4l_cache_validation.yml +55 -5
  87. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/getty_aat_ld4l_cache_validation.yml +253 -0
  88. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/getty_tgn_ld4l_cache_validation.yml +31 -1
  89. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/getty_ulan_ld4l_cache_validation.yml +38 -1
  90. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/isni_ld4l_cache_validation.yml +10 -0
  91. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/ligatus_ld4l_cache_validation.yml +36 -0
  92. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locdemographics_ld4l_cache_validation.yml +69 -44
  93. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locgenres_ld4l_cache_validation.yml +22 -0
  94. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locnames_ld4l_cache_validation.yml +65 -0
  95. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locnames_rwo2_ld4l_cache_validation.yml +78 -0
  96. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locnames_rwo3_ld4l_cache_validation.yml +73 -0
  97. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locnames_rwo_ld4l_cache_validation.yml +71 -3
  98. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locperformance_ld4l_cache_validation.yml +6 -0
  99. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locsubjects_ld4l_cache_validation.yml +30 -0
  100. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/locvocabs_ld4l_cache_validation.yml +430 -0
  101. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/mesh_nlm_ld4l_cache_validation.yml +54 -1
  102. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/nalt_ld4l_cache_validation.yml +37 -0
  103. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/oclc_fast_validation.yml +71 -5
  104. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/oclcfast_direct_validation.yml +73 -2
  105. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/oclcfast_ld4l_cache_validation.yml +73 -0
  106. data/lib/generators/qa_server/templates/config/authorities/linked_data/scenarios/rda_registry_ld4l_cache_validation.yml +307 -0
  107. data/lib/qa_server/configuration.rb +28 -24
  108. data/lib/qa_server/version.rb +1 -1
  109. data/qa_server.gemspec +6 -5
  110. data/spec/feature/accuracy_spec.rb +32 -0
  111. data/spec/i18n_spec.rb +36 -0
  112. data/spec/spec_helper.rb +4 -0
  113. metadata +74 -20
  114. data/app/cache_processors/qa_server/performance_daily_graph_cache.rb +0 -60
  115. data/app/cache_processors/qa_server/performance_hourly_graph_cache.rb +0 -65
  116. data/app/cache_processors/qa_server/performance_monthly_graph_cache.rb +0 -60
@@ -1,7 +1,13 @@
1
+ # Supported subauthorities:
2
+ # person
3
+ # organization
1
4
  ---
2
5
  authority:
3
6
  service: ld4l_cache
4
7
  search:
8
+ #------------------
9
+ # Connection tests
10
+ #------------------
5
11
  -
6
12
  query: washington
7
13
  -
@@ -10,6 +16,37 @@ search:
10
16
  -
11
17
  query: washington
12
18
  subauth: organization
19
+ #------------------
20
+ # Accuracy tests
21
+ #------------------
22
+ -
23
+ query: Gonzalez-Torres, Felix
24
+ subject_uri: "http://vocab.getty.edu/ulan/500114715-agent"
25
+ position: 5
26
+ replacements:
27
+ maxRecords: '10'
28
+ -
29
+ query: Gouverneur
30
+ subauth: person
31
+ subject_uri: "http://vocab.getty.edu/ulan/500225342-agent"
32
+ position: 5
33
+ replacements:
34
+ maxRecords: '10'
35
+ -
36
+ query: Octavio Medellin
37
+ subauth: person
38
+ subject_uri: "http://vocab.getty.edu/ulan/500333005-agent"
39
+ position: 3
40
+ replacements:
41
+ maxRecords: '8'
42
+ -
43
+ query: University of Chicago Library
44
+ subauth: organization
45
+ result_size: 100
46
+ subject_uri: "http://vocab.getty.edu/ulan/500304715-agent"
47
+ position: 5
48
+ replacements:
49
+ maxRecords: '10'
13
50
  term:
14
51
  -
15
- identifier: 'http://vocab.getty.edu/ulan/500020427'
52
+ identifier: 'http://vocab.getty.edu/ulan/500020427-agent'
@@ -0,0 +1,10 @@
1
+ ---
2
+ authority:
3
+ service: ld4l_cache
4
+ context: true
5
+ search:
6
+ #------------------
7
+ # Connection tests
8
+ #------------------
9
+ -
10
+ query: picard
@@ -0,0 +1,36 @@
1
+ ---
2
+ authority:
3
+ service: ld4l_cache
4
+ context: true
5
+ search:
6
+ #------------------
7
+ # Connection tests
8
+ #------------------
9
+ -
10
+ query: binding
11
+ result_size: 100
12
+ #------------------
13
+ # Accuracy tests
14
+ #------------------
15
+ -
16
+ query: case binding
17
+ subject_uri: "http://w3id.org/lob/concept/4165"
18
+ position: 5
19
+ replacements:
20
+ maxRecords: '10'
21
+ -
22
+ query: innhengt bind
23
+ subject_uri: "http://w3id.org/lob/concept/4165"
24
+ position: 5
25
+ replacements:
26
+ maxRecords: '10'
27
+ -
28
+ query: turned-in covers
29
+ subject_uri: "http://w3id.org/lob/concept/2494"
30
+ position: 3
31
+ replacements:
32
+ maxRecords: '8'
33
+
34
+ term:
35
+ -
36
+ identifier: 'http://w3id.org/lob/concept/3796'
@@ -3,50 +3,75 @@ authority:
3
3
  service: ld4l_cache
4
4
  context: true
5
5
  search:
6
- -
7
- query: workers
8
- -
9
- query: Biologists
10
- position: 1
11
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060613"
12
- replacements:
13
- maxRecords: '5'
14
- -
15
- query: Biologists
16
- position: 10
17
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2016060468"
18
- replacements:
19
- maxRecords: '20'
20
- -
21
- query: Kiwis
22
- position: 1
23
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060357"
24
- replacements:
25
- maxRecords: '5'
26
- -
27
- query: New Zealanders
28
- position: 8
29
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2016060205"
30
- replacements:
31
- maxRecords: '15'
32
- -
33
- query: New Zealanders
34
- position: 8
35
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060330"
36
- replacements:
37
- maxRecords: '15'
38
- -
39
- query: African Americans
40
- position: 5
41
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060859"
42
- replacements:
43
- maxRecords: '10'
44
- -
45
- query: Micmac
46
- position: 1
47
- subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2016060011"
48
- replacements:
49
- maxRecords: '5'
6
+ #------------------
7
+ # Connection tests
8
+ #------------------
9
+ -
10
+ query: workers
11
+ #------------------
12
+ # Accuracy tests
13
+ #------------------
14
+ # No subauths (yet, perhaps at some point we'll have to deal with madsrdf:DeprecatedAuthority)
15
+ -
16
+ query: Biologists
17
+ position: 1
18
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060613"
19
+ replacements:
20
+ maxRecords: '5'
21
+ -
22
+ query: Biologist
23
+ position: 3
24
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060613"
25
+ replacements:
26
+ maxRecords: '5'
27
+ -
28
+ query: social worker
29
+ position: 1
30
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060087"
31
+ replacements:
32
+ maxRecords: '10'
33
+ -
34
+ query: Social Worker
35
+ position: 1
36
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060087"
37
+ replacements:
38
+ maxRecords: '10'
39
+ -
40
+ query: Kiwis
41
+ position: 1
42
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060357"
43
+ replacements:
44
+ maxRecords: '5'
45
+ -
46
+ query: New Zealanders
47
+ position: 8
48
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2016060205"
49
+ replacements:
50
+ maxRecords: '15'
51
+ -
52
+ query: New Zealanders
53
+ position: 8
54
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060330"
55
+ replacements:
56
+ maxRecords: '15'
57
+ -
58
+ query: African Americans
59
+ position: 5
60
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060859"
61
+ replacements:
62
+ maxRecords: '10'
63
+ -
64
+ query: dancers
65
+ position: 3
66
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2015060747"
67
+ replacements:
68
+ maxRecords: '10'
69
+ -
70
+ query: Micmac
71
+ position: 1
72
+ subject_uri: "http://id.loc.gov/authorities/demographicTerms/dg2016060011"
73
+ replacements:
74
+ maxRecords: '5'
50
75
  term:
51
76
  -
52
77
  identifier: 'http://id.loc.gov/authorities/demographicTerms/dg2015060460'
@@ -1,8 +1,14 @@
1
+ # Supported subauthorities:
2
+ # active
3
+ # deprecated
1
4
  ---
2
5
  authority:
3
6
  service: ld4l_cache
4
7
  context: true
5
8
  search:
9
+ #------------------
10
+ # Connection tests
11
+ #------------------
6
12
  -
7
13
  query: animation
8
14
  -
@@ -13,18 +19,34 @@ search:
13
19
  -
14
20
  query: Basketball television programs
15
21
  subauth: deprecated
22
+ #------------------
23
+ # Accuracy tests
24
+ #------------------
25
+ # active
16
26
  -
17
27
  query: Preliminary documents (Treaties)
18
28
  position: 10
19
29
  subject_uri: "http://id.loc.gov/authorities/genreForms/gf2011026703"
20
30
  replacements:
21
31
  maxRecords: '20'
32
+ -
33
+ query: maps
34
+ position: 3
35
+ subject_uri: "http://id.loc.gov/authorities/genreForms/gf2011026387"
36
+ replacements:
37
+ maxRecords: '10'
22
38
  -
23
39
  query: Loose-leafs
24
40
  position: 10
25
41
  subject_uri: "http://id.loc.gov/authorities/genreForms/gf2011026373"
26
42
  replacements:
27
43
  maxRecords: '20'
44
+ -
45
+ query: Casebooks (Law)
46
+ position: 3
47
+ subject_uri: "http://id.loc.gov/authorities/genreForms/gf2011026115"
48
+ replacements:
49
+ maxRecords: '10'
28
50
  -
29
51
  query: Casebooks
30
52
  position: 10
@@ -1,8 +1,14 @@
1
+ # Supported subauthorities:
2
+ # geographic
3
+ # conference
1
4
  ---
2
5
  authority:
3
6
  service: ld4l_cache
4
7
  context: true
5
8
  search:
9
+ #------------------
10
+ # Connection tests
11
+ #------------------
6
12
  -
7
13
  query: Cayuga
8
14
  -
@@ -11,6 +17,65 @@ search:
11
17
  -
12
18
  query: ALA
13
19
  subauth: conference
20
+ #------------------
21
+ # Accuracy tests
22
+ #------------------
23
+ -
24
+ query: Boston Mass
25
+ position: 3
26
+ subject_uri: "http://id.loc.gov/authorities/names/n79045553"
27
+ replacements:
28
+ maxRecords: '10'
29
+ -
30
+ query: Boston Mass
31
+ position: 5
32
+ subauth: geographic
33
+ subject_uri: "http://id.loc.gov/authorities/names/n79045553"
34
+ replacements:
35
+ maxRecords: '10'
36
+ -
37
+ pending: true
38
+ query: Camden NJ
39
+ position: 8
40
+ subauth: geographic
41
+ subject_uri: "http://id.loc.gov/authorities/names/n80010449"
42
+ replacements:
43
+ maxRecords: '20'
44
+ -
45
+ query: Madrid, Spain
46
+ position: 5
47
+ subauth: geographic
48
+ subject_uri: "http://id.loc.gov/authorities/names/n78089046"
49
+ replacements:
50
+ maxRecords: '15'
51
+ -
52
+ query: Chicago, Ill
53
+ position: 5
54
+ subauth: geographic
55
+ subject_uri: "http://id.loc.gov/authorities/names/n78086438"
56
+ replacements:
57
+ maxRecords: '15'
58
+ -
59
+ query: seattle
60
+ position: 5
61
+ subauth: geographic
62
+ subject_uri: "http://id.loc.gov/authorities/names/n79041965"
63
+ replacements:
64
+ maxRecords: '15'
65
+ -
66
+ query: seattle (wash.)
67
+ position: 5
68
+ subauth: geographic
69
+ subject_uri: "http://id.loc.gov/authorities/names/n79041965"
70
+ replacements:
71
+ maxRecords: '15'
72
+ -
73
+ query: Non Food Uses of Crops
74
+ position: 5
75
+ subauth: conference
76
+ subject_uri: "http://id.loc.gov/authorities/names/nb2014001245"
77
+ replacements:
78
+ maxRecords: '15'
14
79
  term:
15
80
  -
16
81
  identifier: 'http://id.loc.gov/authorities/names/n92016188'
@@ -0,0 +1,78 @@
1
+ # Supported subauthorities:
2
+ # person
3
+ # organization
4
+ # family
5
+ ---
6
+ authority:
7
+ service: ld4l_cache
8
+ context: true
9
+ search:
10
+ #------------------
11
+ # Accuracy tests - part 2 (10-18)
12
+ #------------------
13
+ -
14
+ query: Tolstoy, Leo
15
+ subauth: person
16
+ position: 5
17
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
18
+ replacements:
19
+ maxRecords: '20'
20
+ -
21
+ query: tolstoi, lev
22
+ subauth: person
23
+ position: 5
24
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
25
+ replacements:
26
+ maxRecords: '20'
27
+ -
28
+ query: Tolstoĭ, Lev
29
+ subauth: person
30
+ position: 5
31
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
32
+ replacements:
33
+ maxRecords: '20'
34
+ -
35
+ query: Толстой, Лев
36
+ subauth: person
37
+ position: 5
38
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
39
+ replacements:
40
+ maxRecords: '20'
41
+ -
42
+ query: Толстой, Лев, граф, 1828-1910
43
+ subauth: person
44
+ position: 5
45
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
46
+ replacements:
47
+ maxRecords: '20'
48
+ -
49
+ query: טאלסטאי, ליעװ
50
+ subauth: person
51
+ position: 5
52
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
53
+ replacements:
54
+ maxRecords: '20'
55
+ -
56
+ query: レオ.トルストイ
57
+ subauth: person
58
+ position: 5
59
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
60
+ replacements:
61
+ maxRecords: '20'
62
+ -
63
+ query: لئون تولستوى
64
+ subauth: person
65
+ position: 5
66
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
67
+ replacements:
68
+ maxRecords: '20'
69
+ -
70
+ query: 托爾斯泰, 列夫
71
+ subauth: person
72
+ position: 5
73
+ subject_uri: "http://id.loc.gov/rwo/agents/n79068416"
74
+ replacements:
75
+ maxRecords: '20'
76
+ term:
77
+ -
78
+ identifier: 'http://id.loc.gov/rwo/agents/n79021164'
@@ -0,0 +1,73 @@
1
+ # Supported subauthorities:
2
+ # person
3
+ # organization
4
+ # family
5
+ ---
6
+ authority:
7
+ service: ld4l_cache
8
+ context: true
9
+ search:
10
+ #------------------
11
+ # Accuracy tests - part 3 (19-26)
12
+ #------------------
13
+ -
14
+ pending: true
15
+ query: ACLU
16
+ subauth: organization
17
+ position: 20
18
+ subject_uri: "http://id.loc.gov/rwo/agents/n79079580"
19
+ replacements:
20
+ maxRecords: '30'
21
+ -
22
+ query: University of Pennsylvania
23
+ subauth: organization
24
+ position: 5
25
+ subject_uri: "http://id.loc.gov/rwo/agents/n79065482"
26
+ replacements:
27
+ maxRecords: '20'
28
+ -
29
+ query: university of pennsylvania
30
+ subauth: organization
31
+ position: 5
32
+ subject_uri: "http://id.loc.gov/rwo/agents/n79065482"
33
+ replacements:
34
+ maxRecords: '20'
35
+ -
36
+ query: Planned Parenthood Federation of America
37
+ subauth: organization
38
+ position: 10
39
+ subject_uri: "http://id.loc.gov/rwo/agents/n50075375"
40
+ replacements:
41
+ maxRecords: '20'
42
+ -
43
+ query: Genkai Shosetsu Kenkyukai
44
+ subauth: organization
45
+ position: 5
46
+ subject_uri: "http://id.loc.gov/rwo/agents/n2013003006"
47
+ replacements:
48
+ maxRecords: '20'
49
+ -
50
+ query: Genkai Shōsetsu Kenkyūkai
51
+ subauth: organization
52
+ position: 5
53
+ subject_uri: "http://id.loc.gov/rwo/agents/n2013003006"
54
+ replacements:
55
+ maxRecords: '20'
56
+ -
57
+ query: 限界小說研究会
58
+ subauth: organization
59
+ position: 5
60
+ subject_uri: "http://id.loc.gov/rwo/agents/n2013003006"
61
+ replacements:
62
+ maxRecords: '20'
63
+ -
64
+ query: Waterman Family
65
+ subauth: family
66
+ result_size: 110
67
+ position: 5
68
+ subject_uri: "http://id.loc.gov/rwo/agents/n2012043300"
69
+ replacements:
70
+ maxRecords: '10'
71
+ term:
72
+ -
73
+ identifier: 'http://id.loc.gov/rwo/agents/n79021164'