File "lib/xmlrdf/rdf_rewrite.pl"[download]
in pack: | xmlrdf |
---|---|
Prolog module: | rdf_rewrite |
size: | 24678 |
Recent changes
11 years ago | Jan Wielemaker | MODIFIED: Allow mixed qualified and non-qualif ... |
13 years ago | Jan Wielemaker | Added suppiort to profile execution of rules |
13 years ago | Jan Wielemaker | Update PceEmacs colour support to recent version |
14 years ago | Jan Wielemaker | Copied files from original xmlrdf |
This file requires
- From packages
- rdf_rename.pl could not find proof of dependency
- From the Prolog library
- library(apply) resolved by
- apply.pl: partition/4, maplist/2, maplist/3
- library(debug) resolved by
- debug.pl: debug/3, debugging/1, assertion/1
- library(error) resolved by
- error.pl: type_error/2, domain_error/2, existence_error/2, instantiation_error/1, representation_error/1, must_be/2
- library(lists) resolved by
- lists.pl: member/2, append/3, select/3, nth1/3, flatten/2, union/3
- library(option) resolved by
- option.pl: option/3
- library(pairs) resolved by
- pairs.pl: group_pairs_by_key/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/4, rdf_assert/4, rdf_retractall/4, rdf_predicate_property/2, rdf_transaction/2, rdf_bnode/1, rdf_statistics/1, rdf_generation/1, rdf_estimate_complexity/4, rdf_current_ns/2
- library(semweb/rdfs) resolved by
- rdfs.pl could not find proof of dependency
- library(uri) resolved by
- uri.pl: uri_file_name/2
- library(apply) resolved by
This file is used by
- aers_rewrite.pl from package aers_rewrite
- ascii_rewrite.pl from package aers_rewrite
- ascii_simplify.pl from package aers_rewrite
- mt_rdf.pl from package rdf-mt
- mt_rdfs.pl from package rdf-mt
- mt_simple.pl from package rdf-mt
- rdf_reasoner.pl from package rdf-mt
Exported predicates
- rdf_assert_if_ground/4
- rdf_assert_new/4
- rdf_list_rule/1
- rdf_rename/3
- rdf_retract_if_ground/4
- rdf_rewrite/1
- rdf_rewrite/2
- rdf_rewrite_rules/0
- rdf_set_lang/3
- rdf_set_type/3
- subject_triple_sequence/3
Required predicates
- append/3 from library(lists)
- assertion/1 from library(debug)
- debug/3 from library(debug)
- debugging/1 from library(debug)
- domain_error/2 from library(error)
- existence_error/2 from library(error)
- flatten/2 from library(lists)
- group_pairs_by_key/2 from library(pairs)
- instantiation_error/1 from library(error)
- maplist/2 from library(apply)
- maplist/3 from library(apply)
- member/2 from library(lists)
- must_be/2 from library(error)
- nth1/3 from library(lists)
- option/3 from library(option)
- partition/4 from library(apply)
- portray_clause/1 autoloaded
- profile/1 autoloaded
- rdf/4 from library(semweb/rdf_db)
- rdf_assert/4 from library(semweb/rdf_db)
- rdf_bnode/1 from library(semweb/rdf_db)
- rdf_current_ns/2 from library(semweb/rdf_db)
- rdf_estimate_complexity/4 from library(semweb/rdf_db)
- rdf_generation/1 from library(semweb/rdf_db)
- rdf_predicate_property/2 from library(semweb/rdf_db)
- rdf_retractall/4 from library(semweb/rdf_db)
- rdf_statistics/1 from library(semweb/rdf_db)
- rdf_transaction/2 from library(semweb/rdf_db)
- representation_error/1 from library(error)
- select/3 from library(lists)
- type_error/2 from library(error)
- union/3 from library(lists)
- uri_file_name/2 from library(uri)