|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RdfGraph | |
---|---|
eu.larkc.core.data | LarKC Data Layer API |
eu.larkc.core.query | LarKC Data Layer API |
Uses of RdfGraph in eu.larkc.core.data |
---|
Classes in eu.larkc.core.data that implement RdfGraph | |
---|---|
class |
HTTPRemoteGraph
HTTPRemoteGraph is RDF named graph passed by reference. |
class |
RdfGraphBase
This class is an abstract representation of RDF graph. |
class |
RdfGraphDataSet
|
class |
RdfGraphInMemory
|
Methods in eu.larkc.core.data that return RdfGraph | |
---|---|
RdfGraph |
DataFactoryImpl.createRdfGraph(java.lang.Iterable<org.openrdf.model.Statement> sts,
org.openrdf.model.URI graph)
Creates a RDF graph that will be passed by value. |
RdfGraph |
DataFactory.createRdfGraph(java.lang.Iterable<org.openrdf.model.Statement> sts,
org.openrdf.model.URI graph)
Creates a RDF graph that will be passed by value. |
RdfGraph |
DataFactoryImpl.createRdfGraph(SetOfStatements rdf)
NEW METHODS |
RdfGraph |
DataFactory.createRdfGraph(SetOfStatements rdf)
Create RdfGraph from RDF data. |
RdfGraph |
DataFactoryImpl.createRdfGraph(SetOfStatements rdf,
org.openrdf.model.URI invocationID)
|
RdfGraph |
DataFactory.createRdfGraph(SetOfStatements rdf,
org.openrdf.model.URI invocationID)
Create RdfGraph from RDF data. |
RdfGraph |
SPARQLEndpoint.createRdfGraph(org.openrdf.model.URI graph)
Creates a named graph from this endpoint. |
RdfGraph |
DataFactoryImpl.createRemoteRdfGraph(org.openrdf.model.URI uri)
Creates RDF graph from a remote location. |
RdfGraph |
DataFactory.createRemoteRdfGraph(org.openrdf.model.URI uri)
Creates RDF graph from a remote location. |
RdfGraph |
DataFactoryImpl.setNamedGraph(SetOfStatements input,
org.openrdf.model.URI newName)
|
RdfGraph |
DataFactory.setNamedGraph(SetOfStatements input,
org.openrdf.model.URI newName)
Sets the name of the graph for the given SetOfStatements. |
Methods in eu.larkc.core.data that return types with arguments of type RdfGraph | |
---|---|
java.util.Set<RdfGraph> |
DataSet.getDefaultGraphs()
Gets the default graph URIs of this dataset. |
java.util.Set<RdfGraph> |
DataSetImpl.getDefaultGraphs()
|
java.util.Set<RdfGraph> |
DataSet.getNamedGraphs()
Gets the named graph URIs of this dataset. |
java.util.Set<RdfGraph> |
DataSetImpl.getNamedGraphs()
|
Uses of RdfGraph in eu.larkc.core.query |
---|
Methods in eu.larkc.core.query that return RdfGraph | |
---|---|
RdfGraph |
RemoteSPARQLEndpoint.createRdfGraph(org.openrdf.model.URI graph)
|
RdfGraph |
LocalStoreSPARQLService.createRdfGraph(org.openrdf.model.URI name)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |