How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Oracle Partitioning RDF Graph API

Services related to Oracle RDF Graph. Oracle RDF Graph provides functionality to manage knowledge graphs based on World Wide Web Consortium (W3C) standards such as RDF, OWL and SPARQL.

Oracle Partitioning RDF Graph API is one of 25 APIs that Oracle Partitioning publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include RDF Graph. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 25 operations across 12 paths, and defines 15 schemas. It is described by OpenAPI 3.2.0, at version 2026.03.26.

Requests are made against the base URL https://{server}/{context-root}/{database}/{schema}/_/db-api/stable.

25 operations 12 paths 15 schemas 5 DELETE12 GET3 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2026.03.26
Base URL
https://{server}/{context-root}/{database}/{schema}/_/db-api/stable
Authentication
HTTP Basic, HTTP Bearer, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Oracle Partitioning RDF Graph API declares 3 security schemes for authenticating requests. It accepts HTTP basic authentication (BasicAuth). It accepts HTTP bearer tokens (BearerAuth). It supports OAuth 2.0 (OAuth2) using the implicit, authorizationCode and clientCredentials flows.

Paths & Operations 25

Across 12 paths, the API surfaces 25 operations — 5 DELETE, 12 GET, 3 POST, 5 PUT. Each is listed below with its method, path, parameters, and response codes.

RDF Graph 25

Services related to Oracle RDF Graph. Oracle RDF Graph provides functionality to manage knowledge graphs based on World Wide Web Consortium (W3C) standards such as RDF, OWL and SP…

GET
/database/rdf/networks/
List RDF networks
2 params → 200
GET
/database/rdf/networks/{network_owner},{network_name}
RDF network information
2 params → 200404
PUT
/database/rdf/networks/{network_owner},{network_name}
Create RDF network
2 params body → 201400
DELETE
/database/rdf/networks/{network_owner},{network_name}
Drop RDF network
3 params → 204400
GET
/database/rdf/networks/{network_owner},{network_name}/models/
List RDF models
4 params → 200404
GET
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}
RDF model information
3 params → 200404
PUT
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}
Create RDF model
3 params body → 201400404
DELETE
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}
Drop RDF model
3 params → 204404
GET
/database/rdf/networks/{network_owner},{network_name}/entailments/
List entailments
4 params → 200404
GET
/database/rdf/networks/{network_owner},{network_name}/entailments/{entailment_name}
Entailment information
3 params → 200404
PUT
/database/rdf/networks/{network_owner},{network_name}/entailments/{entailment_name}
Create entailment
3 params body → 201400404
DELETE
/database/rdf/networks/{network_owner},{network_name}/entailments/{entailment_name}
Drop entailment
3 params → 204404
GET
/database/rdf/networks/{network_owner},{network_name}/virtual_models/
List virtual models
4 params → 200404
GET
/database/rdf/networks/{network_owner},{network_name}/virtual_models/{virtual_model_name}
Virtual model information
3 params → 200404
PUT
/database/rdf/networks/{network_owner},{network_name}/virtual_models/{virtual_model_name}
Create virtual model
3 params body → 201400404
DELETE
/database/rdf/networks/{network_owner},{network_name}/virtual_models/{virtual_model_name}
Drop virtual model
3 params → 204404
GET
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/sparql/1.1
Execute a SPARQL query
7 params → 200
POST
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/sparql/1.1
Execute a SPARQL query or update
10 params body → 200
GET
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/sparql2sql/1.1
Translate SPARQL to SQL
7 params → 200
POST
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/sparql2sql/1.1
Translate SPARQL to SQL
6 params body → 200
GET
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/graph_store/1.1
Get a graph
5 params → 200
POST
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/graph_store/1.1
Append a graph
5 params body → 200
PUT
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/graph_store/1.1
Replace a graph
5 params body → 200
DELETE
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/graph_store/1.1
Delete a graph
5 params → 204
GET
/database/rdf/networks/{network_owner},{network_name}/models/{model_name}/search
Execute full text search
10 params → 200

Schemas 15

The contract defines 15 schemas that model the data the API accepts and returns. The most detailed are VirtualModelDetailSingle (10 properties), ModelDetailSingle (9 properties), EntailmentDetailSingle (8 properties), SparqlXmlResult (4 properties). Each schema is shown below with its type and property counts.

EntailmentDetailCollection
object
A collection of RDF entailment metadata items.
2 properties
SparqlXmlResult
object
4 properties
NetworkElem
object
This object represents a network owner, network name pair.
3 properties
NetworkElemCollection
object
A collection of RDF networks.
2 properties
NetworkDetailElem
object
Metadata for an RDF network.
4 properties
RDFTextSearchResultElem
object
A single RDF text search result element.
4 properties
LinkRelation
object
2 properties 2 required
SparqlJsonResult
object
3 properties
RDFTextSearchResultCollection
object
A collection of RDF text search results.
2 properties
VirtualModelDetailCollection
object
A collection of RDF virtual model metadata items.
2 properties
NetworkParameterElem
object
This object represents a metadata attribute and value.
4 properties
ModelDetailCollection
object
A collection of RDF model metadata items.
2 properties
ModelDetailSingle
object
Metadata for a single RDF model.
9 properties
EntailmentDetailSingle
object
This object represents metadata about an RDF entailment.
8 properties
VirtualModelDetailSingle
object
Metadata for a single virtual model.
10 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

oracle-partitioning-rdf-graph-api-openapi.yml Raw ↑

Other APIs Oracle Partitioning publishes across the network.

Oracle SQL Developer REST Services - Partitioning
Oracle Cloud Infrastructure Database API - Partitioning
Oracle Partitioning Data Dictionary API
Oracle Partitioning Data Guard API
Oracle Partitioning Data Pump API
Oracle Partitioning Data Tools API
Oracle Partitioning Environment API
Oracle Partitioning General API
Oracle Partitioning Monitoring API
Oracle Partitioning Open Service Broker API
Oracle Partitioning Oracle APEX API
Oracle Partitioning Oracle Transactional Event Queues API
Where this information came from

This is an independent, third-party profile of Oracle Partitioning RDF Graph API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.