Update notes for 2020-07-06

This commit is contained in:
2020-07-06 20:53:54 +03:00
parent 4e08050c03
commit 2df895cc51
20 changed files with 29 additions and 25 deletions

View File

@ -268,5 +268,7 @@ $ ./agrovoc-lookup.py -i 2020-07-05-cgspace-subjects.txt -om 2020-07-05-cgspace-
- I modified the `agrovoc-lookup.py` script to save its results as a CSV, with the subject, language, type of match (preferred, alternate, and total number of matches) rather than save two separate files
- Note that I see `prefLabel`, `matchedPrefLabel`, and `altLabel` in the REST API responses and I'm not sure what the second one means
- I emailed FAO's AGROVOC contact to ask them
- They responded to say that `matchedPrefLabel` is not a property in SKOS/SKOSXL vocabulary, but their SKOSMOS system seems to use it to hint that the search terms matched a `prefLabel` in another language
- I will treat the `matchedPrefLabel` values as if they were `prefLabel` values for the indicated language then
<!-- vim: set sw=2 ts=2: -->