File "api/hints.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_hints |
size: | 11277 |
Recent changes
4 years, 8 months ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... |
4 years, 8 months ago | Jacco van Ossenbruggen | rdf11 |
10 years ago | Jacco van Ossenbruggen | FIXED: broken logic in ambiguity hint |
10 years ago | Jacco van Ossenbruggen | FIXED: do not call node_stats with all params ... |
10 years ago | Jacco van Ossenbruggen | REFACT: phase out voc_property |
This file requires
- From packages
- ag_stats.pl: node_stats/4
- ag_strategy.pl: strategy_vocabulary/2
- mapping_graph.pl: map_localname/3, map_nickname/3
- From ClioPatria
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2
- library(semweb/rdf_label) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_link_to_id/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(option) resolved by
- option.pl: option/2
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4, rdf_has/3, rdf_graph/1, rdf_equal/2, rdf_global_id/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_individual_of/2
- library(http/http_dispatch) resolved by
Required predicates
- http_handler/3 from library(http/http_dispatch)
- http_link_to_id/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- map_localname/3 from mapping_graph.pl
- map_nickname/3 from mapping_graph.pl
- member/2 autoloaded
- node_stats/4 from ag_stats.pl
- option/2 from library(option)
- rdf/4 from library(semweb/rdf11)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_equal/2 from library(semweb/rdf11)
- rdf_global_id/2 from library(semweb/rdf11)
- rdf_graph/1 from library(semweb/rdf11)
- rdf_has/3 from library(semweb/rdf11)
- rdfs_individual_of/2 from library(semweb/rdfs)
- reply_json/1 from library(http/http_json)
- strategy_vocabulary/2 from ag_strategy.pl