
data_source.pl -- Cached data accessThis module provides access to external data by caching it as a Prolog predicate. The data itself is kept in a global data module, so it is maintained over a SWISH Pengine invocation.
data materialized(+Hash, +Signature, +SourceVersion) is det
data_source(:Id, +Source) is detswish(data).
record(:Id, -Record) is nondet
data_record(:Id, -Record) is nondet
data_row(:Id, -Row) is nondet
data_row(:Id, +Range, +Header, -Row) is nondet
data_dump(:Id, +Range, -Table) is det
data_property(:Id, ?Property) is nondet
swish:goal_expansion(+Dict, -DataGoal)[multifile]
data_flush(+Hash)The following predicates are exported, but not or incorrectly documented.
data failed(Arg1, Arg2)
data assert(Arg1)