File "lib/cluster_search/rdf_cluster.pl"[download]
in pack: | cluster_search |
---|---|
Prolog module: | rdf_cluster |
size: | 11500 |
Recent changes
10 years ago | Chris Dijkshoorn | Removed unused predicates from rdf_cluster. |
10 years ago | Chris Dijkshoorn | Reinstated the stripping of alignments in clus ... |
12 years ago | Jacco van Ossenbruggen | remove unused module imports |
12 years ago | Jacco van Ossenbruggen | more cleanup |
12 years ago | Jacco van Ossenbruggen | try to resolve step_weight/4 dependency issues ... |
This file requires
- From packages
- rdf_backward_search.pl: predicate_weight/2
- rdf_graph.pl: search_graph_node_type/3, search_graph_rdf/4
- From the Prolog library
- library(assoc) resolved by
- assoc.pl: empty_assoc/1, get_assoc/3, put_assoc/4
- library(debug) resolved by
- debug.pl: debug/3
- library(lists) resolved by
- lists.pl: append/3, reverse/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_equal/2, rdf_global_id/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_subproperty_of/2, rdfs_individual_of/2
- library(assoc) resolved by
Exported predicates
- cached_search_path/6
- canonical_path/2
- direct_path/2
- empty_path_cache/1
- graph_path/5
- partial_schema_path/2
- predicate_schema_path/2
- schema_path/2
- search_path/3
- search_path/4
- step_weight/4
- strip_alignment/2
- strip_rdf_value/2
Required predicates
- append/3 from library(lists)
- debug/3 from library(debug)
- empty_assoc/1 from library(assoc)
- get_assoc/3 from library(assoc)
- predicate_weight/2 from rdf_backward_search.pl
- put_assoc/4 from library(assoc)
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_global_id/2 from library(semweb/rdf_db)
- rdfs_individual_of/2 from library(semweb/rdfs)
- rdfs_subproperty_of/2 from library(semweb/rdfs)
- reverse/2 from library(lists)
- search_graph_node_type/3 from rdf_graph.pl
- search_graph_rdf/4 from rdf_graph.pl