public static interface IProjectionDecl.Annotations
Modifier and Type | Field and Description |
---|---|
static String |
PROJECTION
The
ProjectionNode (optional). |
static final String PROJECTION
ProjectionNode
(optional). This is also used for DESCRIBE
queries to capture the list of variables and IRIs which are then used
to rewrite the DESCRIBE query into what amounts to a CONSTRUCT query.
The resulting CONSTRUCT query will have a different
ProjectionNode
suitable for use with the generated
ConstructNode
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.