8.13 Unsupported Features in Oracle RDF Graph Adapter for Eclipse RDF4J
The unsupported features in the current version of Oracle RDF Graph Adapter for Eclipse RDF4J are discussed in this section.
The following features of Oracle RDF Graph are not supported in this version of the adapter for Eclipse RDF4J:
- RDF View graphs
- Native Unicode Storage (available in Oracle Database version 21c and later)
- Managing RDF graphs in Oracle Autonomous Database
The following features of the Eclipse RDF4J API are not supported in this version of the adapter for Eclipse RDF4J:
- SPARQL Dataset specification using the
setDataset
method ofOperation
and its subinterfaces is not supported. The dataset should be specified in the SPARQL query or update string itself. - Specifying Query and Update timeout through the
setMaxExecutionTime
method onOperation
and its subinterfaces is not supported. - A
TupleExpr
that does not implementOracleTuple
cannot be passed to theevaluate
method inOracleSailConnection
. - An Update object created from a
RepositoryConnection
implementation other thanOracleSailRepositoryConnection
cannot be executed against Oracle RDF
Parent topic: RDF Graph Support for Eclipse RDF4J