Enrico Anello (CSI) developed a harvester and a browser to get Caliper data in the SWS. The harvester is currently deployed for the QA version of SWS, .

The havester queries the SPARQL endpoint and makes classifications available for use in SWS. The retrieval of classifications is done by using classificaitons’ acronyms, which the user is supposed to know (because of a limitiation of SWS). The user can get to know the acronyms using the browser.

Both can connect to two endpoints (users can select via cascade menu):

private String INTERNAL_ENDPOINT = " https://datalab.review.fao.org/caliper/sparql/";
private String EXTERNAL_ENDPOINT = "https://stats.fao.org/caliper/sparql/AllVocs";

Future arrangment: The external will be replaced by Caliper @Globalplatform. Likely, SWS will only need the INTERNAL. 

Harvester

SWS harvester for Caliper on SWS DEV. To use it: Go to Reference Data -> Codelists and type in “caliper”. You will get a “Test Caliper Codelist”. Click on “Test Caliper Codelist”. Then, in tab “Updates” you should type in the acronym of the classification you want to check. For the list of acronyms, please refer to the browser (left panel), screenshot attached.


Browser

https://sws.dev.fao.org/caliperbrowser/



Write a comment…