File "api/autocomplete_api.pl"[download]
in pack: | autocompletion |
---|---|
Prolog module: | autocomplete_api |
size: | 3294 |
Recent changes
10 years ago | Jacco van Ossenbruggen | IMPROVED: try harder to communicate matching label |
10 years ago | Jacco van Ossenbruggen | serve a mix of tokenized prefix and pure prefi ... |
10 years ago | Jacco van Ossenbruggen | IMPROVED: removed unused code, re-use generic ... |
10 years ago | Jacco van Ossenbruggen | fixed: skos:notation is a literal property |
10 years ago | Jacco van Ossenbruggen | move out some code to skos cpack, dictify json ... |
This file requires
- From packages
- library(skos/json) resolved by
- json.pl: json_all_literal_propvalues/3
- library(skos/util) resolved by
- util.pl: skos_all_labels/2, skos_notation_ish/2, skos_parent_child/2, skos_related_concept/2
- ac_list_util.pl: list_limit/4
- instance_search.pl: instance_search/3
- library(skos/json) resolved by
- 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(apply) resolved by
- apply.pl: maplist/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(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(apply) resolved by
This file is used by
- enable_autocomplete.pl from package image_annotation
- evaluater.pl from package amalgame
Required predicates
- append/2 autoloaded
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- instance_search/3 from instance_search.pl
- json_all_literal_propvalues/3 from library(skos/json)
- list_limit/4 from ac_list_util.pl
- maplist/3 from library(apply)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_has/3 from library(semweb/rdf_db)
- reply_json/1 from library(http/http_json)
- skos_all_labels/2 from library(skos/util)
- skos_notation_ish/2 from library(skos/util)
- skos_parent_child/2 from library(skos/util)
- skos_related_concept/2 from library(skos/util)