Package | Description |
---|---|
com.bigdata.blueprints |
Modifier and Type | Class and Description |
---|---|
static class |
BigdataGraphAtom.EdgeAtom |
static class |
BigdataGraphAtom.EdgeLabelAtom |
static class |
BigdataGraphAtom.ExistenceAtom |
static class |
BigdataGraphAtom.PropertyAtom |
Modifier and Type | Method and Description |
---|---|
BigdataGraphAtom |
BigdataGraphEdit.getAtom() |
protected BigdataGraphAtom |
BigdataGraph.toGraphAtom(org.openrdf.model.Statement stmt)
Convert a unit of RDF data to an atomic unit of PG data.
|
protected BigdataGraphAtom |
BigdataGraph.toGraphAtom(org.openrdf.model.URI s,
org.openrdf.model.URI p,
org.openrdf.model.Value o)
Convert a unit of RDF data to an atomic unit of PG data.
|
Modifier and Type | Method and Description |
---|---|
ICloseableIterator<BigdataGraphAtom> |
BigdataGraph.project(String queryStr)
Project a subgraph using a SPARQL query.
|
ICloseableIterator<BigdataGraphAtom> |
BigdataGraph.project(String queryStr,
String externalQueryId)
Project a subgraph using a SPARQL query.
|
Constructor and Description |
---|
BigdataGraphEdit(BigdataGraphEdit.Action action,
BigdataGraphAtom atom) |
BigdataGraphEdit(BigdataGraphEdit.Action action,
BigdataGraphAtom atom,
long timestamp) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.