File "lib/cluster_search/cs_filter.pl"[download]
in pack: | cluster_search |
---|---|
Prolog module: | cs_filter |
size: | 10477 |
Recent changes
10 years ago | Chris Dijkshoorn | Changed the name of the settings. |
11 years ago | Chris Dijkshoorn | Changed name of filter module to cs_filter. |
This file requires
- From packages
- graph_search.pl: graph_search/3
- kwd_search.pl: find_literals/3
- rdf_search.pl: rdf_search_property/2
- rdfs_plus_skos.pl: query_ext_map/2, rdfs_plus_skos/5, resource_ext_map/2
- 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(error) resolved by
- error.pl: domain_error/2
- library(http/json) resolved by
- json.pl: atom_json_term/3
- library(http/json_convert) resolved by
- json_convert.pl: prolog_to_json/2, json_to_prolog/2
- library(lists) resolved by
- lists.pl: member/2, append/3, select/3
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_subject/1, rdf_current_predicate/1, rdf_equal/2
- library(settings) resolved by
- settings.pl: setting/2
- library(error) resolved by
This file is used by
- strategy_expertise.pl from package accurator
Exported predicates
- filter_from_parameters/2
- filter_from_parameters/3
- filter_to_goal/4
- filter_to_json/2
- filter_to_parameter/2
- json_filter_to_prolog/2
- search_filter/2
- target_goal/3
Required predicates
- append/3 from library(lists)
- atom_json_term/3 from library(http/json)
- domain_error/2 from library(error)
- find_literals/3 from kwd_search.pl
- graph_search/3 from graph_search.pl
- json_convert:clear_cache/0 public in json_convert.pl
- json_convert:prolog_to_json/3 public in json_convert.pl
- json_to_prolog/2 from library(http/json_convert)
- member/2 from library(lists)
- prolog_to_json/2 from library(http/json_convert)
- query_ext_map/2 from rdfs_plus_skos.pl
- rdf_current_predicate/1 from library(semweb/rdf_db)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_search_property/2 from rdf_search.pl
- rdf_subject/1 from library(semweb/rdf_db)
- rdfs_plus_skos/5 from rdfs_plus_skos.pl
- resource_ext_map/2 from rdfs_plus_skos.pl
- select/3 from library(lists)
- setting/2 from library(settings)