forked from LD4P/qa_server_aws_deploy
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create loccountries_ld4l_cache_validation.yml
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
config/authorities/linked_data/scenarios/loccountries_ld4l_cache_validation.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
authority: | ||
service: ld4l_cache | ||
context: true | ||
search: | ||
#------------------ | ||
# Connection tests | ||
#------------------ | ||
- | ||
query: smithsonian | ||
#------------------ | ||
# Accuracy tests | ||
#------------------ | ||
# active | ||
- | ||
query: Afghanistan | ||
position: 30 | ||
subject_uri: "http://id.loc.gov/vocabulary/countries/af" | ||
replacements: | ||
maxRecords: '20' | ||
- | ||
query: bahamas | ||
position: 3 | ||
subject_uri: "http://id.loc.gov/vocabulary/countries/bf" | ||
replacements: | ||
maxRecords: '10' | ||
- | ||
query: Washington (State) | ||
position: 3 | ||
subject_uri: "http://id.loc.gov/vocabulary/geographicAreas/n-us-wa" | ||
replacements: | ||
maxRecords: '10' | ||
term: | ||
- | ||
identifier: "http://id.loc.gov/vocabulary/countries/nkc" | ||
- | ||
identifier: "http://id.loc.gov/vocabulary/geographicAreas/n-us-wa" |