Introduction
This document lists all HTTP services, along with some documentation. See REST/HTTP interface for further documentation.
URL Summary
Server based HTTP services
These services operate on the server itself. These include user and role management, general settings and starting sessions.
catalogs get
/ [CATNAME] put delete
/ protocol get
/ repositories get
/ [REPOSITORY] put delete
/ backup post
/ ensureNotLingering post
/ exists get
/ namespaces get delete
/ [NS] post put delete
/ scripts get
/ [PATH*] get put delete
/ session post
/ uuid get
/ warmstandby get put delete
/ startServer post
/ switchRole post
configfile get
googleKey get put
initfile get put delete
jobs get delete
largeOperationWarning get put
logfile get
namespaces get
nd/computeSubtype get
processes get
/ [NAME] get delete
/ telnet post
protocol get
queryPlanners get
reconfigure post
reopenLog post
repositories get
/ [REPOSITORY] put delete
/ backup post
/ ensureNotLingering post
/ exists get
/ namespaces get delete
/ [NS] post put delete
/ scripts get
/ [PATH*] get put delete
/ session post
/ uuid get
/ warmstandby get put delete
/ startServer post
/ switchRole post
requests get
roles get
/ [NAME] put delete
/ access get put delete
/ permissions get
/ [TYPE] get put delete
/ security-filters/ [TYPE] get post delete
scripts get
/ [PATH*] get put delete
serverWarnings get delete
session get post
users get
/ [NAME] put delete
/ access get put delete
/ data get
/ [KEY] get put delete
/ effectiveAccess get
/ effectivePermissions get
/ loginTimeout get
/ password post
/ permissions get
/ [TYPE] get put delete
/ roles get
/ [ROLE] put delete
/ security-filters/ [TYPE] get post delete
uuids get
version get
/ date get
/ info get
/ revision get
Repository based HTTP services
These services operate against a particular store or session.
catalogs/ [CATNAME] /repositories/ [REPONAME] get post
/ access get
/ attributes/definitions get post delete
/ staticFilter get post delete
/ begin post
/ blankNodes post
/ bulkMode get put delete
/ callimachus post
/ commit post
/ contexts get
/ createSecondaryIndices get put delete
/ encodedIds post
/ prefixes get post delete
/ hasAny get
/ isInUse get
/ isRegistered get
/ eval post
/ freetext get post
/ indices get
/ [INDEXNAME] get post put delete
/ borderChars get
/ indexFields get
/ indexLiterals get
/ indexResources get
/ innerChars get
/ minimumWordSize get
/ predicates get
/ stopWords get
/ tokenizer get
/ wordFilters get
/ functor post
/ geo/box get
/ circle get
/ haversine get
/ polygon get put
/ types get post
/ cartesian post
/ id get
/ spherical post
/ indices get
/ [TYPE] put delete
/ optimize post
/ jobs get
/ [JOB-ID] delete
/ purge-deleted-triples post delete
/ mapping get delete
/ all delete
/ predicate post put delete
/ cartesian post
/ spherical post
/ type post put delete
/ cartesian post
/ spherical post
/ materializeEntailed put delete
/ mongoParameters get post
/ namespaces get delete
/ [PREFIX] post put delete
/ nd/geospatialDatatypeAutomation get put delete
/ needsCommit get
/ neighborMatrices/ [NAME] put
/ noCommit get put delete
/ queries/ [NAME] get post delete
/ rollback post
/ session/autoCommit get post
/ close post
/ description get
/ isActive get
/ ping get
/ settings/purge-rate-limit get post
/ size get
/ sna/paths get
/ snaGenerators/ [NAME] put
/ solrParameters get post
/ sparql get post
/ spin/function get
/ [URI] get put delete
/ magicproperty get
/ [URI] get put delete
/ statement put
/ statements post put delete
/ delete post
/ duplicates get delete
/ id get
/ query get post
/ storeID get
/ strings/lock post delete
/ suppressDuplicates get put delete
/ tripleCache get put delete
/ unique/ [COLUMN] get post
/ useSecondaryIndices get put delete
/ warmup put
close post
API Reference
Front end
Returns a set of catalogs that are available on this server. For each catalog, id and uri properties are returned, giving respectively the name of the catalog and the URL under which it is found. Properties named readable and writable indicate, for each catalog, whether the current user has read or write access to at least one repository in it.
If dynamic catalogs are enabled for the server (see the DynamicCatalogs
directive), this can be used to create a new catalog.
arguments
- expectedStoreSize , integer specify the default expected size for repositories in this catalog.
Deletes a catalog. Only dynamic catalogs (those created through HTTP) can be deleted in this way.
Returns the protocol version of the Sesame interface. The protocol described in this document is 4
.
Return a list of repositories available in the catalog.
arguments
- all , boolean If
true
, then all of the repositories in all of the catalogs will be returned.
Creates a new, empty repository.
When a repository with the given name already exists, it is overwritten, unless a parameter override with value false is passed.
arguments
- expectedSize , integer specifies the expected size of the repository
- index , list Can be specified mulitple times. Should hold index names, and is used to configure the set of indices created for the store.
- override , string (default: true)
- restore , string
- nocommit , boolean
Delete the specified repository. This can fail if the repository is being accessed by another client.
Create a backup of the repository.
arguments
- target , string
To conserve resources, makes the database instance and its child processes exit if the instance is unused. Takes no arguments, returns nothing.
Normally unused database instances linger for InstanceTimeout seconds to speed up subsequent open operations.
Return true if the triple-store exists and is accessible to the current user.
Will return an HTTP 401 (Unauthorized) if the user is not authorized to read from the requested catalog and an HTTP 404 (Not Found) if the user is authorized but the store does not exist.
Return the currently active namespaces for the current user in this repository.
The namespaces are returned as tuples with fields prefix
and namespace
(the URI).
Deletes all namespaces in this repository for the current user.
arguments
- reset , boolean If specified and true, then the namespaces are reset to the default namespaces.
Create or update a namespace.
The body of the request must contain the URI for the namespace, as plain text.
Delete a namespace.
Return the list of scripts that have been added to this repository.
Return the contents of the script (named by path*) in this repository.
Add or replace the script (named by path*) in this repository with the contents of the body.
Delete the script (named by path*) in this repository.
Starts a new session for the repository.
arguments
- autoCommit , boolean (default: true)Specify whether or not the session should use transactions.
- lifetime , integer The number of seconds the session can be idle before being shutdown and reclaimed.
- loadInitFile , boolean If true, then the initfile will be loaded when the session starts.
- script , list The name of a script file to load; may be specified multiple times.
Returns the repository's UUID.
Returns a representation of the current standby status for repository.
Only supports an application/json
accept type.
Set up warm-standby on this repository.
Requires jobname
, primary
, primaryPort
, user
, and password
parameters. Makes this repository start replicating the source store on the server primary
:primaryPort
, using the given credentials to gain access.
arguments
- jobname , string
- primary , string
- primaryPort , string
- user , string
- password , string
Stops a replication job.
This command is sent to the client.
Start a warm standby server.
Sent to a repository that is currently functioning as a replication server. Causes a client (identified by the jobname
parameter) to take over, making this repository a client of that new server. Takes primary
, primaryPort
, user
, and password
parameters, which specify the server on which the client repository lives, and the user account to use to access this server.
The becomeClient
boolean parameter, which defaults to true, determines whether the server will start replicating its old client. The enableCommit
parameter, also defaulting to true, controls whether no-commit mode will be turned off in the client.
arguments
- jobname , string
- becomeClient , boolean (default: true)
- enableCommit , boolean (default: true)
- user , string
- password , string
Return the AllegroGraph configuration file
Return the key used for the Google maps API.
Set the key used for the Google maps API.
Retrieve the server's initialization file.
The initialization-file is a collection of Common Lisp code that is executed on every shared back-end when it starts (see [sessions] for more details).
Replace the current initialization file with the body of the request.
arguments
- restart , boolean (default: true)If true, then any running shared backends will be restarted. This ensures that subsequent requests will use the new initialization file.
Remove the server's initialization file.
Returns lists of strings of the form ("uuid" "age" "description" [unused]), where "uuid" is the job UUID; "age" is the time since the job was created, in seconds; and "description" is the query string. Only query jobs are returned. The fourth element of the list will also be a string but is not currently used and so is not meaningful.
Cancels the specified job.
arguments
- jobId , string
Return the text used for the large operation warnings.
Set the text used for the large operation warnings.
Return the AllegroGraph log file.
If specified, startAt
and length
override the all
argument.
arguments
- all , boolean If true, then the entire log file is returned. Otherwise, only the last 100 kilobytes are returned.
- startAt , integer If specified, return the log file starting at this position. If negative, start at this position bytes before the end of the file.
- length , integer If specified, return at most this many bytes.
Retrieve the standard namespaces AllegroGraph uses
Compute a geospatial nD-datatype specification given either a datatype or a list of ordinates.
The list of ordinates is described using $-prefixed names for each of the ordinates (in order). Each name must have a type, a minimum and maximum, a resolution and, optionally, a strip width. For example, these names must be included to describe the ordinate named test
:
$test-type
$test-resolution
$test-width
$test-min
$test-max
The REST command returns a description of the nD-geospatial subtype specified by the parameters to the query. Currently, this can either be in text/plain or application/json.
arguments
- datatype , string
- all-vars , vars
Returns a list of tuples describing the server's currently running processes.
Each tuple has pid
(the OS process ID), name
(the process name), and displayName (a prettier name to use for display) properties.
Returns stack traces for the threads in the given process.
Kills the specified process.
This should only be done if absolutely necessary as it can have adverse effects on the functioning of the server.
Start a telnet server for the specified process.
An arbitrary port will be assigned to the server and returned as the response.
Security Note: any process on the same machine as the AllegroGraph server will be able to connect to the telnet server.
Returns the protocol version of the Sesame interface. The protocol described in this document is 4
.
Return the planners that can be used to reorder Basic Graph patterns in a query.
Posting to this URL will cause the server to re-read its configuration file, and update itself to reflect the new configuration.
Causes the server to re-open its log file. This is useful for log rotation.
Return a list of repositories available in the catalog.
arguments
- all , boolean If
true
, then all of the repositories in all of the catalogs will be returned.
Creates a new, empty repository.
When a repository with the given name already exists, it is overwritten, unless a parameter override with value false is passed.
arguments
- expectedSize , integer specifies the expected size of the repository
- index , list Can be specified mulitple times. Should hold index names, and is used to configure the set of indices created for the store.
- override , string (default: true)
- restore , string
- nocommit , boolean
Delete the specified repository. This can fail if the repository is being accessed by another client.
Create a backup of the repository.
arguments
- target , string
To conserve resources, makes the database instance and its child processes exit if the instance is unused. Takes no arguments, returns nothing.
Normally unused database instances linger for InstanceTimeout seconds to speed up subsequent open operations.
Return true if the triple-store exists and is accessible to the current user.
Will return an HTTP 401 (Unauthorized) if the user is not authorized to read from the requested catalog and an HTTP 404 (Not Found) if the user is authorized but the store does not exist.
Return the currently active namespaces for the current user in this repository.
The namespaces are returned as tuples with fields prefix
and namespace
(the URI).
Deletes all namespaces in this repository for the current user.
arguments
- reset , boolean If specified and true, then the namespaces are reset to the default namespaces.
Create or update a namespace.
The body of the request must contain the URI for the namespace, as plain text.
Delete a namespace.
Return the list of scripts that have been added to this repository.
Return the contents of the script (named by path*) in this repository.
Add or replace the script (named by path*) in this repository with the contents of the body.
Delete the script (named by path*) in this repository.
Starts a new session for the repository.
arguments
- autoCommit , boolean (default: true)Specify whether or not the session should use transactions.
- lifetime , integer The number of seconds the session can be idle before being shutdown and reclaimed.
- loadInitFile , boolean If true, then the initfile will be loaded when the session starts.
- script , list The name of a script file to load; may be specified multiple times.
Returns the repository's UUID.
Returns a representation of the current standby status for repository.
Only supports an application/json
accept type.
Set up warm-standby on this repository.
Requires jobname
, primary
, primaryPort
, user
, and password
parameters. Makes this repository start replicating the source store on the server primary
:primaryPort
, using the given credentials to gain access.
arguments
- jobname , string
- primary , string
- primaryPort , string
- user , string
- password , string
Stops a replication job.
This command is sent to the client.
Start a warm standby server.
Sent to a repository that is currently functioning as a replication server. Causes a client (identified by the jobname
parameter) to take over, making this repository a client of that new server. Takes primary
, primaryPort
, user
, and password
parameters, which specify the server on which the client repository lives, and the user account to use to access this server.
The becomeClient
boolean parameter, which defaults to true, determines whether the server will start replicating its old client. The enableCommit
parameter, also defaulting to true, controls whether no-commit mode will be turned off in the client.
arguments
- jobname , string
- becomeClient , boolean (default: true)
- enableCommit , boolean (default: true)
- user , string
- password , string
Returns a JSON object containing information about all pending and a limited number of finished requests for all AllegroServe instances running. This includes requests to the main AllegroGraph URL, the backends and sessions.
Each request contains the following information: - uri - the URL of the request - method - one of HTTP methods like 'get', 'post', etc. - statusCode - response status or null (if request not finished yet) - source - IP and port of the requester - started - Unix timestamp (in nanoseconds) of the moment the request was received by the server - finished - Unix timestamp (in nanoseconds) of the moment the server finished answering the request, or null if the request not finished yet. - duration - Duration of the request in nanoseconds. For pending requests, this is the duration of the request until now.
Requires superuser privileges.
Return a list of the roles defined on the server.
Add a new role to the server.
Remove the role named name
from the server.
Retrieve the read
/write
access for a user.
This returns a result set, each element of which has a read
, write
, catalog
, and repository
component. The first two are booleans, the latter two strings. For permissions granted globally, catalog
and repository
will have a value of "*"
, for those granted per-catalog, only repository
will be "*"
. catalog
normally contains the catalog name, but "/"
is used for the root catalog.
For example, read access to all repositories in the public
catalog is specified (in JSON format) by:
{read: true, write: false, catalog: "public, repository: "*"}
Whereas read/write access to repository scratch
in the root catalog would be:
{read: true, write: true, catalog: "/", repository: "scratch"}
Modify the read
/write
access of a user or role.
arguments
- read , boolean Whether to grant
read
access. - write , boolean Whether to grant
write
access - catalog , string (default: *)Which catalog to grant the access on. Leave off or use
*
to grant access on all catalogs; use/
for the root catalog. - repository , string (default: *)Specifies the repository that access is granted on. Passing
*
or leaving the parameter off is used to change access for all of the repositories in a catalog.
Similar to PUT Access but this deletes the read
/write
access of a user or role.
arguments
- read , boolean Whether to grant
read
access. - write , boolean Whether to grant
write
access - catalog , string (default: *)Which catalog to grant the access on. Leave off or use
*
to grant access on all catalogs; use/
for the root catalog. - repository , string (default: *)Specifies the repository that access is granted on. Passing
*
or leaving the parameter off is used to change access for all of the repositories in a catalog.
Return a list of permissions flags that have been assigned to a user or role.
Example flags include super
, eval
, session
.
Return the value of the permission type
for a user or role.
Assigns the given permission to this user. type
should be super
, eval
, session
or one of the other defined permission flags.
Revokes the given permission for this user.
Get list of security filters for a user.
Type may be allow
or disallow
. The returned items have keys s
, p
, o
, and g
as per the parameters for POST security-filters.
Create security-filter for the user or role.
type
should be allow or disallow. The subject
, predicate
, object
and graph
fields are all optional. See the Security filters Documentation for more details.
arguments
- s , string The
subject
for the filter - p , string The
predicate
for the filter - o , string The
object
for the filter - g , string The
graph
for the filter
Delete a security-filter for the user or role.
type
should be allow or disallow. The subject
, predicate
, object
and graph
fields are all optional. See the Security filters Documentation for more details.
arguments
- s , string The
subject
for the filter - p , string The
predicate
for the filter - o , string The
object
for the filter - g , string The
graph
for the filter
Return a list of the names of the scripts stored on the server.
Return the script found at path*
Put a new script in path*
.
The body of the request should contain the new script. Scripts whose name ends in .fasl
are assumed to be compiled Lisp code (you are responsible for ensuring that it is compatible with the server), anything else is assumed to be raw Common Lisp code, which the server will compile.
Delete the script at path*
.
Retrieve any operational warnings from the AllegroGraph server as tuples consisting of a warning identifier tag and descriptive text.
Dismiss the server warning identified by tag.
Only a user with superuser access may dismiss warnings.
arguments
- tag , string
Retrieve information about the currently running sessions.
Starts a new session.
The minilanguage used by the store
parameter works as follows:
<store1>
- Indicates the triple store named "store1" in the root catalog.
<catalog1:store2>
- The triple store "store2" in the "catalog1" catalog.
<http://somehost:10035/repositories/store3>
- A remote store, by URL. If the URL points to the server itself, the store will be opened locally.
<a> + <b>
- The federation of stores "a" and "b".
<a>[rdfs++]
- The store "a", with
rdfs++
reasoning applied (restriction
is also supported as a reasoner type). You can specify the context that inferred triples get using this syntax:<a>[rdfs++#<http://test.org/mycontext>]
<a>{null <http://example.com/graph1>}
- Store "a", filtered to only contain the triples in the default graph (
null
) and the graph namedhttp://example.com/graph1
. Any number of graphs can be given between the braces.
This syntax can be composed to created federations of filtered and reasoning stores, for example <http://somehost:10035/repositories/<a>{null} + <b>[rdfs++]
.
The service returns the URL of the new session. Any sub-URLs that were valid under a repository's URL will also work under this session URL. For example, if http://localhost:55555/sessions/7e8df8cd-26b8-26e4-4e83-0015588336ea
is returned, you can use http://localhost:55555/sessions/7e8df8cd-26b8-26e4-4e83-0015588336ea/statements
to retrieve the statements in the session.
arguments
- store , string A session specification describing the store to open.
- autoCommit , boolean (default: true)Specify whether or not the session should use transactions.
- lifetime , integer The number of seconds the session can be idle before being shutdown and reclaimed.
- loadInitFile , boolean If true, then the initfile will be loaded when the session starts.
- script , list The name of a script file to load; may be specified multiple times.
Returns a list of defined user names.
Create a new user.
arguments
- password , string specifies the user's password (can be left off when creating the anonymous user).
Delete the user identified by name
.
Retrieve the read
/write
access for a user.
This returns a result set, each element of which has a read
, write
, catalog
, and repository
component. The first two are booleans, the latter two strings. For permissions granted globally, catalog
and repository
will have a value of "*"
, for those granted per-catalog, only repository
will be "*"
. catalog
normally contains the catalog name, but "/"
is used for the root catalog.
For example, read access to all repositories in the public
catalog is specified (in JSON format) by:
{read: true, write: false, catalog: "public, repository: "*"}
Whereas read/write access to repository scratch
in the root catalog would be:
{read: true, write: true, catalog: "/", repository: "scratch"}
Modify the read
/write
access of a user or role.
arguments
- read , boolean Whether to grant
read
access. - write , boolean Whether to grant
write
access - catalog , string (default: *)Which catalog to grant the access on. Leave off or use
*
to grant access on all catalogs; use/
for the root catalog. - repository , string (default: *)Specifies the repository that access is granted on. Passing
*
or leaving the parameter off is used to change access for all of the repositories in a catalog.
Similar to PUT Access but this deletes the read
/write
access of a user or role.
arguments
- read , boolean Whether to grant
read
access. - write , boolean Whether to grant
write
access - catalog , string (default: *)Which catalog to grant the access on. Leave off or use
*
to grant access on all catalogs; use/
for the root catalog. - repository , string (default: *)Specifies the repository that access is granted on. Passing
*
or leaving the parameter off is used to change access for all of the repositories in a catalog.
Each user has a simple key-value store associated with it. This is mostly used by WebView to save settings, but can be useful in other applications.
This service returns a result set containing id
and uri
fields, listing the keys stored for this user, and the URL under which their data can be found (see below).
arguments
- prefix , string
Fetches the user-data under key
. Returns a string.
Stores data in a user's key-value store. The request body should contain the data to store.
Deletes data from a user's key-value store.
Similar to access, but also includes the access granted to any of the user's roles.
Return a list of permissions flags that have been assigned to a user or any of its roles.
Example flags include super
, eval
, session
.
Get the login timeout for USER, in seconds.
If no there is no timeout -1 will be returned. Also note that timeouts are currently configured globally, not per-user.
Update the password of the user name
.
The password must be included in the body of the HTTP request.
Return a list of permissions flags that have been assigned to a user or role.
Example flags include super
, eval
, session
.
Return the value of the permission type
for a user or role.
Assigns the given permission to this user. type
should be super
, eval
, session
or one of the other defined permission flags.
Revokes the given permission for this user.
Return a list of the user's roles
Add a role to a user.
Remove a role from a user.
Get list of security filters for a user.
Type may be allow
or disallow
. The returned items have keys s
, p
, o
, and g
as per the parameters for POST security-filters.
Create security-filter for the user or role.
type
should be allow or disallow. The subject
, predicate
, object
and graph
fields are all optional. See the Security filters Documentation for more details.
arguments
- s , string The
subject
for the filter - p , string The
predicate
for the filter - o , string The
object
for the filter - g , string The
graph
for the filter
Delete a security-filter for the user or role.
type
should be allow or disallow. The subject
, predicate
, object
and graph
fields are all optional. See the Security filters Documentation for more details.
arguments
- s , string The
subject
for the filter - p , string The
predicate
for the filter - o , string The
object
for the filter - g , string The
graph
for the filter
Return all of the UUIDs of the repositories in all the catalogs
Returns the version of the AllegroGraph server, as a string. For example 4.0
.
Return the date on which the server was built.
Return detailed information about the server.
Back end
Execute a SPARQL or Prolog select query
arguments
- query , string The query to evaluate
- update , string The update command to evaluate (POST requests only)
- queryLn , string (default: sparql)The query language to use (may be
sparql
orprolog
) - infer , string The inference mode to use if any
- limit , integer
- offset , integer
- timeout , integer
- context , list
- namedContext , list
- defaultGraphName , list
- remove-graph-uri , list
- insert-graph-uri , string
- using-graph-uri , list
- using-named-graph-uri , list
- default-graph-uri , list
- named-graph-uri , list
- uri , string
- baseURI , string
- bound , vars
- planner , string
- checkVariables , string (default: default)If
yes
, then query warnings will cause the query to stop executing and fail. - save , string
- analyzeIndicesUsed , boolean
- queryAnalysisTimeout , float
- queryAnalysisTechnique , string
- engine , string
- normalizeResult , boolean (default: true)
- logQuery , string
- returnPlan , boolean
- uuid , string
- returnQueryMetadata , boolean If true, an additional HTTP header named
x-query-info
is returned. The header contains a URI encoded JSON encoding of query related metadata. If the client supports HTTP Trailers, then the x-query-final-info will contain the same information as x-query-info along with additional information collected during the execution of the query.
Return the access permissions the current user has for this repository.
Returns a list of alists with information about all attribute definitions. If NAME is supplied, returns a list with a single alist with information about the named attribute. Returns nil if there is no defined attribute with that name.
arguments
- name , string If
name
is supplied, only information for the named attribute definition (if found) is returned.
Establishes or updates a triple attribute definition.
Attributes must be defined before they can be used. Defining an attribute establishes the name of an attribute and any constraints that should be placed on its use.
arguments
- name , string
name
is a string naming the attribute. - allowed-values , list
allowed-values
must be a list of string values that this attribute is allowed to take on. If the list is empty/nil, then this attribute will allow any string value. - ordered , boolean If
ordered
is true, then the specified order of theallowed-values
is significant. Ordered attributes can be compared to one another. See the triple attributes reference guide for more information. - minimum-number , integer (default: 0)
minimum-number
specifies the minimum number of attributes of this type that must provided for each added triple. The default is 0. - maximum-number , integer (default: most-positive-fixnum)
maximum-number
specifies the maximum number of attributes of this type that may be provided for each added triple. The default whenordered
is true is 1. Whenordered
is false, the default is 1,152,921,504,606,846,975 (the largest integer the system can represent in one word).
Deletes an existing attribute definition.
If the named attribute definition was found and deleted, returns true.
If the named attribute definition was not found: If error
is true (the default), throws an error. If error
is false, returns false/nil.
Note that attribute definitions cannot be deleted if they are in use by the static attribute filter. An attempt to delete an attribute definition while it is in use will result in an error.
arguments
- name , string
name
is a string naming the attribute definition to delete. - error , boolean (default: true)If
error
is true (the default), an error will be generated if the named attribute definition does not exist.
Returns the current static attribute filter for the triple store.
Sets the static attribute filter for the triple store.
When set, only triples which match the filter will be returned by any query against the store.
arguments
- filter , string
filter
is a string containing the filter expression
Deletes the current static attribute filter for the triple store (if any).
Begin a transaction
Return one or more blank nodes.
arguments
- amount , integer (default: 1)The number of blank nodes to return.
Returns whether or not bulk-load mode is enabled for the repository.
Enable bulk-load mode for the repository.
Disable bulk-load mode for the repository.
Convert the store into one that supports Callimachus trigger behavior
Commit the current transaction
arguments
- leaveAutoCommitAlone , boolean
Fetches a list of named graphs in the store.
Returns a set of tuples, each of which only has a contextID
field, which is an N-triples string that names the graph.
Return whether or not the store should create secondary indices (UPI-maps) at query time.
Update the automatic secondary indices creation (UPI-maps) setting.
arguments
- type , string (default: true)
Turn off automatic secondary indices creation (UPI-maps).
Return the next amount
encoded IDs for prefix
arguments
- prefix , string
- amount , integer (default: 1)
Return information on any registered encoded IDs.
Returns a set of tuples with keys: prefix, format, and id.
Register encoded IDs for the repository.
Use either the prefix
and format
arguments to specify a single encoded ID or encode a collection of registrations into a JSON array of form and include this in the body of the request.
arguments
- prefix , string
- format , string
Removes the encoded ID associated with prefix
.
Note that it is an error if the encoded ID has been already been used in the triple-store.
arguments
- prefix , string
Returns whether or not the repository has any encoded IDs registered.
Returns whether or not any triples have been added using the encoded ID associated with prefix
.
arguments
- prefix , string
Returns whether or not a prefix
is registered as an encoded ID.
arguments
- prefix , string
Evaluates the request body in the server.
By default, it is evaluated as Common Lisp code, with *package*
set to the db.agraph.user
package. If you specify a Content-Type
of text/javascript
, however, the code will be interpreted as JavaScript.
Makes an attempt to return the result in a sensible format, falling back to printing it (as per prin1) and returning it as a string.
Query the repository using a free-text index
arguments
- pattern , string
- expression , string
- index , string
- limit , integer
- offset , integer
- sorted , boolean
Return a list of freetext indices defined on the store
Return information on the freetext-index named indexName
.
Modify the freetext-index named indexName
.
arguments
- predicate , list
- indexLiterals , boolean (default: true)
- indexLiteralType , list
- indexResources , string (default: null)
- indexField , list
- minimumWordSize , integer (default: null)
- stopWord , list
- wordFilter , list
- reIndex , boolean (default: true)
- innerChars , list
- borderChars , list
- tokenizer , string (default: default)
Create or modify a freetext-index named indexName
.
arguments
- predicate , list
- indexLiterals , boolean (default: true)
- indexLiteralType , list
- indexResources , string (default: false)
- indexField , list
- minimumWordSize , integer (default: 3)
- stopWord , list
- wordFilter , list
- innerChars , list
- borderChars , list
- tokenizer , string (default: default)
Delete the free-text index indexName
.
Return the border characters for the text index
Return the triple-fields that the index indexes
Return whether or not the index indexes literals
Return whether or not the index indexes resources
Return the inner characters for the text index
Return the minimum word size of the text index
Return the predicates on which the text index is defined
Return the stop words defined for the text index
Return the tokenizer for the text index
Return the word filters specified for the text index
Define one or more Prolog functors.
The body should contain the functors to be defined.
Fetch all triples with a given predicate whose object is a geospatial value inside the given box.
arguments
- type , string Specifies a geospatial sub-type
- predicate , string Specifies a predicate for the query
- xmin , float Specifies the left-most coordinate of the box
- ymin , float Specifies the bottom coordinate of the box
- xmax , float Specifies the right-most coordinate of the box
- ymax , float Specifies the top coordinate of the box
- infer , string Specifies the inference mode, if any
- limit , integer Specifies a maximum number of triples to return
- offset , integer Specifies how many triples should be skipped over
- useContext , boolean When
true
, the context (graph) field of triples is used as the geospatial value to match, rather than the object.
Retrieve triples whose object falls inside a circle.
arguments
- type , string Specifies a geospatial sub-type
- predicate , string Specifies a predicate for the query
- x , float Specifies the x-coordinate of the circle
- y , float Specifies the y-coordinate of the circle
- radius , float (default: Specifies the radius of the circle)
- infer , string Specifies the inference mode, if any
- limit , integer Specifies a maximum number of triples to return
- offset , integer Specifies how many triples should be skipped over
- useContext , boolean When
true
, search using the context (graph) of the triple rather than its object
Retrieve triples whose object lies within a circle in a spherical system.
arguments
- type , string Specifies a geospatial sub-type
- predicate , string Specifies a predicate for the query
- lat , float Specifies the latitude of the center of the circle
- long , float Specifies the longitude of the center of the circle
- radius , float Specifies the radius of the circle
- unit , string (default: km)Specifies the unit in which the radius is given (
km
ormile
) - infer , string Specifies the inference mode, if any
- limit , integer Specifies a maximum number of triples to return
- offset , integer Specifies how many triples should be skipped over
- useContext , boolean When
true
, use the context (graph) field of the triple instead of its object
Retrieve triples whose object lies inside a polygon.
arguments
- type , string Specifies a geospatial sub-type
- predicate , string Specifies a predicate for the query
- polygon , string The name of a polygon
- infer , string Specifies the inference mode, if any
- limit , integer Specifies a maximum number of triples to return
- offset , integer Specifies how many triples should be skipped over
- useContext , boolean When
true
, use the context (graph) field of the triple instead of its object
Add a new polygon to the repository.
arguments
- resource , string The name (URI) of the polygon to add.
- point , list A list of points represented as AllegroGraph geospatial objects.
Retrieve a list of geospatial types defined in the store.
arguments
- uuids , boolean
Add a new geospatial sub-type to the triple-store.
arguments
- uuid , string
Define a new Cartesian geospatial type.
Returns the type resource which can be used as the type
argument in other geospatial services. The xmin
, xmax
, ymin
, and ymax
arguments determine the size of the Cartesian plane that is modelled by this type.
arguments
- stripWidth , float A floating-point number that determines the granularity of the strip.
- xmin , float
- ymin , float
- xmax , float
- ymax , float
Returns the geospatial subtype based on its UUID.
arguments
- uuid , string
Define a spherical geospatial type.
Returns the type resource which can be used as the type
argument in other geospatial services. The latmin
, longmin
, latmax
, and longmax
can be used to limit the size of the region modelled by this type. The default is to span the entire sphere.
arguments
- stripWidth , float A floating-point number that determines the granularity of the strip.
- unit , string (default: degree)The unit in which
stripWidth
is specified. It can be degree, km, radian or mile. - latmin , float
- longmin , float
- latmax , float
- longmax , float
Return a list of indices defined on the triple-store
arguments
- listValid , boolean If true, then all possible index flavors are returned rather than just the ones that are currently defined.
Add an index of type
to the triple-store.
arguments
- style , integer (default: 0)Specifies the chunk style of the new index. Can be 0, 1 or 2
Drop the index type
from the triple-store.
Optimize the triple-store indices
arguments
- level , integer Optimization level; use 2 for a complete optimization
- wait , boolean If true, then the service does not return until the optimization is complete
- index , list The name of the index to operate on; this can be specified multiple times.
Returns job information for the current store.
Returns lists of strings of the form ("uuid" "age" "description" [unused]), where "uuid" is the job UUID; "age" is the number of seconds since the job was created; and "description" is the query string. Only query jobs are returned. The fourth element of the list will also be a string but is not currently used and so is not meaningful.
Cancels the specified job for the current store.
Schedules a background operation to purge deleted triples from the specified indices.
arguments
- index , list The name of an index. This can be specified multiple times. If unspecified, the operation will be performed on all indices
Cancels purge deleted triple job for the specified indices.
arguments
- index , list The name of an index. This can be specified multiple times. If unspecified, the purge operation will be stopped for all indices
Return the datatype and predicate mappings for the repository.
Remove any user-defined datatype and predicate mappings.
Remove all datatype and predicate mappings (included the default ones).
Add a new predicate mapping between predicate
and encoding
.
arguments
- predicate , string
- encoding , string
Remove any predicate mapping on predicate
.
arguments
- predicate , string
Define a Cartesian type-mapping between predicate
and the geospatial subtype specified by uuid
.
arguments
- predicate , string
- uuid , string
Define a spherical type-mapping between predicate
and the geospatial subtype specified by uuid
.
arguments
- predicate , string
- uuid , string
Add a new datatype mapping between type
and encoding
.
arguments
- type , string
- encoding , string
Remove the datatype mapping between type
and encoding
.
arguments
- type , string
Define a Cartesian datatype mapping between the datatype type
and the geospatial subtype specified by uuid
.
arguments
- type , string
- uuid , string
Define a spherical datatype mapping between the datatype type
and the geospatial subtype specified by uuid
.
arguments
- type , string
- uuid , string
Use materialization to add inferred triples to the store.
arguments
- with , list
- without , list
- useTypeSubproperty , boolean
- inferredGraph , string
- commit , integer
- verbose , boolean Write additional information to the log
Delete any materialized triples
arguments
- inferredGraph , string Specifies the graph from which inferred triple will be deleted. Leave unspecified to use the default materialized triple graph.
Return the mongoDB settings for the repository.
The settings include:
server
- server name where MongoDB is runningport
- port to use to communicate with MongoDBdatabase
- name of the database to use when querying MongoDBcollection
- name of the collection to use when querying MongoDBuser
- used to authenticate to the Mongo DB server
Note, the mongoDB password is not returned. Use the POST request to change the parameters.
Update the triple-store's MongoDB setting. See MongoDB interface for additional details.
arguments
- server , string The server name where MongoDB is running.
- port , string The port on which MongoDB is running.
- database , string The name of the MongoDB database.
- collection , string The name of the MongoDB collection to query (must be non-empty)
- user , string The username used to authenticate with the MongoDB server.
- password , string The password used to authenticate with the MongoDB server.
Return the currently active namespaces for your user in this repository
Namespaces are returned as tuples with prefix
and namespace
(the URI) fields.
Deletes all namespaces in this repository for the current user.
arguments
- reset , boolean If
true
, the user's namespaces are reset to the default set of namespaces.
Associate prefix
with the uri
as a namespace abbreviation.
Remove any namespace abbreviation associated with prefix
.
Returns whether or not automatic geospatial datatype recognition is enabled for this store.
Turns on automatic geospatial datatype recognition so that 2, 3 and n-dimensional data can be easily loaded.
Turns off automatic geospatial datatype recognition.
Returns whether or not the whether the current transaction has any changes that require a commit.
Create a neighbor-matrix, which is a pre-computed generator.
arguments
- group , list A set of N-Triples terms (can be passed multiple times) which serve as start nodes for building up the matrix.
- depth , integer (default: 1)Specifies the maximum depth to which to compute the matrix..
- generator , string The generator to use to find neighbors, by name.
Return whether this repository is currently in no-commit mode.
When this mode is active, all commits from any clients will return an error which effectively prevents writing to the store. This is used by warm standby clients, and can also be used to enforce read-only stores.
Turns on no-commit mode.
Turns off no-commit mode.
Execute a saved query
arguments
- bound , vars
- limit , integer
- offset , integer
Remove a prepared query
Roll back the current transaction (discard all changes made since since the beginning of the current transaction) and then roll forward to the latest database state.
Return whether or not auto-commit is currently active for this session.
Deprecated with Sesame 2.7; see isActive instead.
Change the auto-commit behavior for the session.
arguments
- on , boolean If true, the autoCommit is turned on
Stop a session.
Return a description of the session.
Return whether or not there is an open transaction.
Send a message to a session in order to keep it alive.
Returns the deleted triple purge operation rate limit (read IOs per second). 0 means no limit.
Sets the deleted triple purge operation rate limit (read IOs per second). Note that this setting is not persistent. It will revert to 0 the next time the database instance is started.
arguments
- rate , integer Sets the purge rate limit to
rate
. 0 means no limit. The maximum limit is 4,294,967,295.
Returns the number of statements in the repository, as an integer.
arguments
- context , list if supplied, the count is only for the specified named graphs
Execute an SNA path search from start
to end
.
The searchMode
controls whether breadthFirst
, depthFirst
, or bidirectional
search is used (breadthFirst
is the default). The SNA generator can either be specified by name using the generator
parameter (assuming, of course, that the named generator has been previously defined on the server). Alternately, a generator can be built dynamically from the predicate
, predicateTo
and predicateFrom
parameters. Each of these can be specified multiple times. Each URI in the predicate
list will be used to find undirected paths whereas each URI in the predicateTo
and predicateFrom
lists will be used to find objects and subjects (respectively).
The graph parameter, which can be specified multiple times, can be used to restrict path searching to triples in only the specified graphs.
Lastly, the maximumDepth
parameter can be used to limit the total search depth.
This returns a list of paths in JSON format where each path is a list of nodes along the path (including the starting and ending nodes). Each node will be either a subject or object of the triples that created the path.
arguments
- start , string
- end , string
- maximumDepth , integer
- searchMode , string (default: breadthFirst)
- predicateTo , list
- predicateFrom , list
- predicate , list
- generator , string
- graph , list
Creates a new SNA generator under the given name.
arguments
- subjectOf , list (default: Like
objectOf
, but follow edges from object to subject.) - objectOf , list A predicate. Accepted multiple times. Causes the new generator to follow edges with the given predicate.
- undirected , list Like
objectOf
orsubjectOf
, but follow edges in both directions. - query , list A Prolog query, in which the variable
?node
can be used to refer to the 'start' node, and whose results will be used as 'resulting' nodes. User namespaces may be used in this query.
Return the Solr settings for the repository.
Set the Solr settings for the repository
arguments
- endpoint , string
- idfield , string
Execute a SPARQL or Prolog select query
arguments
- query , string The query to evaluate
- update , string The update command to evaluate (POST requests only)
- queryLn , string (default: sparql)The query language to use (may be
sparql
orprolog
) - infer , string The inference mode to use if any
- limit , integer
- offset , integer
- timeout , integer
- context , list
- namedContext , list
- defaultGraphName , list
- remove-graph-uri , list
- insert-graph-uri , string
- using-graph-uri , list
- using-named-graph-uri , list
- default-graph-uri , list
- named-graph-uri , list
- uri , string
- baseURI , string
- bound , vars
- planner , string
- checkVariables , string (default: default)If
yes
, then query warnings will cause the query to stop executing and fail. - save , string
- analyzeIndicesUsed , boolean
- queryAnalysisTimeout , float
- queryAnalysisTechnique , string
- engine , string
- normalizeResult , boolean (default: true)
- logQuery , string
- returnPlan , boolean
- uuid , string
- returnQueryMetadata , boolean If true, an additional HTTP header named
x-query-info
is returned. The header contains a URI encoded JSON encoding of query related metadata. If the client supports HTTP Trailers, then the x-query-final-info will contain the same information as x-query-info along with additional information collected during the execution of the query.
Return information about any defined SPIN functions
Return information about the SPIN function associated with uri
.
Associate a SPIN function with uri
.
arguments
- query , string
- arguments , list
Remove the SPIN function associated with uri
.
Return a list of SPIN magic properties defined for the store.
Return information about the SPIN magic property associated with uri
.
Associate a SPIN magic property with uri
.
arguments
- query , string
- arguments , list
Remove the SPIN magic property associated with uri
.
Add a triple to the repository.
The subj
, pred
, and obj
arguments must be supplied and are used to fill in the subject, predicate and object parts of the triple. The context
argument is used to fill in the triple's graph but may be left off. In this case, the triple's graph will be the default graph of the repository.
The subj
, pred
, obj
, and context
(if supplied) arguments must all be in URI encoded N-Triples notation.
The service returns the triple-ID of the newly added triple.
arguments
- subj , string
- pred , string
- obj , string
- context , string
- attributes , string If supplied, this must be a JSON object encoding of a list of key/value pairs. Keys must be strings and values must either be strings or arrays of strings. Each key must name an already existing attribute defintions.
Add triples to the triple-store.
This service can add triples in several ways:
Via a SPARQL Update command. To do this use the
update
parameter. ThebaseURI
,context
,remove-graph-uri
,insert-graph-uri
,using-graph-uri
,using-named-graph-uri
andinfer
parameters are all used in this case. Note that you can also send a POST request directly to the repository where the body of that request contains theupdate
command.Via AllegroGraph's bulk-load tool
agload
. In this case, thefile
orurl
parameters specify the location of the data to be loaded. ThebulkLoad
,bulkLoaders
,externalReferences
,baseURI
andcontext
parameters are used as parameters toagload
.Via AllegroGraph's direct load facility. The source of the data can be either from a
file
, located at aurl
or directly included in thebody
of the request. In the latter two cases, the request'sContent-Type
header or the query'stype
parameter must be used to specify the type of the data. You can usecontinueOnError
,commit
,context
,baseURI
andexternalReferences
parameters to control the load.
When the PUT
method is used, triples in the supplied context
are first deleted (if no context
is supplied, then the store is completely emptied), whereas the POST
method just adds triples. The value returned is an integer indicating the number of triples loaded.
The Content-Type
header determines the way the given data is interpreted. The following formats are supported:
text/plain
for N-triplesapplication/rdf+xml
for RDF/XMLtext/x-nquads
for N-quadsapplication/trix
for TriXtext/turtle
for Turtleapplication/json
for JSON data (an array of arrays of strings, with the inner arrays having 3 or 4 elements each)application/x-rdftransaction
for a transaction XML document
Small data sources are best loaded via the direct facility whereas large data sources should be loaded via agload
.
arguments
- useAgload , boolean If
true
, then AllegroGraph'sagload
command-line tool will be used for the load. - attributes , string If supplied, this must be a JSON object encoding of a list of key/value pairs. Keys must be strings and values must either be strings or arrays of strings. Each key must name an already existing attribute defintion.
- baseURI , string When loading RDF/XML data, the value of this parameter is used as the base URI of the document.
- bulkLoaders , integer The number of loading processes to use when using the
agload
bulk load tool. - bulkLoad , boolean If true, then the triple-store will be put into bulk load (non-transactional) mode for the duration of the load.
- commit , integer Will cause a commit to happen after every
N
added statements. Can be used to work around the fact that importing a huge amount of statements in a single transaction will require excessive amounts of memory. - context , string Used to set the named graph into which new triples are stored when the format does not itself supply one.
- continueOnError , boolean A boolean (which defaults to false) that indicates whether the load should continue when malformed data is encountered. Currently only works for N-Triples and N-Quads data.
- file , string A server-side filename from which to load the data. Note that
eval
permission is required to use this option. - infer , string If
true
, then SPARQL Update commands will run with RDFS++ reasoning enabled. - insert-graph-uri , string Used for SPARQL Update requests to specify the graph into which to insert triples.
- relaxSyntax , boolean If true, then less validation is done for the N-Triples and N-Quads formats. See the agload documentation for more details.
- remove-graph-uri , list Used for SPARQL Update requests to specify the graph from which triples will be removed.
- externalReferences , boolean A boolean (default is false) that indicates whether external references in RDF/XML source files will be followed. When true, the caller must have eval permissions.
- type , string May be used to specify the format of data in the body of the request or in the linked URL when the
Content-Type
header is not specified. - update , string A SPARQL Update command that will be evaluated to modify the triple-store.
- url , string A url from which to load the data via an HTTP request.
- using-graph-uri , list Used to specify the dataset for SPARQL Update commands.
- using-named-graph-uri , list Used to specify the dataset for SPARQL Update commands.
Delete statements (triples) by matching against their components.
All parameters are optional -- when none are given, every statement in the store is deleted. The patterns to match come in pairs for subject, predicate, object, and graph. When given, they should be specified in N-triples notation.The subjEnd
, predEnd
, objEnd
and contextEnd
can only by specified if their matching entries is also supplied. At most one end parameter may be supplied.
arguments
- subj , string
- pred , string
- obj , string
- context , string
- subjEnd , string
- predEnd , string
- objEnd , string
- contextEnd , string
Delete a set of triples from the store.
Expects a JSON-encoded array of triples as the posted data, and deletes each statements listed.
The Content-Type
must be application/json
.
arguments
- ids , boolean If
true
, then the request body must contain a JSON-encoded list of triple-ids, instead of actual triples.
Return duplicate triples from the repository
arguments
- mode , string (default: spog)
Remove duplicate triples from the repository
Commit defaults to true if the connection has autocommit mode on.
arguments
- mode , string (default: spog)
- commit , string
Return triples by their triple IDs
arguments
- id , list
Retrieves statements (triples) by matching against their components.
All parameters are optional -- when none are given, every statement in the store is returned. The patterns to match come in pairs for subject, predicate, object, and graph. When given, they should be specified in N-triples notation. subj
, pred
, obj
and context
can be given multiple times. The subjEnd
, predEnd
, objEnd
and contextEnd
can only by specified if exactly one of their matching entries is supplied. At most one end parameter may be supplied.
arguments
- subj , list
- subjEnd , string
- pred , list
- predEnd , string
- obj , list
- objEnd , string
- context , list
- contextEnd , string
- infer , string (default: false)Specifies the kind of inference to use for this query. Valid values are
false
,rdfs++
, andhasvalue
. - limit , integer Specifies the maximum number of triples to return.
- offset , integer Specifies the number of triples to skip before results are returned
Return the triple-store ID.
Attempts to page in and lock the current strings data into memory. String data added after this call will not be locked.
The ability to lock is limited by the 'memlock' rlimit and available memory. Increasing the 'memlock' limit requires Systems Administrator intervention.
Removes any existing string data memory locks
Returns the store's current duplicate suppression strategy.
Duplicate suppression controls if and how AllegroGraph checks triples that are about to be committed against triples that already exist in the triple-store.
It can be:
* `false` - no duplicate suppression is in effect,
* `spog` - on commit, do not add triples that match some existing triple on
subject, predicate, object and graph, or
spo
- on commit, do not add triples that match some existing triple on subject, predicate, and object.
Sets the duplicate suppression strategy for the store.
arguments
- type , string (default: spog)This can be one of:
false
- turn off duplicate suppression,spog
- on commit, suppress the addition of triples with matching subject, predicate, object and graph, orspo
- on commit, suppress the addition of triples with matching subject, predicate, and object
Disable duplicate suppression for the store.
This is the equivalent of using PUT /repositories/(name)/suppressDuplicates with false
as the type
argument.
Returns the size of the triple-cache (SPOGI cache).
Returns zero if the cache is disabled.
Sets the size of the triple-cache (SPOGI cache).
arguments
- size , integer The size to use for the cache. If left unspecified, then the default cache size is used.
Disable the triple-cache (SPOGI cache).
Return the unique values for the specified column
.
column
must be one of:
subject
,subj
ors
to return unique subjects,predicate
,pred
orp
to return unique predicates,object
,obj
oro
to return unique objects, orgraph
,g
,context
orc
to return unique graphs (contexts).
Use the subj
, pred
, obj
and context
arguments to limit the triples that are examined.
This can be very expensive in time and space on a large triple-store.
arguments
- subj , string
- pred , string
- obj , string
- context , string
Return whether or not the store should use secondary indices (UPI-maps).
Change the secondary indices (UPI-maps) usage setting.
arguments
- type , string (default: true)
Turn off secondary indices (UPI-maps) usage.
Bring as much as possible of the triple-store's internal data-structures into memory.
arguments
- includeStrings , boolean (default: true)
- includeTriples , boolean (default: true)
Tell the server to close a triple-store
arguments
- catalog , string
- repository , string