File "lib/amalgame/mapping_graph.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_mapping_graph |
size: | 12033 |
Recent changes
2 years, 11 months ago | Jacco van Ossenbruggen | fixed: left-over gtrace removed ... |
3 years ago | Jacco van Ossenbruggen | fixed: some left over errors from the atom -> ... |
4 years, 8 months ago | Jacco van Ossenbruggen | FIXED: restore overall edoal alignment triples ... |
4 years, 8 months ago | Jacco van Ossenbruggen | REFACTORING: map.pl into correspondence.pl and ... |
This file requires
- From packages
- ag_reference.pl: reference_mappings/2
- ag_strategy.pl: strategy_vocabulary/2
- edoal.pl: assert_alignment/2, assert_cell/3, inline_evidence_graphs/2
- rdf_util.pl: rdf_remove_resource/2
- vocabulary.pl: vocab_member/2
- From ClioPatria
- library(semweb/rdf_label) resolved by
- rdf_label.pl: literal_text/2
- library(semweb/rdf_label) resolved by
- From the Prolog library
- library(lists) resolved by
- lists.pl: member/2, append/2, append/3, flatten/2
- library(option) resolved by
- option.pl: option/2, option/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/4, rdf_has/3, rdf_has/4, rdf_assert/4, rdf_is_literal/1, rdf_lexical_form/2, rdf_unload_graph/1, rdf_graph/1, rdf_equal/2, rdf_global_id/2
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_subproperty_of/2, rdfs_individual_of/2
- library(lists) resolved by
Exported predicates
- augment_relations/4
- has_correspondence/2
- has_correspondence_chk/2
- map_localname/3
- map_nickname/3
- mapping_relation/2
- mapping_vocab_sources/4
- materialize_mapping_graph/3
- nickname_clear_cache/0
- remove_correspondence/2
- status_option/1
- supported_map_relations/1
Required predicates
- append/2 from library(lists)
- append/3 from library(lists)
- assert_alignment/2 from edoal.pl
- assert_cell/3 from edoal.pl
- flatten/2 from library(lists)
- gensym/2 autoloaded
- inline_evidence_graphs/2 from edoal.pl
- literal_text/2 from library(semweb/rdf_label)
- member/2 from library(lists)
- option/2 from library(option)
- option/3 from library(option)
- rdf/4 from library(semweb/rdf11)
- rdf_assert/4 from library(semweb/rdf11)
- rdf_equal/2 from library(semweb/rdf11)
- rdf_global_id/2 from library(semweb/rdf11)
- rdf_graph/1 from library(semweb/rdf11)
- rdf_has/3 from library(semweb/rdf11)
- rdf_has/4 from library(semweb/rdf11)
- rdf_is_literal/1 from library(semweb/rdf11)
- rdf_lexical_form/2 from library(semweb/rdf11)
- rdf_remove_resource/2 from rdf_util.pl
- rdf_unload_graph/1 from library(semweb/rdf11)
- rdfs_individual_of/2 from library(semweb/rdfs)
- rdfs_subproperty_of/2 from library(semweb/rdfs)
- reference_mappings/2 from ag_reference.pl
- strategy_vocabulary/2 from ag_strategy.pl
- vocab_member/2 from vocabulary.pl