Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A "semantic network" is an Oracle construct that is used to support the creation and use of "semantic models" in a tablespace. When an OracleContext is initialized, it will create a model using the semantic network. To create the semantic network, use the following form:

...

EXECUTE

...

SEM_APIS.CREATE_SEM_NETWORK('rdf_tblspace');

...

(the parameter is the name of the tablespace for which you want to create the network.)

...