| Modifier and Type | Method and Description |
|---|---|
RDFService.ModelSerializationFormat |
ModelChange.getSerializationFormat() |
static RDFService.ModelSerializationFormat |
RDFService.ModelSerializationFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDFService.ModelSerializationFormat[] |
RDFService.ModelSerializationFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeSet.addAddition(InputStream model,
RDFService.ModelSerializationFormat serializationFormat,
String graphURI)
Adds one model change representing an addition to the list of model changes
|
void |
ChangeSet.addRemoval(InputStream model,
RDFService.ModelSerializationFormat serializationFormat,
String graphURI)
Adds one model change representing a deletion to the list of model changes
|
boolean |
RDFService.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat)
Tests to see whether the supplied serialization is equivalent to the
named graph, as it exists in the store.
|
ModelChange |
ChangeSet.manufactureModelChange(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI)
Creates an instance of the ModelChange class
|
void |
ModelChange.setSerializationFormat(RDFService.ModelSerializationFormat serializationFormat) |
InputStream |
RDFService.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL construct query against the knowledge base.
|
InputStream |
RDFService.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL describe query against the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SameAsFilteringRDFServiceFactory.SameAsFilteringRDFService.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat) |
boolean |
LanguageFilteringRDFService.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat) |
InputStream |
SameAsFilteringRDFServiceFactory.SameAsFilteringRDFService.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
LanguageFilteringRDFService.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
SameAsFilteringRDFServiceFactory.SameAsFilteringRDFService.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
LanguageFilteringRDFService.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
RDFService.ModelSerializationFormat |
ModelChangeImpl.getSerializationFormat() |
static RDFService.ModelSerializationFormat |
RDFServiceUtils.getSerializationFormatFromJenaString(String jenaString) |
| Constructor and Description |
|---|
ModelChangeImpl(InputStream serializedModel,
RDFService.ModelSerializationFormat serializationFormat,
ModelChange.Operation operation,
String graphURI) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RDFServiceJena.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat)
The basic version.
|
InputStream |
RDFServiceJena.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
RDFServiceJena.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RDFServiceTDB.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat)
TDB has a bug: if given a literal of type xsd:nonNegativeInteger, it
stores a literal of type xsd:integer.
|
InputStream |
RDFServiceTDB.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
RDFServiceTDB.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
LoggingRDFService.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat) |
InputStream |
LoggingRDFService.sparqlConstructQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
InputStream |
LoggingRDFService.sparqlDescribeQuery(String query,
RDFService.ModelSerializationFormat resultFormat) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RDFServiceSparql.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat)
The basic version.
|
InputStream |
RDFServiceSparqlHttp.sparqlConstructQuery(String queryStr,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL construct query against the knowledge base.
|
InputStream |
RDFServiceSparql.sparqlConstructQuery(String queryStr,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL construct query against the knowledge base.
|
InputStream |
RDFServiceSparqlHttp.sparqlDescribeQuery(String queryStr,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL describe query against the knowledge base.
|
InputStream |
RDFServiceSparql.sparqlDescribeQuery(String queryStr,
RDFService.ModelSerializationFormat resultFormat)
Performs a SPARQL describe query against the knowledge base.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RDFServiceVirtuoso.isEquivalentGraph(String graphURI,
InputStream serializedGraph,
RDFService.ModelSerializationFormat serializationFormat)
Virtuoso has a bug which it shares with TDB: if given a literal of type
xsd:nonNegativeInteger, it stores a literal of type xsd:integer.
|
Copyright © 2022. All rights reserved.