Part I Conceptual and Usage Information
Part I provides conceptual and usage information about RDF Graph.
This part contains the following chapters:
- RDF Graph Overview
Oracle Graph support for semantic technologies consists mainly of Resource Description Framework (RDF) and a subset of the Web Ontology Language (OWL). These capabilities are referred to as the RDF Graph feature of Oracle Graph. - Quick Start for Using RDF Data
This section provides the steps to help you get started on working with RDF data in an Oracle Database. - OWL Concepts
You should understand key concepts related to the support for a subset of the Web Ontology Language (OWL). - Simple Knowledge Organization System (SKOS) Support
You can perform inferencing based on a core subset of the Simple Knowledge Organization System (SKOS) data model, which is especially useful for representing thesauri, classification schemes, taxonomies, and other types of controlled vocabulary. - Semantic Indexing for Documents
Information extractors locate and extract meaningful information from unstructured documents. The ability to search for documents based on this extracted information is a significant improvement over the keyword-based searches supported by the full-text search engines. - Fine-Grained Access Control for RDF Data
The default control of access to the Oracle Database RDF data store is at the RDF graph level: the owner of a graph can grant select, delete, and insert privileges on the graph to other users by granting appropriate privileges on the view named RDFM_<rdf_graph_name>. However, for applications with stringent security requirements, you can enforce a fine-grained access control mechanism by using the Oracle Label Security option of Oracle Database. - RDF Graph Support for Apache Jena
RDF Graph support for Apache Jena (also referred to here as support for Apache Jena) provides a Java-based interface to Oracle Graph RDF Graph by implementing the well-known Jena Graph, RDF graph, and DatasetGraph APIs. - RDF Graph Support for Eclipse RDF4J
Oracle RDF Graph Adapter for Eclipse RDF4J utilizes the popular Eclipse RDF4J framework to provide Java developers support to use the RDF graph feature of Oracle Database. - User-Defined Inferencing and Querying
RDF graph extension architectures enable the addition of user-defined capabilities. - RDF Views: Relational Data as RDF
You can create and use RDF views over relational data in RDF Graph. - Property Graph Views on RDF Graphs
Oracle Graph supports the property graph data model in addition to the RDF graph data model.