File "api/form/amalgame/startpage.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_form_startpage |
size: | 7861 |
Recent changes
4 years, 9 months ago | Jacco van Ossenbruggen | FIXED: rdf_bnode/1 -> rdf_create_bnode |
4 years, 9 months ago | Jacco van Ossenbruggen | DOC: fixed comment copy/paste errir fir http_a ... |
4 years, 9 months ago | Jacco van Ossenbruggen | startpage rdf11 |
9 years ago | Jacco van Ossenbruggen | do reference file uploads using idiom at http: ... |
10 years ago | Jacco van Ossenbruggen | REFACTORING: hide amalgame:includes behind str ... |
This file requires
- From packages
- ag_provenance.pl: provenance_graph/2
- ag_strategy.pl: strategy_add_vocabulary/2
- rdf_util.pl: rdf_cp_graph/3, rdf_cp_graphs/2, rdf_graph_label/2
- util.pl: assert_user_provenance/2, now_xsd/1
- From ClioPatria
- library(semweb/rdf_file_type) resolved by
- rdf_file_type.pl: rdf_guess_format_and_load/2
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- user(preferences) resolved by
- preferences.pl: user_preference/2
- user(user_db) resolved by
- user_db.pl: authorized/1
- library(semweb/rdf_file_type) resolved by
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- library(gensym) resolved by
- gensym.pl: reset_gensym/1, gensym/2
- library(http/http_client) resolved by
- http_client.pl: http_read_data/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3, http_redirect/3, http_link_to_id/3
- library(http/http_header) resolved by
- http_header.pl: http_parse_header_value/3
- library(http/http_multipart_plugin) resolved by
- http_multipart_plugin.pl no exports
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(memfile) resolved by
- memfile.pl: free_memory_file/1, open_memory_file/3, atom_to_memory_file/2
- library(pairs) resolved by
- pairs.pl: pairs_keys/2
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4, rdf_assert/4, rdf_create_bnode/1, rdf_load/2, rdf_unload_graph/1, rdf_graph/1, rdf_equal/2
- library(settings) resolved by
- settings.pl: setting/2
- library(apply) resolved by
Required predicates
- assert_user_provenance/2 from util.pl
- atom_to_memory_file/2 from library(memfile)
- authorized/1 from user(user_db)
- free_memory_file/1 from library(memfile)
- gensym/2 from library(gensym)
- 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)
- http_parse_header_value/3 from library(http/http_header)
- http_read_data/3 from library(http/http_client)
- http_redirect/3 from library(http/http_dispatch)
- literal_text/2 from library(semweb/rdf_label)
- maplist/3 from library(apply)
- member/2 autoloaded
- now_xsd/1 from util.pl
- open_memory_file/3 from library(memfile)
- option/2 autoloaded
- pairs_keys/2 from library(pairs)
- provenance_graph/2 from ag_provenance.pl
- rdf/4 from library(semweb/rdf11)
- rdf_assert/4 from library(semweb/rdf11)
- rdf_cp_graph/3 from rdf_util.pl
- rdf_cp_graphs/2 from rdf_util.pl
- rdf_create_bnode/1 from library(semweb/rdf11)
- rdf_equal/2 from library(semweb/rdf11)
- rdf_graph/1 from library(semweb/rdf11)
- rdf_graph_label/2 from rdf_util.pl
- rdf_guess_format_and_load/2 from library(semweb/rdf_file_type)
- rdf_load/2 from library(semweb/rdf11)
- rdf_unload_graph/1 from library(semweb/rdf11)
- reset_gensym/1 from library(gensym)
- setting/2 from library(settings)
- strategy_add_vocabulary/2 from ag_strategy.pl
- user_preference/2 from user(preferences)