Append a graph

post

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

Appends the RDF content in the request payload to the target named graph or default graph. A client requires SQL Developer or RDF Developer role to invoke this servce.

Request

Path Parameters
Query Parameters
  • Allow Empty value: true
    An empty-valued parameter that signifies the default graph.
  • A URL-encoded named graph URI
    Example:
    http%3A%2F%2Fwww.example.oracle.com%2Fg1
Supported Media Types
Request Body - application/trig ()
Root Schema : schema
Type: string
Request Body - text/turtle ()
Root Schema : schema
Type: string
Request Body - application/n-triples ()
Root Schema : schema
Type: string
Back to Top

Response

200 Response

Success
Back to Top