This is the cl4store Reference Manual, version 0.0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:35:03 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl4store
4store
Mariano Montone
Mariano Montone
BSD
0.0.1
drakma
(system).
cl-rdfxml
(system).
log5
(system).
cl-sparql
(system).
package.lisp
(file).
util.lisp
(file).
cl4store.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl4store/util.lisp
package.lisp
(file).
cl4store
(system).
defdynvar
(macro).
make-keyword
(function).
cl4store/cl4store.lisp
util.lisp
(file).
cl4store
(system).
*4store-server*
(special variable).
*graph*
(special variable).
delete-all-triples
(function).
delete-graph
(function).
delete-triples
(function).
get-graphs-list
(function).
get-triples-list
(function).
insert-triples
(function).
select-rdfs-classes
(function).
sparql-server-put-data-request
(function).
sparql-server-status-request
(function).
sparql-update
(function).
with-4store-server
(macro).
with-graph
(macro).
*4store-text-content-types*
(special variable).
*backend*
(special variable).
4store-request
(function).
call-with-4store-server
(function).
call-with-backend
(function).
call-with-graph
(function).
parse-result
(function).
tsv-to-list
(function).
tsv-to-lists
(function).
with-backend
(macro).
Packages are listed by definition order.
4store
common-lisp
.
drakma
.
parser-combinators
.
sparql
.
*4store-server*
(special variable).
*graph*
(special variable).
delete-all-triples
(function).
delete-graph
(function).
delete-triples
(function).
get-graphs-list
(function).
get-triples-list
(function).
insert-triples
(function).
select-rdfs-classes
(function).
sparql-server-put-data-request
(function).
sparql-server-status-request
(function).
sparql-update
(function).
with-4store-server
(macro).
with-graph
(macro).
*4store-text-content-types*
(special variable).
*backend*
(special variable).
4store-request
(function).
call-with-4store-server
(function).
call-with-backend
(function).
call-with-graph
(function).
defdynvar
(macro).
make-keyword
(function).
parse-result
(function).
tsv-to-list
(function).
tsv-to-lists
(function).
with-backend
(macro).
Definitions are sorted by export status, category, package, and then by lexicographic order.
4store host address
Knowledge base graph
Deletes _all_ triples in the specified graph.
Deletes the identified graph.
Currently known not to work; despite being semantically correct and receiving
a success code from the server.
Remove the supplied set of triples from the graph.
Expects the ’triples argument to be a list of three-element lists.
If the Object is plain text, it’s expected to already be quoted.
Retrieves all triples in the store.
Useful for smoke-testing; use with caution in large stores, because it returns
_everything_.
Inserts a list of triples into the store.
The ’triples argument is expected to be a list of proper lists, each
containing subject, predicate and object.
Select all the RDFS classses in the knowledgebase. Return the multiple values from the query POSTed to the knowledgebase’s sparql http end-point. The first value is the body of the response in the sparql query results XML format.
Perform an HTTP put request with the data contained in a file.
Arguments:
- the base url pathname of the SPARQL server
- relative URL component (i.e, the graph name)
- the path to the file
Assumes that the input file is valid RDF/XML
Returns the numeric HTTP status code from the server. If all is well, the return code will be 200 (for OK).
Send a SPARQL update request to the server, and return the result. Expects a valid SPARQL query for its second argument, in a text string. Uses POST by default, but the :method keyword argument can be used to force POST, PUT, DELETE or whatever other method tickles your fancy.
Use cxml to parse a sparql result XML formatted string into a list structure.
Convert a 4store TSV result string to a list of lisp lists
Convert a 4store TSV result string to a list of lisp lists
Jump to: | 4
C D F G I M P S T W |
---|
Jump to: | 4
C D F G I M P S T W |
---|
Jump to: | *
S |
---|
Jump to: | *
S |
---|
Jump to: | 4
C F P S U |
---|
Jump to: | 4
C F P S U |
---|