File "lib/cluster_search/rdf_backward_search.pl"[download]
in pack: | cluster_search |
---|---|
Prolog module: | rdf_backward_search |
size: | 3883 |
Recent changes
10 years ago | Chris Dijkshoorn | Changed the name of the settings. |
10 years ago | Chris Dijkshoorn | Add oa namespace to backward search. |
10 years ago | Chris Dijkshoorn | Translate annotation structure into dc:subject. |
11 years ago | Chris Dijkshoorn | Added debugging messages and new analytics code. |
11 years ago | Chris Dijkshoorn | Simplified things (a bit to much maybe). |
This file requires
- From packages
- owl_ultra_lite.pl could not find proof of dependency
- rdf_search.pl: rdf_extend_search/1, rdf_keyword_search/4, rdf_search_property/2
- From the Prolog library
- library(debug) resolved by
- debug.pl: debug/3, debugging/1
- library(lists) resolved by
- lists.pl: member/2
- library(option) resolved by
- option.pl: option/3
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_is_bnode/1, rdf_equal/2, rdf_register_prefix/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_subproperty_of/2
- library(debug) resolved by
Exported predicates
- predicate_weight/2
- rdf_backward_search/4
Required predicates
- debug/3 from library(debug)
- debugging/1 from library(debug)
- member/2 from library(lists)
- option/3 from library(option)
- owl_ultra_lite:inverse_predicate/2 public in owl_ultra_lite.pl
- rdf/3 from library(semweb/rdf_db)
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_extend_search/1 from rdf_search.pl
- rdf_is_bnode/1 from library(semweb/rdf_db)
- rdf_keyword_search/4 from rdf_search.pl
- rdf_register_prefix/2 from library(semweb/rdf_db)
- rdf_search_property/2 from rdf_search.pl
- rdfs_subproperty_of/2 from library(semweb/rdfs)
- setting/2 autoloaded