Class RdfDataSourcePolyfill
java.lang.Object
org.aksw.jenax.dataaccess.sparql.polyfill.datasource.RdfDataSourcePolyfill
Detect (missing) features of a sparql endpoint and recommend a sequence of RdfDataSourceTransform
instances to polyfill those.
This class should eventually be improved or extended into a more general
SPARQL endpoint feature detector.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringdetectProfile(org.apache.jena.rdfconnection.RDFConnection conn) static List<Suggestion<String>>suggestPolyfills(RDFDataSource rdfDataSource) static List<Suggestion<String>>suggestPolyfillsOld(RDFDataSource rdfDataSource) static List<Suggestion<String>>
-
Constructor Details
-
RdfDataSourcePolyfill
public RdfDataSourcePolyfill()
-
-
Method Details
-
suggestPolyfills
-
suggestPolyfillsOld
-
virtuosoProfile
-
detectProfile
-