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,6 +1,12 @@
1
1
  ---
2
2
  en:
3
3
  qa_server:
4
+ application_name: "Replace with your application's name"
5
+ application_version: "Replace with your application's version"
6
+ footer:
7
+ attribution_html: This service is supported by work on <a href="http://ld4l.org" class="navbar-link" target="_blank">Linked Data for Libraries - Labs</a> and <br> <a href="https://wiki.duraspace.org/x/9xgRBg" class="navbar-link" target="_blank">Linked Data for Production</a> funded by <a href="https://mellon.org/" class="navbar-link" target="_blank">Andrew W. Mellon Foundation</a>, <br>and by work on Questioning Authority in <a href="http://samvera.org" class="navbar-link" target="_blank">Samvera</a>, an open source community.
8
+ copyright_html: <strong>Copyright &copy; 2018-2020 Your Institution</strong> Licensed under the Apache License, Version 2.0
9
+ service_html: A service of <a href="http://your.institution.website/" class="navbar-link" target="_blank">Your Institution Name</a>.
4
10
  menu:
5
11
  home: Home
6
12
  usage: Usage
@@ -22,16 +28,21 @@ en:
22
28
  show_all: ALL Authorities (SLOW)
23
29
  connections: Check Connection Status only
24
30
  accuracy: Check Accuracy only
31
+ comparison: Compare Accuracy
25
32
  all_checks: Run all checks
26
33
  wait_message: "Please wait while the status is verified. This will be slow if you selected ALL Authorities."
27
34
  connection_checks: Connection Checks
28
35
  accuracy_checks: Accuracy Checks for Search Results
36
+ comparison_checks: Comparison of Accuracy Checks
29
37
  status_table:
38
+ before: Before
39
+ after: After
30
40
  action: Action
31
41
  actual_position: Actual Position
32
42
  authority: Authority
33
43
  errmsg: Errors
34
44
  expected_by_position: Expected by Position
45
+ request_data: Query
35
46
  service: Service
36
47
  status: Status
37
48
  subauthority: Subauthority
@@ -57,6 +68,7 @@ en:
57
68
  failing_tests: Failing Tests
58
69
  total_tests: TOTAL Tests
59
70
  last_updated: 'Status last updated %{date} ET'
71
+ no_data: 'No Data Available (Common Cause: first time tests are running)'
60
72
  failures:
61
73
  title: Failures During Latest Status Update
62
74
  status: Status
@@ -97,6 +109,10 @@ en:
97
109
  now: NOW
98
110
  today: TODAY
99
111
  datatable_desc: 'Performance tabulated data'
112
+ datatable_all_desc: 'All Data'
113
+ datatable_day_desc: 'Day'
114
+ datatable_month_desc: 'Month'
115
+ datatable_year_desc: 'Year'
100
116
  datarange: 'From %{from} to %{to}'
101
117
  authority: Authority
102
118
  average_times: Average (ms)
@@ -28,9 +28,9 @@ class QaServer::AssetsGenerator < Rails::Generators::Base
28
28
  end
29
29
  end
30
30
 
31
- private
31
+ private
32
32
 
33
- def qa_server_javascript_installed?
34
- IO.read("app/assets/javascripts/application.js").include?('qa_server')
35
- end
33
+ def qa_server_javascript_installed?
34
+ IO.read("app/assets/javascripts/application.js").include?('qa_server')
35
+ end
36
36
  end
@@ -4,8 +4,8 @@
4
4
  "prefixes": {
5
5
  "rdaGr2": "http://rdvocab.info/ElementsGr2/",
6
6
  "rdaGr3": "http://rdvocab.info/ElementsGr3/",
7
- "ct": "http://www.cerl.org/namespaces/thesaurus",
8
- "rdaRelGr2": "http://metadataregistry.org/uri/schema/RDARelationshipsGR2",
7
+ "ct": "http://www.cerl.org/namespaces/thesaurus/",
8
+ "rdaRelGr2": "http://metadataregistry.org/uri/schema/RDARelationshipsGR2/",
9
9
  "vivo": "http://vivoweb.org/ontology/core#"
10
10
  },
11
11
  "term": {
@@ -2,6 +2,7 @@
2
2
  "QA_CONFIG_VERSION": "2.2",
3
3
  "service_uri": "http://ld4l.org/ld4l_services/cache",
4
4
  "prefixes": {
5
+ "getty": "http://vocab.getty.edu/ontology#",
5
6
  "vivo": "http://vivoweb.org/ontology/core#"
6
7
  },
7
8
  "term": {
@@ -89,6 +90,67 @@
89
90
  "label_ldpath": "skos:prefLabel ::xsd:string",
90
91
  "sort_ldpath": "vivo:rank ::xsd:string"
91
92
  },
93
+ "context": {
94
+ "groups": {
95
+ "hierarchies": {
96
+ "group_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.hierarchies",
97
+ "group_label_default": "Hierarchies"
98
+ }
99
+ },
100
+ "properties": [
101
+ {
102
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.preferred_label",
103
+ "property_label_default": "Preferred label",
104
+ "ldpath": "skos:prefLabel :: xsd:string",
105
+ "selectable": true,
106
+ "drillable": false
107
+ },
108
+ {
109
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.alt_label",
110
+ "property_label_default": "Alternative Label",
111
+ "ldpath": "skos:altLabel :: xsd:string",
112
+ "selectable": false,
113
+ "drillable": false
114
+ },
115
+ {
116
+ "group_id": "hierarchies",
117
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.broader",
118
+ "property_label_default": "Broader",
119
+ "ldpath": "skos:broader :: xsd:string",
120
+ "selectable": true,
121
+ "drillable": true,
122
+ "expansion_label_ldpath": "skos:prefLabel ::xsd:string",
123
+ "expansion_id_ldpath": "dc:identifier ::xsd:string"
124
+ },
125
+ {
126
+ "group_id": "hierarchies",
127
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.narrower",
128
+ "property_label_default": "Narrower",
129
+ "ldpath": "skos:narrower :: xsd:string",
130
+ "selectable": true,
131
+ "drillable": true,
132
+ "expansion_label_ldpath": "skos:prefLabel ::xsd:string",
133
+ "expansion_id_ldpath": "dc:identifier ::xsd:string"
134
+ },
135
+ {
136
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.scope_note",
137
+ "property_label_default": "Scope note",
138
+ "ldpath": "skos:scopeNote :: xsd:string",
139
+ "selectable": false,
140
+ "drillable": false
141
+ },
142
+ {
143
+ "group_id": "hierarchies",
144
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.hierarchy",
145
+ "property_label_default": "Hierarchy",
146
+ "ldpath": "gvp:broaderPreferredExtended :: xsd:string",
147
+ "selectable": true,
148
+ "drillable": true,
149
+ "expansion_label_ldpath": "skos:prefLabel ::xsd:string",
150
+ "expansion_id_ldpath": "dc:identifier ::xsd:string"
151
+ }
152
+ ]
153
+ },
92
154
  "subauthorities": {
93
155
  "Activities": "&facet=300264090",
94
156
  "Activities__Disciplines": "&facet=300054134",
@@ -123,4 +185,3 @@
123
185
  }
124
186
  }
125
187
  }
126
-
@@ -3,6 +3,7 @@
3
3
  "service_uri": "http://ld4l.org/ld4l_services/cache",
4
4
  "prefixes": {
5
5
  "getty": "http://vocab.getty.edu/ontology#",
6
+ "skosxl": "http://www.w3.org/2008/05/skos-xl#",
6
7
  "vivo": "http://vivoweb.org/ontology/core#"
7
8
  },
8
9
  "term": {
@@ -27,11 +28,9 @@
27
28
  "term_id": "URI",
28
29
  "results": {
29
30
  "id_ldpath": "dc:identifier ::xsd:string",
30
- "label_ldpath": "skos:prefLabel ::xsd:string",
31
- "altlabel_ldpath": "skos:altLabel ::xsd:string",
32
- "broader_ldpath": "skos:broader ::xsd:anyURI",
33
- "narrower_ldpath": "skos:narrower ::xsd:anyURI",
34
- "sameas_ldpath": "skos:exactMatch ::xsd:anyURI"
31
+ "label_ldpath": "^foaf:focus/skosxl:prefLabel/skosxl:literalForm :: xsd:string",
32
+ "altlabel_ldpath": "^foaf:focus/skosxl:altLabel/skosxl:literalForm :: xsd:string",
33
+ "broader_ldpath": "^foaf:focus/getty:broaderPreferred ::xsd:anyURI"
35
34
  }
36
35
  },
37
36
  "search": {
@@ -78,21 +77,56 @@
78
77
  },
79
78
  "total_count_ldpath": "vivo:count",
80
79
  "results": {
81
- "id_ldpath": "dc:identifier ::xsd:string",
82
- "label_ldpath": "skos:prefLabel ::xsd:string",
80
+ "label_ldpath": "^foaf:focus/skosxl:prefLabel/skosxl:literalForm :: xsd:string",
83
81
  "sort_ldpath": "vivo:rank ::xsd:string"
84
82
  },
85
83
  "context": {
86
84
  "properties": [
87
85
  {
88
- "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.parent_string",
89
- "property_label_default": "Parent",
90
- "ldpath": "getty:parentString :: xsd:string",
86
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.preferred_label",
87
+ "property_label_default": "Preferred label",
88
+ "ldpath": "^foaf:focus/skosxl:prefLabel/skosxl:literalForm :: xsd:string",
89
+ "selectable": true,
90
+ "drillable": false
91
+ },
92
+ {
93
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.variant_label",
94
+ "property_label_default": "Variant Label",
95
+ "ldpath": "^foaf:focus/skosxl:altLabel/skosxl:literalForm :: xsd:string",
96
+ "selectable": false,
97
+ "drillable": false
98
+ },
99
+ {
100
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.parent_body",
101
+ "property_label_default": "Parent body",
102
+ "ldpath": "^foaf:focus/getty:parentString :: xsd:string",
103
+ "selectable": false,
104
+ "drillable": false
105
+ },
106
+ {
107
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.parent_body_abbreviation",
108
+ "property_label_default": "Parent body (abbreviation)",
109
+ "ldpath": "^foaf:focus/getty:parentStringAbbrev :: xsd:string",
91
110
  "selectable": false,
92
111
  "drillable": false
112
+ },
113
+ {
114
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.place_type",
115
+ "property_label_default": "Place type",
116
+ "ldpath": "^foaf:focus/getty:placeTypePreferred :: xsd:string",
117
+ "selectable": false,
118
+ "drillable": false
119
+ },
120
+ {
121
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.broader",
122
+ "property_label_default": "Broader",
123
+ "ldpath": "^foaf:focus/getty:broaderPreferred :: xsd:string",
124
+ "selectable": false,
125
+ "drillable": true,
126
+ "expansion_label_ldpath": "skos:prefLabel ::xsd:string",
127
+ "expansion_id_ldpath": "dc:identifier ::xsd:string"
93
128
  }
94
129
  ]
95
130
  }
96
131
  }
97
132
  }
98
-
@@ -2,6 +2,9 @@
2
2
  "QA_CONFIG_VERSION": "2.2",
3
3
  "service_uri": "http://ld4l.org/ld4l_services/cache",
4
4
  "prefixes": {
5
+ "getty": "http://vocab.getty.edu/ontology#",
6
+ "schema": "https://schema.org/",
7
+ "skosxl": "http://www.w3.org/2008/05/skos-xl#",
5
8
  "vivo": "http://vivoweb.org/ontology/core#"
6
9
  },
7
10
  "term": {
@@ -26,11 +29,9 @@
26
29
  "term_id": "URI",
27
30
  "results": {
28
31
  "id_ldpath": "dc:identifier ::xsd:string",
29
- "label_ldpath": "skos:prefLabel ::xsd:string",
30
- "altlabel_ldpath": "skos:altLabel ::xsd:string",
31
- "broader_ldpath": "skos:broader ::xsd:anyURI",
32
- "narrower_ldpath": "skos:narrower ::xsd:anyURI",
33
- "sameas_ldpath": "skos:exactMatch ::xsd:anyURI"
32
+ "label_ldpath": "^foaf:focus / skosxl:prefLabel / skosxl:literalForm ::xsd:string",
33
+ "altlabel_ldpath": "^foaf:focus/skosxl:altLabel/skosxl:literalForm :: xsd:string",
34
+ "broader_ldpath": "^foaf:focus/getty:broaderPreferred/skosxl:altLabel/skosxl:literalForm ::xsd:anyURI"
34
35
  }
35
36
  },
36
37
  "search": {
@@ -85,14 +86,109 @@
85
86
  },
86
87
  "total_count_ldpath": "vivo:count",
87
88
  "results": {
88
- "id_ldpath": "dc:identifier ::xsd:string",
89
- "label_ldpath": "skos:prefLabel ::xsd:string",
89
+ "label_ldpath": "^foaf:focus / skosxl:prefLabel / skosxl:literalForm ::xsd:string",
90
90
  "sort_ldpath": "vivo:rank ::xsd:string"
91
91
  },
92
+ "context": {
93
+ "properties": [
94
+ {
95
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.preferred_label",
96
+ "property_label_default": "Preferred label",
97
+ "ldpath": "^foaf:focus/skosxl:prefLabel/skosxl:literalForm :: xsd:string",
98
+ "selectable": true,
99
+ "drillable": false
100
+ },
101
+ {
102
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.variant_label",
103
+ "property_label_default": "Variant label",
104
+ "ldpath": "^foaf:focus/skosxl:altLabel/skosxl:literalForm :: xsd:string",
105
+ "selectable": false,
106
+ "drillable": false
107
+ },
108
+ {
109
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.description",
110
+ "property_label_default": "Description",
111
+ "ldpath": "getty:biographyPreferred / schema:description :: xsd:string",
112
+ "selectable": false,
113
+ "drillable": false
114
+ },
115
+ {
116
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.start_date",
117
+ "property_label_default": "Start date",
118
+ "ldpath": "getty:biographyPreferred / getty:estStart",
119
+ "selectable": false,
120
+ "drillable": false
121
+ },
122
+ {
123
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.end_date",
124
+ "property_label_default": "End date",
125
+ "ldpath": "getty:biographyPreferred / getty:estEnd",
126
+ "selectable": false,
127
+ "drillable": false
128
+ },
129
+ {
130
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.foundation_location",
131
+ "property_label_default": "Foundation location",
132
+ "ldpath": "getty:biographyPreferred/schema:foundationLocation / ^foaf:focus / getty:parentString :: xsd:string",
133
+ "selectable": false,
134
+ "drillable": false
135
+ },
136
+ {
137
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.nationality",
138
+ "property_label_default": "Nationality",
139
+ "ldpath": "schema:nationality / skosxl:prefLabel / skosxl:literalForm :: xsd:string",
140
+ "selectable": false,
141
+ "drillable": false
142
+ },
143
+ {
144
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.birth_place",
145
+ "property_label_default": "Birth place",
146
+ "ldpath": "getty:biographyPreferred / schema:birthPlace / ^foaf:focus / skosxl:prefLabel / skosxl:literalForm :: xsd:string",
147
+ "selectable": false,
148
+ "drillable": false
149
+ },
150
+ {
151
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.death_place",
152
+ "property_label_default": "Death place",
153
+ "ldpath": "getty:biographyPreferred / schema:deathPlace / ^foaf:focus / skosxl:prefLabel / skosxl:literalForm :: xsd:string",
154
+ "selectable": false,
155
+ "drillable": false
156
+ },
157
+ {
158
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.agent_type",
159
+ "property_label_default": "Agent type",
160
+ "ldpath": "^foaf:focus / getty:agentType / skosxl:altLabel / skosxl:literalForm :: xsd:string",
161
+ "selectable": false,
162
+ "drillable": false
163
+ },
164
+ {
165
+ "property_label_i18n": "qa.linked_data.authority.getty_tgn_ld4l_cache.gender",
166
+ "property_label_default": "Gender",
167
+ "ldpath": "getty:biographyPreferred/schema:gender / skosxl:prefLabel / skosxl:literalForm :: xsd:string",
168
+ "selectable": false,
169
+ "drillable": false
170
+ },
171
+ {
172
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.broader",
173
+ "property_label_default": "Broader",
174
+ "ldpath": "^foaf:focus/getty:broaderPreferred :: xsd:string",
175
+ "selectable": false,
176
+ "drillable": true,
177
+ "expansion_label_ldpath": "skos:prefLabel ::xsd:string",
178
+ "expansion_id_ldpath": "dc:identifier ::xsd:string"
179
+ },
180
+ {
181
+ "property_label_i18n": "qa.linked_data.authority.getty_aat_ld4l_cache.scope_note",
182
+ "property_label_default": "Scope note",
183
+ "ldpath": "^foaf:focus/skos:scopeNote :: xsd:string",
184
+ "selectable": false,
185
+ "drillable": false
186
+ }
187
+ ]
188
+ },
92
189
  "subauthorities": {
93
190
  "person": "Person",
94
191
  "organization": "Organization"
95
192
  }
96
193
  }
97
194
  }
98
-
@@ -0,0 +1,90 @@
1
+ {
2
+ "QA_CONFIG_VERSION": "2.2",
3
+ "service_uri": "http://ld4l.org/ld4l_services/cache",
4
+ "prefixes": {
5
+ "schema": "http://schema.org/",
6
+ "vivo": "http://vivoweb.org/ontology/core#"
7
+ },
8
+ "term": {},
9
+ "search": {
10
+ "url": {
11
+ "@context": "http://www.w3.org/ns/hydra/context.jsonld",
12
+ "@type": "IriTemplate",
13
+ "template": "http://services.ld4l.org/ld4l_services/isni_batch.jsp?{?query}&{?maxRecords}&{?startRecord}&{?lang}",
14
+ "variableRepresentation": "BasicRepresentation",
15
+ "mapping": [
16
+ {
17
+ "@type": "IriTemplateMapping",
18
+ "variable": "query",
19
+ "property": "hydra:freetextQuery",
20
+ "required": true,
21
+ "encode": true
22
+ },
23
+ {
24
+ "@type": "IriTemplateMapping",
25
+ "variable": "maxRecords",
26
+ "property": "hydra:freetextQuery",
27
+ "required": false,
28
+ "default": "20"
29
+ },
30
+ {
31
+ "@type": "IriTemplateMapping",
32
+ "variable": "startRecord",
33
+ "property": "hydra:freetextQuery",
34
+ "required": false,
35
+ "default": "1"
36
+ },
37
+ {
38
+ "@type": "IriTemplateMapping",
39
+ "variable": "lang",
40
+ "property": "hydra:freetextQuery",
41
+ "required": false,
42
+ "default": "en"
43
+ }
44
+ ]
45
+ },
46
+ "qa_replacement_patterns": {
47
+ "query": "query",
48
+ "start_record": "startRecord",
49
+ "requested_records": "maxRecords"
50
+ },
51
+ "total_count_ldpath": "vivo:count",
52
+ "results": {
53
+ "label_ldpath": "foaf:name | schema:name | skos:altLabel | schema:alternateName ::xsd:string",
54
+ "sort_ldpath": "vivo:rank ::xsd:string"
55
+ },
56
+ "context": {
57
+ "properties": [
58
+ {
59
+ "property_label_i18n": "qa.linked_data.authority.isni_ld4l_cache.name",
60
+ "property_label_default": "Name",
61
+ "ldpath": "foaf:name | schema:name | skos:altLabel | schema:alternateName :: xsd:string",
62
+ "selectable": true,
63
+ "drillable": false
64
+ },
65
+ {
66
+ "property_label_i18n": "qa.linked_data.authority.isni_ld4l_cache.type",
67
+ "property_label_default": "Type",
68
+ "ldpath": "rdf:type :: xsd:string",
69
+ "selectable": false,
70
+ "drillable": false
71
+ },
72
+ {
73
+ "property_label_i18n": "qa.linked_data.authority.isni_ld4l_cache.isni",
74
+ "property_label_default": "ISNI",
75
+ "ldpath": "schema:identifier/schema:value :: xsd:string",
76
+ "selectable": false,
77
+ "drillable": false
78
+ },
79
+ {
80
+ "property_label_i18n": "qa.linked_data.authority.isni_ld4l_cache.isni_label",
81
+ "property_label_default": "ISNI Label",
82
+ "ldpath": "rdfs:label :: xsd:string",
83
+ "selectable": false,
84
+ "drillable": false
85
+ }
86
+ ]
87
+ }
88
+ }
89
+ }
90
+