File "api/reconcile.pl"[download]
in pack: | yaz |
---|---|
Prolog module: | reconcile |
size: | 8851 |
Recent changes
13 years ago | Michiel Hildebrand | typo |
13 years ago | Michiel Hildebrand | fix reconcile |
13 years ago | Michiel Hildebrand | FIX reconciliation API according to standard |
13 years ago | Michiel Hildebrand | fix reconciliation |
13 years ago | Michiel Hildebrand | store reconciled tags |
This file requires
- From packages
- library(find_resource) resolved by
- find_resource.pl: find_resource_by_name/3
- yaz_util.pl: display_label/2, list_limit/4
- library(find_resource) resolved by
- From ClioPatria
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- user(user_db) resolved by
- user_db.pl: logged_on/2
- library(semweb/rdf_label) resolved by
- From the Prolog library
- library(http/http_client) resolved by
- http_client.pl: http_get/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_path) resolved by
- http_path.pl could not find proof of dependency
- library(http/http_session) resolved by
- http_session.pl: http_in_session/1
- library(http/json) resolved by
- json.pl: json_write/2, json_write/3
- library(http/json_convert) resolved by
- json_convert.pl: json_to_prolog/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_has/3, rdf_assert/4, rdf_equal/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_individual_of/2
- library(http/http_client) resolved by
This file is used by
- exp_stats.pl from package waisda
- p1.pl from package vumix
- semrank.pl from package vumix
- tag_cluster.pl from package vumix
- tag_interpret.pl from package vumix
- tagrank.pl from package vumix
Exported predicates
- flush_reconcile_cache/0
- reconcile/3
- reconcile/5
Required predicates
- concat_atom/2 autoloaded
- display_label/2 from yaz_util.pl
- find_resource_by_name/3 from library(find_resource)
- http_get/3 from library(http/http_client)
- http_handler/3 from library(http/http_dispatch)
- http_in_session/1 from library(http/http_session)
- http_parameters/2 from library(http/http_parameters)
- json_to_prolog/2 from library(http/json_convert)
- json_write/2 from library(http/json)
- json_write/3 from library(http/json)
- list_limit/4 from yaz_util.pl
- literal_text/2 from library(semweb/rdf_label)
- logged_on/2 from user(user_db)
- option/2 autoloaded
- option/3 autoloaded
- rdf/3 from library(semweb/rdf_db)
- rdf_assert/4 from library(semweb/rdf_db)
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdfs_individual_of/2 from library(semweb/rdfs)
- reply_json/1 from library(http/http_json)
- www_form_encode/2 autoloaded