File "api/evaluate.pl"[download]
| in pack: | amalgame | 
|---|---|
| Prolog module: | ag_evaluate | 
| size: | 5740 | 
Recent changes
| 3 years, 11 months ago | Jacco van Ossenbruggen | fixed: some left over errors from the atom -> ... | 
| 6 years ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... | 
| 6 years ago | Jacco van Ossenbruggen | rdf11 | 
| 10 years ago | Jacco van Ossenbruggen | IMPROVED: make flushing of stats cache depeden ... | 
| 11 years ago | Jacco van Ossenbruggen | REFACTORING: mv strategy structure manipulatio ... | 
This file requires
- From packages
- library(skos/util) resolved by
- util.pl: skos_notation_ish/2
 
 - ag_evaluation.pl: evaluation_graph/3
 - ag_stats.pl: node_stats/4
 - ag_strategy.pl: strategy_process_entity/3
 - caching.pl: flush_expand_cache/2, flush_refs_cache/1
 - edoal.pl: assert_cell/3
 - expand_graph.pl: expand_node/3
 - mapping_graph.pl: has_correspondence/2, mapping_relation/2, remove_correspondence/2
 - util.pl: now_xsd/1
 
 - library(skos/util) resolved by
 - From ClioPatria
- user(user_db) resolved by
- user_db.pl: user_property/2, logged_on/2
 
 
 - user(user_db) resolved by
 - From the Prolog library
- 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/json) resolved by
- json.pl: atom_json_dict/3
 
 - library(lists) resolved by
- lists.pl: member/2
 
 - library(option) resolved by
- option.pl: option/2, option/3, merge_options/3
 
 - library(semweb/rdf11) resolved by
- rdf11.pl: rdf_equal/2
 
 
 - library(http/http_dispatch) resolved by
 
Required predicates
- assert_cell/3 from edoal.pl
 - atom_json_dict/3 from library(http/json)
 - debug/3 autoloaded
 - evaluation_graph/3 from ag_evaluation.pl
 - expand_node/3 from expand_graph.pl
 - flush_expand_cache/2 from caching.pl
 - flush_refs_cache/1 from caching.pl
 - has_correspondence/2 from mapping_graph.pl
 - http_handler/3 from library(http/http_dispatch)
 - http_parameters/2 from library(http/http_parameters)
 - logged_on/2 from user(user_db)
 - mapping_relation/2 from mapping_graph.pl
 - member/2 from library(lists)
 - merge_options/3 from library(option)
 - node_stats/4 from ag_stats.pl
 - now_xsd/1 from util.pl
 - option/2 from library(option)
 - option/3 from library(option)
 - rdf_equal/2 from library(semweb/rdf11)
 - remove_correspondence/2 from mapping_graph.pl
 - reply_json/1 from library(http/http_json)
 - skos_notation_ish/2 from library(skos/util)
 - strategy_process_entity/3 from ag_strategy.pl
 - user_property/2 from user(user_db)