File "components/amalgame/startpage.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_component_startpage |
size: | 8696 |
Recent changes
4 years, 8 months ago | Jacco van Ossenbruggen | rdf11 |
10 years ago | Jacco van Ossenbruggen | IMPROVED: do not send out bulky properties dic ... |
10 years ago | Jacco van Ossenbruggen | IMPROVED: UI only: table header on startpage |
10 years ago | Jacco van Ossenbruggen | FIXED: removed forgotten debug statement |
10 years ago | Jacco van Ossenbruggen | FIXED: make html_vocab_rows robust against mis ... |
This file requires
- From packages
- util.pl: html_showlist/3
- ag_stats.pl: node_stats/4
- expand_graph.pl: precompute_node/2
- rdf_util.pl: rdf_graph_label/2
- util.pl: has_write_permission/0
- From ClioPatria
- components(label) resolved by
- label.pl: turtle_label/3
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- components(label) resolved by
- From the Prolog library
- library(http/html_head) resolved by
- html_head.pl: html_requires/3
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_location_by_id/2, http_link_to_id/3
- library(option) resolved by
- option.pl: option/2, option/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4, rdf_estimate_complexity/4, rdf_equal/2
- library(http/html_head) resolved by
Exported predicates
- html_import/2
- html_new/3
- html_open/3
- html_publish/3
- html_reference/2
Required predicates
- has_write_permission/0 from util.pl
- html/3 from library(http/html_write)
- html_requires/3 from library(http/html_head)
- html_showlist/3 from util.pl
- http_link_to_id/3 from library(http/http_dispatch)
- http_location_by_id/2 from library(http/http_dispatch)
- literal_text/2 from library(semweb/rdf_label)
- node_stats/4 from ag_stats.pl
- option/2 from library(option)
- option/3 from library(option)
- precompute_node/2 from expand_graph.pl
- rdf/4 from library(semweb/rdf11)
- rdf_equal/2 from library(semweb/rdf11)
- rdf_estimate_complexity/4 from library(semweb/rdf11)
- rdf_graph_label/2 from rdf_util.pl
- turtle_label/3 from components(label)