File "api/correspondence.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_api_correspondence |
size: | 2837 |
Recent changes
4 years, 8 months ago | Jacco van Ossenbruggen | FIXED: misc left overs from map.pl refactoring |
4 years, 8 months ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... |
4 years, 8 months ago | Jacco van Ossenbruggen | rdf11. Removed final explict import of rdf_db |
10 years ago | Jacco van Ossenbruggen | make sure that augment_relations also takes in ... |
10 years ago | Jacco van Ossenbruggen | augment mappings with info from reference alig ... |
This file requires
- From packages
- correspondence.pl: html_correspondences/4
- correspondence.pl: sort_correspondences/3
- expand_graph.pl: expand_node/3
- mapping_graph.pl: augment_relations/4, has_correspondence/2, mapping_relation/2
- From the Prolog library
- library(http/html_write) resolved by
- html_write.pl: html_current_option/1, print_html/1
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(lists) resolved by
- lists.pl: member/2, append/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4
- library(http/html_write) resolved by
Required predicates
- append/3 from library(lists)
- augment_relations/4 from mapping_graph.pl
- expand_node/3 from expand_graph.pl
- has_correspondence/2 from mapping_graph.pl
- html_correspondences/4 from correspondence.pl
- html_current_option/1 from library(http/html_write)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- mapping_relation/2 from mapping_graph.pl
- member/2 from library(lists)
- print_html/1 from library(http/html_write)
- rdf/4 from library(semweb/rdf11)
- sort_correspondences/3 from correspondence.pl