File "lib/user_process.pl"[download]
in pack: | yaz |
---|---|
Prolog module: | user_process |
size: | 5339 |
Recent changes
13 years ago | Michiel Hildebrand | add support to add new user |
13 years ago | Michiel Hildebrand | ADD |
13 years ago | Michiel Hildebrand | support ingestion |
14 years ago | Michiel Hildebrand | ongoing conversion to new data model |
14 years ago | Michiel Hildebrand | fix missing user url |
This file requires
- From ClioPatria
- user(user_db) resolved by
- user_db.pl: user_property/2
- user(user_db) resolved by
- From the Prolog library
- library(http/http_session) resolved by
- http_session.pl: http_session_id/1, http_session_assert/1, http_session_retractall/1, http_session_data/1
- library(semweb/rdf_db) resolved by
- rdf_db.pl: rdf/3, rdf_has/3, rdf_assert/4, rdf_transaction/1, rdf_bnode/1
- library(semweb/rdfs) resolved by
- rdfs.pl: rdfs_individual_of/2
- library(http/http_session) resolved by
This file is used by
- import_waisda.pl from package waisda
- p1.pl from package vumix
- vumix.pl from package vumix
- vumix_p0.pl from package vumix
Exported predicates
- add_resource_properties/2
- create_user_process/3
- current_user_process/1
- end_user_process/1
- join_user_process/2
- resource_properties/2
- set_active_process/1
- start_user_process/1
- user_process_creator/2
- user_process_joined/2
Required predicates
- debug/3 autoloaded
- http_session_assert/1 from library(http/http_session)
- http_session_data/1 from library(http/http_session)
- http_session_id/1 from library(http/http_session)
- http_session_retractall/1 from library(http/http_session)
- rdf/3 from library(semweb/rdf_db)
- rdf_assert/4 from library(semweb/rdf_db)
- rdf_bnode/1 from library(semweb/rdf_db)
- rdf_has/3 from library(semweb/rdf_db)
- rdf_transaction/1 from library(semweb/rdf_db)
- rdfs_individual_of/2 from library(semweb/rdfs)
- user_property/2 from user(user_db)