Skip to content

Commit

Permalink
Merge pull request #1309 from LD4P/lookup/lcnaf
Browse files Browse the repository at this point in the history
update LCNAF RWO/authorities to match indexing spreadsheet
  • Loading branch information
jermnelson committed Sep 12, 2019
2 parents aaf9721 + 6ac8fab commit 223f805
Showing 1 changed file with 14 additions and 22 deletions.
36 changes: 14 additions & 22 deletions static/lookupConfig.json
Expand Up @@ -454,50 +454,42 @@
"component": "lookup"
},
{
"label": "LOC person [names] (QA)",
"label": "LOC person [names (rwo)] (QA)",
"uri": "urn:ld4p:qa:names:person",
"authority": "locnames_ld4l_cache",
"authority": "locnames_rwo_ld4l_cache",
"subauthority": "person",
"language": "en",
"component": "lookup"
},
{
"label": "LOC organization [names] (QA)",
"label": "LOC organization [names (rwo)] (QA)",
"uri": "urn:ld4p:qa:names:organization",
"authority": "locnames_ld4l_cache",
"authority": "locnames_ld4l_rwo_cache",
"subauthority": "organization",
"language": "en",
"component": "lookup"
},
{
"label": "LOC place [names] (QA)",
"uri": "urn:ld4p:qa:names:place",
"authority": "locnames_ld4l_cache",
"subauthority": "place",
"language": "en",
"component": "lookup"
},
{
"label": "LOC intangible [names] (QA)",
"uri": "urn:ld4p:qa:names:intangible",
"authority": "locnames_ld4l_cache",
"subauthority": "intangible",
"label": "LOC family [names (rwo)] (QA)",
"uri": "urn:ld4p:qa:names:family",
"authority": "locnames_ld4l_rwo_cache",
"subauthority": "family",
"language": "en",
"component": "lookup"
},
{
"label": "LOC geocoordinates [names] (QA)",
"uri": "urn:ld4p:qa:names:geocoordinates",
"label": "LOC geographic [names] (QA)",
"uri": "urn:ld4p:qa:names:geographic",
"authority": "locnames_ld4l_cache",
"subauthority": "geocoordinates",
"subauthority": "geographic",
"language": "en",
"component": "lookup"
},
{
"label": "LOC work [names] (QA)",
"uri": "urn:ld4p:qa:names:work",
"label": "LOC conference [names] (QA)",
"uri": "urn:ld4p:qa:names:conference",
"authority": "locnames_ld4l_cache",
"subauthority": "work",
"subauthority": "conference",
"language": "en",
"component": "lookup"
},
Expand Down

0 comments on commit 223f805

Please sign in to comment.