You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
atOm aNt edited this page Jan 21, 2014
·
3 revisions
API implementation
__TO_BE_COMPLETED__
# First node on the graph ( Has Narrowers but no Broader Concepts )
GET /api/gettopconcepts
Parameters
lang -> language
Example
http://kos.appgee.net/api/gettopconcepts?lang=en
# Parent nodes
GET /api/getbroaderconcepts
Parameters
lang -> language
uri -> URI
Example
http://__ Kosa server __ /api/getbroaderconcepts?uri=http://aims.fao.org/aos/agrovoc/c_1329377502888&lang=de
# Children nodes. (Returns {} if none)
GET /api/getnarrowerconcepts
Parameters
lang -> language
uri -> URI
Example
http:// __ Kosa Server __ /api/getnarrowerconcepts?uri=http://aims.fao.org/aos/agrovoc/c_1329377502888&lang=de
# Top nodes
GET /api/gettopconcepts
Parameters
lang -> language
Example
http:// __ Kosa Server __ /api/gettopconcepts?lang=en