Global

Members

(constant) Authority :string

Authority roles.

Type:
  • string
Properties:
Name Type Description
ADMIN string
REPO_MANAGER string
USER string
READ_REPO_PREFIX string
WRITE_REPO_PREFIX string
Author:
  • Teodossi Dossev
Source:

(constant) MediaType :string

Media types.

Type:
  • string
Properties:
Name Type Description
TEXT_PLAIN string
APPLICATION_JSON string
TEXT_TURTLE string
Author:
  • Teodossi Dossev
Source:

(constant) PATH_NAMESPACES :string

Defines the path segment for namespaces REST endpoint

Type:
  • string
Source:

(constant) PATH_SIZE :string

Defines a path segment for size REST endpoint.

Type:
  • string
Source:

(constant) PATH_STATEMENTS :string

Defines a path segment for statements REST endpoint

Type:
  • string
Source:

(constant) PATH_TRANSACTIONS :string

Defines a path segment for transactions REST endpoint.

Type:
  • string
Source:

(constant) QueryContentType :string

Supported query content types.

Type:
  • string
Properties:
Name Type Description
X_WWW_FORM_URLENCODED string
SPARQL_UPDATE string
SPARQL_QUERY string
Author:
  • Mihail Radkov
  • Svilen Velikov
Source:

(constant) QueryLanguage :string

Supported query languages.

Type:
  • string
Properties:
Name Type Description
SPARQL string
SERQL string
Author:
  • Mihail Radkov
  • Svilen Velikov
Source:

(constant) QueryType :string

Supported RDF query types.

Type:
  • string
Properties:
Name Type Description
SELECT string
CONSTRUCT string
DESCRIBE string
ASK string
Author:
  • Mihail Radkov
  • Svilen Velikov
Source:

(constant) RDFMimeType :string

Supported RDF mime types.

Type:
  • string
Properties:
Name Type Description
RDF_XML string
N_TRIPLES string
TURTLE string
TURTLE_STAR string
N3 string
N_QUADS string
JSON_LD string
RDF_JSON string
TRIX string
TRIG string
TRIG_STAR string
BINARY_RDF string
SPARQL_RESULTS_XML string
SPARQL_RESULTS_JSON string
SPARQL_STAR_RESULTS_JSON string
SPARQL_STAR_RESULTS_TSV string
BINARY_RDF_RESULTS_TABLE string
BOOLEAN_RESULT string
Author:
  • Mihail Radkov
  • Svilen Velikov
  • Teodossi Dossev
Source:

(constant) RETRIABLE_STATUSES :Array.<number>

Set of HTTP status codes for which requests could be re-attempted.

Type:
  • Array.<number>
Source:

(constant) RepositoryType :string

Supported repository types

Type:
  • string
Properties:
Name Type Description
SE string
MASTER string
WORKER string
FREE string
ONTOP string
GRAPHDB string
Author:
  • Teodossi Dossev
Source:

(constant) TransactionIsolationLevel :string

Supported transaction levels.

Type:
  • string
Properties:
Name Type Description
NONE string
READ_UNCOMMITTED string
READ_COMMITTED string
SNAPSHOT_READ string
SNAPSHOT string
SERIALIZABLE string
Author:
  • Mihail Radkov
  • Svilen Velikov
Source:

(constant) XSD :string

Data types from the XSD schema.

Type:
  • string
Properties:
Name Type Description
INTEGER string
DECIMAL string
STRING string
BOOLEAN string
Author:
  • Mihail Radkov
Source: