4.4 library(semweb/rdf_cache): Cache RDF triples
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Semantic Web Library 3.0
Plugin modules for rdf_db
library(semweb/rdf_cache): Cache RDF triples
rdf_set_cache_options/1
rdf_cache_file/3
Availability:
:- use_module(
library(semweb/rdf_cache)
).
[semidet]
rdf_cache_file
(
+URL, +ReadWrite, -File
)
File
is the cache file for
URL
. If
ReadWrite
is
read
, it returns the name of an existing file. If
write
it returns where a new cache file can be overwritten or created.