public class BigdataRDFFactory extends DefaultBlueprintsValueFactory
BlueprintsValueFactory
for converting
blueprints data to RDF and back again. Uses simple namespacing and URL
encoding to round trip URIs.Modifier and Type | Field and Description |
---|---|
static org.openrdf.model.URI |
EDGE
URI used to represent a Edge.
|
static String |
EDGE_NAMESPACE
Namesace for edges.
|
static String |
GRAPH_NAMESPACE
Namespace for non vertex and edge data (property names).
|
static BigdataRDFFactory |
INSTANCE |
static org.openrdf.model.URI |
VERTEX
URI used to represent a Vertex.
|
static String |
VERTEX_NAMESPACE
Namesace for vertices.
|
LABEL, TYPE, vf
fromLiteral, fromURI, getEdgeURI, getLabelURI, getTypeURI, getVertexURI, toEdgeURI, toLiteral, toPropertyURI, toURI, toVertexURI
public static final String GRAPH_NAMESPACE
public static final String VERTEX_NAMESPACE
public static final String EDGE_NAMESPACE
public static final org.openrdf.model.URI VERTEX
public static final org.openrdf.model.URI EDGE
public static BigdataRDFFactory INSTANCE
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.