- 
Terminally Deprecated ElementsElementDescriptionSee individual static methods for replacements.
 
- 
Deprecated ClassesClassDescriptionSee individual static methods for replacements.
 
- 
Deprecated MethodsMethodDescriptionUse
RDFConnectionRemote.service(java.lang.String)and set the endpoints.RDFConnectionRemote.newBuilder() .queryEndpoint(queryServiceEndpoint) .updateEndpoint(updateServiceEndpoint) .gspEndpoint(graphStoreProtocolEndpoint) .build();UseRDFConnectionRemote.service(java.lang.String)and set the endpoints.RDFConnectionRemote.service(datasetURL) .queryEndpoint(queryServiceEndpoint) .updateEndpoint(updateServiceEndpoint) .gspEndpoint(graphStoreProtocolEndpoint) .build();