Table or view does not exist in SPARQL query...
On a Windows Server 19 based Oracle 19c Enterprise database, as the EE user, I created a Triple table, a user owned network and user owned model:
CREATE TABLE EE.RDF_WORDNET (TRIPLE MDSYS.SDO_RDF_TRIPLE_S) COLUMN TRIPLE NOT SUBSTITUTABLE AT ALL LEVELS TABLESPACE USERS LOGGING COMPRESS NOCACHE PARALLEL MONITORING; exec sem_apis.create_sem_network('semts', network_owner=>'EE', network_name=>'EE_WordNet' ); exec sem_apis.create_sem_model('wn','RDF_WORDNET','triple', network_owner=>'EE', network_name=>'EE_WordNet');
Then bulk-load in a ton of data from the Princeton Wordnet, which all goes in with out error....and create the entailment