File "api/mapping.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_mapping |
size: | 2703 |
Recent changes
4 years, 8 months ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... |
10 years ago | Jacco van Ossenbruggen | make sure that augment_relations also takes in ... |
10 years ago | Jacco van Ossenbruggen | Fixed typo |
10 years ago | Jacco van Ossenbruggen | split up api for requesting a set of mappings ... |
10 years ago | Jacco van Ossenbruggen | FIXED: overruled message formatting |
This file requires
- From packages
- library(skos/util) resolved by
- util.pl: skos_notation_ish/2
- ag_stats.pl: node_stats/4
- expand_graph.pl: expand_node/3
- mapping_graph.pl: augment_relations/4, mapping_relation/2
- util.pl: list_limit/4, list_offset/3, sort_by_arg/3
- library(skos/util) resolved by
- From the Prolog library
- library(apply) resolved by
- apply.pl: maplist/3
- 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(lists) resolved by
- lists.pl: append/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(settings) resolved by
- settings.pl: setting/4, setting/2
- library(apply) resolved by
Required predicates
- append/2 from library(lists)
- augment_relations/4 from mapping_graph.pl
- expand_node/3 from expand_graph.pl
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- list_limit/4 from util.pl
- list_offset/3 from util.pl
- maplist/3 from library(apply)
- mapping_relation/2 from mapping_graph.pl
- node_stats/4 from ag_stats.pl
- option/2 from library(option)
- option/3 from library(option)
- reply_json/1 from library(http/http_json)
- setting/2 from library(settings)
- setting/4 from library(settings)
- skos_notation_ish/2 from library(skos/util)
- sort_by_arg/3 from util.pl