File "api/annotation.pl"[download]
in pack: | annotation_service |
---|---|
Prolog module: | annotation_api |
size: | 7104 |
Recent changes
8 years ago | Chris Dijkshoorn | Check if Head variable is instanciated, allowi ... |
9 years ago | Chris Dijkshoorn | Check if Head variable is instanciated, allowi ... |
10 years ago | Jacco van Ossenbruggen | FIXED: broken named graph logic of target anno ... |
10 years ago | Jacco van Ossenbruggen | preparing for better user parametrisation |
10 years ago | Jacco van Ossenbruggen | new gv_commit api |
This file requires
- From packages
- oa_annotation.pl: rdf_add_annotation/2, rdf_get_annotation/2, rdf_get_annotation_by_tfa/5, rdf_get_annotation_target/2, rdf_remove_annotation/1
- oa_schema.pl no exports
- library(graph_version) resolved by
- graph_version.pl: gv_commit/5
- From ClioPatria
- components(label) resolved by
- label.pl: resource_link/2
- user(user_db) resolved by
- user_db.pl: user_property/2, logged_on/1, ensure_logged_on/1, authorized/1
- library(semweb/rdf_label) resolved by
- rdf_label.pl: rdf_display_label/2
- components(label) resolved by
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/json) resolved by
- json.pl: atom_json_dict/3
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf_has/3, rdf_equal/2, rdf_global_id/2
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_dispatch) resolved by
This file is used by
- annotation.pl from package image_annotation
- p1.pl from package vumix
- vumix.pl from package vumix
- vumix_p0.pl from package vumix
- accurator.pl from package accurator
Required predicates
- append/2 autoloaded
- atom_json_dict/3 from library(http/json)
- authorized/1 from user(user_db)
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- iri_xml_namespace/3 autoloaded
- logged_on/1 from user(user_db)
- maplist/3 autoloaded
- member/2 autoloaded
- option/2 autoloaded
- option/3 autoloaded
- rdf_equal/2 from library(semweb/rdf_db)
- rdf_get_annotation/2 from oa_annotation.pl
- rdf_get_annotation_by_tfa/5 from oa_annotation.pl
- rdf_get_annotation_target/2 from oa_annotation.pl
- rdf_global_id/2 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_remove_annotation/1 from oa_annotation.pl
- reply_json/1 from library(http/http_json)
- resource_link/2 from components(label)
- setting/2 autoloaded
- setting/4 autoloaded
- user_property/2 from user(user_db)
- rdf_add_annotation/2 from oa_annotation.pl
- rdf_display_label/2 from library(semweb/rdf_label)
- ensure_logged_on/1 from user(user_db)
- gv_commit/5 from library(graph_version)