A B C D E G H I M O P Q R S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractHTTPQuery - Class in org.eclipse.rdf4j.http.client.query
-
Base class for any
Queryoperation over HTTP. - AbstractHTTPQuery(SPARQLProtocolSession, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- AbstractHTTPUpdate - Class in org.eclipse.rdf4j.http.client.query
-
Base class for any
Updateoperation over HTTP. - AbstractHTTPUpdate(SPARQLProtocolSession, QueryLanguage, String, String) - Constructor for class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- addData(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
B
- BackgroundResultExecutor - Class in org.eclipse.rdf4j.http.client
- BackgroundResultExecutor(ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
- baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- baseURI - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- beginTransaction(IsolationLevel) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- beginTransaction(TransactionSetting...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
C
- checkRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- checkServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- clearNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- close() - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
-
Force close any executing background result parsers
- close() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- close() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- commitTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- CORE_POOL_SIZE_PROPERTY - Static variable in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
-
Configurable system property
org.eclipse.rdf4j.client.executors.corePoolSizefor specifying the background executor core thread pool size. - createRDF4JProtocolSession(String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
-
Creates a new session to the remote RDF4J REST API.
- createRDF4JProtocolSession(String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- createRepository(RepositoryConfig) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
Create a new repository.
- createSPARQLProtocolSession(String, String) - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
-
Creates a new SPARQL Protocol session to the remote SPARQL endpoint.
- createSPARQLProtocolSession(String, String) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
D
- DEFAULT_MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
The default value of the threshold for URL length, beyond which we use the POST method for SPARQL query requests.
- deleteRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
E
- execute(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- executeNoContent(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- executeOK(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.
G
- getAdditionalHttpHeaders() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Get the additional HTTP headers which will be used
- getBackgroundTupleQueryResult(HttpUriRequest, WeakReference<?>) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- getBaseURI() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- getBindingsArray() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- getBoolean(HttpUriRequest) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Parse the response in this thread using a suitable
BooleanQueryResultParser. - getConnectionTimeout() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Gets the http connection read timeout in milliseconds.
- getContextIDs() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getContextIDs(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getErrorInfo(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getExecutorService() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
-
Get the
ExecutorServiceused by this session manager. - getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
-
HttpClientthat has been assigned or has been used by this object. - getHttpClient() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
- getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- getHttpClient() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- getHttpClient() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getHttpClientSessionManager() - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
-
HttpClientSessionManagerthat has been assigned or has been used by this object. - getHttpContext() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Get the
HttpContextused for sending HTTP requests. - getNamespace(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getNamespaces() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getNamespaces(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getParserConfig() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getPreferredBooleanQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Gets the preferred
BooleanQueryResultFormatfor encoding boolean query results. - getPreferredRDFFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Gets the preferred
RDFFormatfor encoding RDF documents. - getPreferredTupleQueryResultFormat() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Gets the preferred
TupleQueryResultFormatfor encoding tuple query results. - getQueryLanguage() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getQueryMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getQueryMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getQueryString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- getQueryURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getRDF(HttpUriRequest, RDFHandler, boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Parse the response in this thread using the provided
RDFHandler. - getRDFBackground(HttpUriRequest, boolean, WeakReference<?>) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- getRepositoryConfig(StatementCollector) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
Retrieve configuration of the current repository and send it to the supplied
StatementCollector - getRepositoryList() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getRepositoryList(TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getRepositoryURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getResponseMIMEType(HttpResponse) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Gets the MIME type specified in the response headers of the supplied method, if any.
- getServerProtocol() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getServerURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getSSLTrustAllHttpClientBuilder() - Static method in class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
-
Return an
HttpClientBuilderthat can be used to build anHttpClientwhich trusts all certificates (particularly including self-signed certificates). - getStatements(Resource, IRI, Value, boolean, RDFHandler, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getTupleQueryResult(HttpUriRequest, TupleQueryResultHandler) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Parse the response in this thread using the provided
TupleQueryResultHandler. - getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getUpdateMethod(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getUpdateMethodParameters(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- getUpdateURL() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- getValueFactory() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
H
- HttpClientBuilders - Class in org.eclipse.rdf4j.http.client.util
-
Convenience utility class offering helper methods to configure
HttpClients andHttpClientBuilders. - HttpClientBuilders() - Constructor for class org.eclipse.rdf4j.http.client.util.HttpClientBuilders
- HttpClientDependent - Interface in org.eclipse.rdf4j.http.client
-
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on
HttpClient. - HttpClientSessionManager - Interface in org.eclipse.rdf4j.http.client
-
Manager for remote HTTP sessions using a
HttpClient.
I
- initialize() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
-
Deprecated.Create a new instance instead of trying to reactivate an old instance.
- isPassThroughEnabled() - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Indicates if direct pass-through of the endpoint result to the supplied
Sinkis enabled.
M
- MAXIMUM_URL_LENGTH - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.use
SPARQLProtocolSession.DEFAULT_MAXIMUM_URL_LENGTHinstead. - MAXIMUM_URL_LENGTH_PARAM - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
System property for configuration of URL length threshold:
rdf4j.sparql.url.maxlength.
O
- org.eclipse.rdf4j.http.client - package org.eclipse.rdf4j.http.client
- org.eclipse.rdf4j.http.client.query - package org.eclipse.rdf4j.http.client.query
- org.eclipse.rdf4j.http.client.shacl - package org.eclipse.rdf4j.http.client.shacl
- org.eclipse.rdf4j.http.client.util - package org.eclipse.rdf4j.http.client.util
P
- parse(TupleQueryResultParser, InputStream, WeakReference<?>) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
- parse(RDFParser, InputStream, Charset, String, WeakReference<?>) - Method in class org.eclipse.rdf4j.http.client.BackgroundResultExecutor
- prepareTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
Q
- queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- queryLanguage - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
- queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- queryString - Variable in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
R
- RDF4JProtocolSession - Class in org.eclipse.rdf4j.http.client
-
A
SPARQLProtocolSessionsubclass which extends the standard SPARQL 1.1 Protocol with additional functionality, as documented in the RDF4J REST API. - RDF4JProtocolSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- RDF4JProtocolSession(HttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
Deprecated.
- RemoteShaclValidationException - Exception in org.eclipse.rdf4j.http.client.shacl
-
Experimental support for handling SHACL violations against a remote RDF4J server.
- RemoteShaclValidationException(StringReader, String, RDFFormat) - Constructor for exception org.eclipse.rdf4j.http.client.shacl.RemoteShaclValidationException
- removeData(InputStream, String, RDFFormat, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- removeNamespacePrefix(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- rollbackTransaction() - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
S
- sendBooleanQuery(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendBooleanQuery(QueryLanguage, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, WeakReference<?>, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- sendGraphQuery(QueryLanguage, String, String, Dataset, boolean, int, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendGraphQuery(QueryLanguage, String, Dataset, boolean, WeakReference<?>, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- sendGraphQuery(QueryLanguage, String, Dataset, boolean, RDFHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendTransaction(Iterable<? extends TransactionOperation>) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
Deprecated.since 2.8.0
- sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, WeakReference<?>, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- sendTupleQuery(QueryLanguage, String, String, Dataset, boolean, int, TupleQueryResultHandler, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendTupleQuery(QueryLanguage, String, Dataset, boolean, WeakReference<?>, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Deprecated.WeakReference> callerRef argument will be removed
- sendUpdate(QueryLanguage, String, String, Dataset, boolean, int, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- sendUpdate(QueryLanguage, String, String, Dataset, boolean, Binding...) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- SessionManagerDependent - Interface in org.eclipse.rdf4j.http.client
-
Common interface for objects, such as Repository and RepositoryConnection, that are dependent on
HttpClientSessionManager. - setAdditionalHttpHeaders(Map<String, String>) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Set additional HTTP headers to be included in every request to the server, which may be required for certain unusual server configurations.
- setConnectionTimeout(long) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Sets the http connection read timeout.
- setHttpClient(HttpClient) - Method in interface org.eclipse.rdf4j.http.client.HttpClientDependent
-
Assign an
HttpClientthat this object should use. - setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- setHttpClient(HttpClient) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- setHttpClientBuilder(HttpClientBuilder) - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
-
Set an optional
HttpClientBuilderto create the innerSharedHttpClientSessionManager.httpClient(if the latter is not provided externally as dependent client). - setHttpClientSessionManager(HttpClientSessionManager) - Method in interface org.eclipse.rdf4j.http.client.SessionManagerDependent
-
Assign an
HttpClientSessionManagerthat this object should use. - setMaxExecutionTime(int) - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- setNamespacePrefix(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- setParserConfig(ParserConfig) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Sets the parser configuration used to process HTTP response data.
- setPassThroughEnabled(boolean) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Configure direct pass-through of the endpoint result to the supplied
Sink. - setPreferredBooleanQueryResultFormat(BooleanQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Sets the preferred format for encoding boolean query results.
- setPreferredRDFFormat(RDFFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Sets the preferred format for encoding RDF documents.
- setPreferredTupleQueryResultFormat(TupleQueryResultFormat) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Sets the preferred format for encoding tuple query results.
- setQueryURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- setRepository(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- setServerURL(String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- setUpdateURL(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- setUsernameAndPassword(String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Set the username and password for authentication with the remote server.
- setUsernameAndPasswordForUrl(String, String, String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- setValueFactory(ValueFactory) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
- SharedHttpClientSessionManager - Class in org.eclipse.rdf4j.http.client
-
A Manager for HTTP sessions that uses a shared
HttpClientto manage HTTP connections. - SharedHttpClientSessionManager() - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- SharedHttpClientSessionManager(CloseableHttpClient, ScheduledExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- shouldUsePost(String) - Method in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
-
Return whether the provided query should use POST (otherwise use GET)
- shutDown() - Method in interface org.eclipse.rdf4j.http.client.HttpClientSessionManager
-
Closes any remaining connections and threads used by the sessions created by this object.
- shutDown() - Method in class org.eclipse.rdf4j.http.client.SharedHttpClientSessionManager
- size(Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- SPARQLProtocolSession - Class in org.eclipse.rdf4j.http.client
-
The SPARQLProtocolSession provides low level HTTP methods for communication with SPARQL endpoints.
- SPARQLProtocolSession(HttpClient, ExecutorService) - Constructor for class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
T
- toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPQuery
- toString() - Method in class org.eclipse.rdf4j.http.client.query.AbstractHTTPUpdate
U
- updateRepository(RepositoryConfig) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
-
Update the config of an existing repository.
- upload(InputStream, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- upload(InputStream, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- upload(Reader, String, RDFFormat, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- upload(Reader, String, RDFFormat, boolean, boolean, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- upload(HttpEntity, String, boolean, boolean, Protocol.Action, Resource...) - Method in class org.eclipse.rdf4j.http.client.RDF4JProtocolSession
- UTF8 - Static variable in class org.eclipse.rdf4j.http.client.SPARQLProtocolSession
V
- validationReportAsModel() - Method in exception org.eclipse.rdf4j.http.client.shacl.RemoteShaclValidationException
All Classes All Packages