Spatial (MOSC)

MOSC Banner

Table or view does not exist in SPARQL query...

edited Jun 2, 2022 6:23PM in Spatial (MOSC) Question

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

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center