File "api/cluster_search.pl"[download]
in pack: | cluster_search |
---|---|
Prolog module: | cluster_search |
size: | 7036 |
Recent changes
10 years ago | Chris Dijkshoorn | Search target is now a parameter. |
10 years ago | Chris Dijkshoorn | Reset settings in rdf_search defaults and sett ... |
10 years ago | Chris Dijkshoorn | Made organize_resources reusable and added rdf ... |
10 years ago | Chris Dijkshoorn | Added meta predicate to allow class_of to func ... |
10 years ago | Chris Dijkshoorn | Minor text changes. |
This file requires
- From packages
- graph_search.pl: graph_search/3
- rdf_cluster.pl: cached_search_path/6, canonical_path/2, empty_path_cache/1, partial_schema_path/2, schema_path/2, strip_alignment/2
- rdf_search.pl: rdf_search_property/2
- settings.pl no exports
- From the Prolog library
- 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(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3, rdf_equal/2
- library(http/http_dispatch) resolved by
This file is used by
- accurator.pl from package accurator
- strategy_expertise.pl from package accurator
Exported predicates
- cluster_search/2
- organize_resources/3
- reply_clusters/1
Required predicates
- append/3 autoloaded
- cached_search_path/6 from rdf_cluster.pl
- canonical_path/2 from rdf_cluster.pl
- debug/3 autoloaded
- empty_path_cache/1 from rdf_cluster.pl
- graph_search/3 from graph_search.pl
- group_pairs_by_key/2 autoloaded
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- option/2 autoloaded
- option/3 autoloaded
- partial_schema_path/2 from rdf_cluster.pl
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_search_property/2 from rdf_search.pl
- reply_json/1 from library(http/http_json)
- schema_path/2 from rdf_cluster.pl
- setting/2 autoloaded
- strip_alignment/2 from rdf_cluster.pl