public static interface LoadGraph.Annotations
RDFParser
.RDFParserOptions
,
RDFParserBase
,
RDFParser
Modifier and Type | Field and Description |
---|---|
static String |
DATA_TYPE_HANDLING |
static String |
DATASET_CLAUSES
Reference to ASTDatasetClause list for operations deferred until evaluation stage
|
static boolean |
DEFAULT_SILENT |
static String |
PRESERVE_BLANK_NODE_IDS |
static String |
SCOPE
The
StatementPattern.Scope (required for operations which have this concept). |
static String |
SILENT
The "SILENT" option (default
false ) (for operations
which have this concept). |
static String |
SOURCE
The source graph -or- solution set (for operations which have this
concept).
|
static String |
STOP_AT_FIRST_ERROR |
static String |
TARGET
The target graph -or- solution set (for operations which have this
concept).
|
static String |
UPDATE_TYPE
The
UpdateType . |
static String |
VERIFY_DATA |
QUERY_HINTS
static final String VERIFY_DATA
static final String PRESERVE_BLANK_NODE_IDS
static final String STOP_AT_FIRST_ERROR
static final String DATA_TYPE_HANDLING
static final String UPDATE_TYPE
UpdateType
.static final String SOURCE
When the value is a ConstantNode
, then the annotation is the
source graph.
When the value is a String
, then the annotation is the source
solution set.
static final String TARGET
When the value is a ConstantNode
, then the annotation is the
target graph.
When the value is a String
, then the annotation is the target
solution set.
static final String SILENT
false
) (for operations
which have this concept).static final boolean DEFAULT_SILENT
static final String SCOPE
StatementPattern.Scope
(required for operations which have this concept).static final String DATASET_CLAUSES
https://jira.blazegraph.com/browse/BLZG-1176
,
Constant Field ValuesCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.