Package | Description |
---|---|
com.bigdata.gom.gpo | |
com.bigdata.rdf.model |
This package provides a tuned implementation of the Sesame RDF data model
for the RDF database.
|
com.bigdata.rdf.spo |
This package defines a statement model using long term identifiers rather than
RDF Value objects.
|
Modifier and Type | Method and Description |
---|---|
BigdataResource |
GPO.getId() |
BigdataResource |
IGPO.getId()
Returns the persistent identity of the generic object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BigdataBNode
A
BNode that exposes the internal term identifier. |
interface |
BigdataURI
A
URI that exposes the internal term identifier. |
Modifier and Type | Class and Description |
---|---|
class |
BigdataBNodeImpl
A blank node.
|
class |
BigdataResourceImpl |
class |
BigdataURIImpl
A URI.
|
Modifier and Type | Method and Description |
---|---|
BigdataResource |
BigdataValueFactory.asValue(org.openrdf.model.Resource v)
Strongly typed for
Resource s. |
BigdataResource |
BigdataValueFactoryImpl.asValue(org.openrdf.model.Resource v) |
BigdataResource |
BNodeContextFactory.asValue(org.openrdf.model.Resource v) |
BigdataResource |
BigdataStatementImpl.getContext() |
BigdataResource |
BigdataStatement.getContext()
Specialized return type.
|
BigdataResource |
BigdataStatementImpl.getSubject() |
BigdataResource |
BigdataStatement.getSubject()
Specialized return type.
|
Constructor and Description |
---|
BigdataStatementImpl(BigdataResource subject,
BigdataURI predicate,
BigdataValue object,
BigdataResource context,
StatementEnum type,
boolean userFlag)
Used by
BigdataValueFactory |
Constructor and Description |
---|
SPO(BigdataResource s,
BigdataURI p,
BigdataValue o,
StatementEnum type)
Construct a triple from
BigdataValue s and the specified statement
type. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.