File "components/dashboard/show_annotations.pl"[download]
in pack: | annotation_dashboard |
---|---|
Prolog module: | an_dashboard_components_show_annotations |
size: | 2916 |
Recent changes
10 years ago | Jacco van Ossenbruggen | ADDED: delete button |
10 years ago | Jacco van Ossenbruggen | FIXED: html:input element should be empty |
10 years ago | Jacco van Ossenbruggen | REFACTORING: split up overly large dashboard a ... |
This file requires
- From ClioPatria
- components(label) resolved by
- label.pl: rdf_link/4
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2
- components(label) resolved by
- From the Prolog library
- library(apply) resolved by
- apply.pl: include/3, maplist/3
- library(http/html_write) resolved by
- html_write.pl: html/3
- library(lists) resolved by
- lists.pl: member/2
- library(option) resolved by
- option.pl: option/3
- library(pairs) resolved by
- pairs.pl: pairs_values/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3
- library(apply) resolved by
Exported predicates
- show_annotations/4
Required predicates
- html/3 from library(http/html_write)
- include/3 from library(apply)
- maplist/3 from library(apply)
- member/2 from library(lists)
- option/3 from library(option)
- pairs_values/2 from library(pairs)
- rdf_display_label/2 from library(semweb/rdf_label)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_link/4 from components(label)