public class RDFServiceVirtuoso extends RDFServiceSparql
RDFService.ModelSerializationFormat, RDFService.ResultFormat, RDFService.SPARQLQueryTypehttpClient, readEndpointURI, rebuildGraphURICache, updateEndpointURIBNODE_ROOT_QUERY, defaultWriteGraphURI, registeredJenaListeners, registeredListeners| Constructor and Description |
|---|
RDFServiceVirtuoso(String baseURI,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeUpdate(String updateString) |
protected org.apache.http.auth.UsernamePasswordCredentials |
getCredentials() |
boolean |
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.
|
boolean |
isEquivalentGraph(String graphURI,
com.hp.hpl.jena.rdf.model.Model graph)
TDB has a bug: if given a literal of type xsd:nonNegativeInteger, it
stores a literal of type xsd:integer.
|
addModel, changeSetUpdate, close, deleteModel, getContext, getDefaultWriteGraphURI, getGraphMetadata, getGraphURIs, getReadEndpointURI, getUpdateEndpointURI, isPreconditionSatisfied, manufactureChangeSet, registerListener, serializeAll, serializeGraph, sparqlAskQuery, sparqlConstructQuery, sparqlConstructQuery, sparqlDescribeQuery, sparqlSelectQuery, sparqlSelectQuery, sparqlSelectQueryHasResults, testConnection, unregisterListenercreateQuery, getRegisteredJenaModelChangedListeners, getRegisteredListeners, getSerializationFormatString, newIndividual, newIndividual, notifyListeners, notifyListenersOfChanges, notifyListenersOfEvent, pyString, registerJenaModelChangedListener, separateStatementsWithBlankNodes, sparqlNode, sparqlNodeUpdate, sparqlTriple, toString, unregisterJenaModelChangedListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitnewIndividual, newIndividual, registerJenaModelChangedListener, unregisterJenaModelChangedListenerprotected void executeUpdate(String updateString) throws RDFServiceException
executeUpdate in class RDFServiceSparqlRDFServiceExceptionprotected org.apache.http.auth.UsernamePasswordCredentials getCredentials()
getCredentials in class RDFServiceSparqlpublic boolean isEquivalentGraph(String graphURI, InputStream serializedGraph, RDFService.ModelSerializationFormat serializationFormat) throws RDFServiceException
isEquivalentGraph in interface RDFServiceisEquivalentGraph in class RDFServiceSparqlgraphURI - - the URI of the graph to test against. May not be null.serializedGraph - - the contents to be compared with the existing graph. May not be null.serializationFormat - - May not be null.RDFServiceExceptionpublic boolean isEquivalentGraph(String graphURI, com.hp.hpl.jena.rdf.model.Model graph) throws RDFServiceException
isEquivalentGraph in interface RDFServiceisEquivalentGraph in class RDFServiceSparqlgraphURI - - the URI of the graph to test against. May not be null.graph - - the contents to be compared with the existing graph. May not be null.RDFServiceExceptionCopyright © 2016. All rights reserved.