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 AI 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
setDatasetmethod ofOperationand 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
setMaxExecutionTimemethod onOperationand its subinterfaces is not supported. - A
TupleExprthat does not implementOracleTuplecannot be passed to theevaluatemethod inOracleSailConnection. - An Update object created from a
RepositoryConnectionimplementation other thanOracleSailRepositoryConnectioncannot be executed against Oracle RDF
Parent topic: RDF Graph Support for Eclipse RDF4J