Constructor
new Fuseki(optionsopt)
Parameters:
Name | Type | Attributes | Default | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
<optional> |
{} | Connection params Properties
|
Extends
- Store
Classes
Methods
(async) ask(dbname, sparql, optionsopt)
Issues an ASK query
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||
sparql |
string | query |
|||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Properties
|
(async) clearDb(dbname)
Empties a database.
Parameters:
Name | Type | Description |
---|---|---|
dbname |
string |
(async) construct(dbname, sparql, optionsopt)
Issues a CONSTRUCT query
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||
sparql |
string | query |
|||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Properties
|
(async) createDb(dbname, optionsopt)
Creates a database
Parameters:
Name | Type | Attributes | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||
options |
Object |
<optional> |
Properties
|
(async) describe(dbname, sparql, optionsopt)
Issues a DESCRIBE query
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||
sparql |
string | query |
|||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Properties
|
(async) dropDb(dbname)
Deletes a database.
Parameters:
Name | Type | Description |
---|---|---|
dbname |
string |
(async) import(dbname, ntriples, graphopt)
Loads triples or quads into a database
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
dbname |
string | ||
ntriples |
string | Buffer | triples or quads |
|
graph |
string |
<optional> |
named graph to insert to, defaults to default graph |
(async) offline(dbname)
Brings an online database offline.
Parameters:
Name | Type | Description |
---|---|---|
dbname |
string |
(async) online(dbname)
Brings an offline database back online so that it can accept connections.
Parameters:
Name | Type | Description |
---|---|---|
dbname |
string |
(async) select(dbname, sparql, optionsopt)
Issues a SELECT query
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||
sparql |
string | query |
|||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Properties
|
sparqlClientFor(dbname, options) → {SparqlHttpClient}
Creates a SPARQL HTTP Client for a database
Parameters:
Name | Type | Description | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||||||||||||||||
options |
Object |
Properties
|
Returns:
- Type
- SparqlHttpClient
(async) update(dbname, sparql, optionsopt)
Issues a SPARQL UPDATE query
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dbname |
string | ||||||||||||||||||||||||||||||||
sparql |
string | query |
|||||||||||||||||||||||||||||||
options |
Object |
<optional> |
Properties
|