Search⌘ K
AI Features

RDF Model

Learn how the RDF model represents data as triples composed of subjects, predicates, and objects to create graph structures. Understand the use of namespaces to define URIs and how to add descriptions to subjects with RDF triples. This lesson helps you grasp the foundations of RDF for global data integration and querying.

We'll cover the following...

RDF triple

An RDF description is built up of a set of statements where each statement is composed of a subject, a predicate (or property) and an object—or, in other words, an RDF triple. These are modeled in graph terms as a node, an edge, and a node as shown in the figure here.

...