Create RDF model

put

/database/rdf/networks/{network_owner},{network_name}/models/{model_name}

Creates an RDF model. A client requires SQL Developer or RDF Developer role to invoke this servce.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

Successful RDF model creation.
Body ()
Root Schema : ModelDetailSingle
Type: object
Metadata for a single RDF model.
Show Source
  • the name of the SDO_RDF_TRIPLE_S column in the application table associated with the model (null for schema-private networks)
    Example: oracle.doceng.json.BetterJsonNull@fd09e43
  • indicates if the model is an in-memory virtual model (T for in-memory, or F for not in-memory)
    Example: F
  • links
  • the ID of the model
    Example: 1
  • the name of the model
    Example: M1
  • the tablespace used to store model data
    Example: DATA
  • the type of model (M for regular model; V for virtual model; X for model created to store the contents of the semantic index; or D for model created on relational data)
    Example: M
  • the owner of the model
    Example: M1
  • the name of the application table associated with the model (null for schema-private networks)
    Example: oracle.doceng.json.BetterJsonNull@461c3709
Nested Schema : LinkRelation
Type: object
Show Source

400 Response

RDF model already exists

404 Response

RDF network does not exist
Back to Top