Class RdfDataSourceWithBnodeRewrite
java.lang.Object
org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSourceWrapperBase<RDFDataSource>
org.aksw.jenax.dataaccess.sparql.polyfill.datasource.RdfDataSourceWithBnodeRewrite
- All Implemented Interfaces:
RDFDataSource,RDFDataSourceWrapper<RDFDataSource>
Blank node profile probing is only activated with if the given profile name is set to "auto".
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected Stringprotected Stringprotected Optional<ExprTransformVirtualBnodeUris>Fields inherited from class org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSourceWrapperBase
delegate -
Constructor Summary
ConstructorsConstructorDescriptionRdfDataSourceWithBnodeRewrite(RDFDataSource delegate, String givenProfileName) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.jena.rdfconnection.RDFConnectionBy default, use the delegate's connection.getTransform(String profile) Methods inherited from class org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSourceWrapperBase
getDelegateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jenax.dataaccess.sparql.datasource.RDFDataSource
asLinkSource, asQef, getDataset, newQuery, newUpdate, query, query, update, update, update
-
Field Details
-
AUTO
- See Also:
-
givenProfileName
-
derivedProfileName
-
transformer
-
-
Constructor Details
-
RdfDataSourceWithBnodeRewrite
-
-
Method Details
-
getGivenProfileName
-
getInferredProfileName
-
getTransform
-
getConnection
public org.apache.jena.rdfconnection.RDFConnection getConnection()Description copied from interface:RDFDataSourceWrapperBy default, use the delegate's connection. -
wrapWithAutoBnodeProfileDetection
public static RdfDataSourceWithBnodeRewrite wrapWithAutoBnodeProfileDetection(RDFDataSource delegate)
-