File "components/amalgame/correspondence.pl"[download]
in pack: | amalgame |
---|---|
Prolog module: | ag_component_correspondence |
size: | 12813 |
Recent changes
4 years, 9 months ago | Jacco van Ossenbruggen | IMPROVED: steps reporting in ancestor/descenda ... |
4 years, 9 months ago | Jacco van Ossenbruggen | FIXED: rdf11 literal handling |
4 years, 9 months ago | Jacco van Ossenbruggen | correspondence.pl -> rdf11 |
4 years, 9 months ago | Jacco van Ossenbruggen | IMPROVED: do not fail on skos concepts without ... |
5 years ago | Jacco van Ossenbruggen | Update evidence_shape/2 to /3 to align to new ... |
This file requires
- From packages
- library(skos/util) resolved by
- util.pl: skos_all_labels/2, skos_descendant_of/2, skos_parent_child/2, skos_related_concept/2
- rdf_util.pl: rdf_lang/3
- util.pl: list_limit/4
- library(skos/util) resolved by
- From ClioPatria
- components(graphviz) resolved by
- graphviz.pl: graphviz_graph/4
- components(label) resolved by
- label.pl: rdf_link/3, rdf_link/4
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2, rdf_display_label/3, literal_text/2, truncate_atom/3
- components(graphviz) resolved by
- From the Prolog library
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_link_to_id/3
- library(lists) resolved by
- lists.pl: member/2, select/3
- library(option) resolved by
- option.pl: option/2, option/3, select_option/3
- library(semweb/rdf11) resolved by
- rdf11.pl: rdf/3, rdf_is_literal/1, rdf_global_id/2
- library(http/html_write) resolved by
Exported predicates
- html_correspondence_overlay/3
- html_correspondences/4
Required predicates
- graphviz_graph/4 from components(graphviz)
- html/3 from library(http/html_write)
- http_link_to_id/3 from library(http/http_dispatch)
- list_limit/4 from util.pl
- literal_text/2 from library(semweb/rdf_label)
- maplist/3 autoloaded
- member/2 from library(lists)
- option/2 from library(option)
- option/3 from library(option)
- rdf/3 from library(semweb/rdf11)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_display_label/3 from library(semweb/rdf_label)
- rdf_global_id/2 from library(semweb/rdf11)
- rdf_is_literal/1 from library(semweb/rdf11)
- rdf_lang/3 from rdf_util.pl
- rdf_link/3 from components(label)
- rdf_link/4 from components(label)
- select/3 from library(lists)
- select_option/3 from library(option)
- skos_all_labels/2 from library(skos/util)
- skos_descendant_of/2 from library(skos/util)
- skos_parent_child/2 from library(skos/util)
- skos_related_concept/2 from library(skos/util)
- truncate_atom/3 from library(semweb/rdf_label)