M NEXUS INSIGHT
// education

What is RDF used for?

By Christopher Davis

What is RDF used for?

RDF is a standard for data interchange that is used for representing highly interconnected data. Each RDF statement is a three-part structure consisting of resources where every resource is identified by a URI.

What is RDF data set?

An RDF dataset is defined as a collection of RDF graphs where all but one are named graphs associated with an IRI or blank node (the graph name), and the unnamed default graph [ RDF11-CONCEPTS ].

Is RDF based on JSON?

Overview of RDF/JSON A conforming RDF/JSON document consists of a single JSON object called the root object. Each unique subject in the set of triples is represented as a key in the root object. The value of each predicate key is an array of JSON objects representing the object of each serialized triple.

How do you write RDF?

2.1 Building An RDF Document

  1. Add The RDF Document Root Tag. First, add the RDF root node:
  2. Add A Statement. An RDF document can contain more than one statement.
  3. Add Predicates. There’s no point in saying you’re going to describe something, give it a unique ID but then not describe anything about it.
  4. XML Namespace URIs.

How is RDF data stored?

The persistent disk-based storage is a way to store RDF data permanently on file system by using the most influential indexing techniques, such as B + tree [48], AVL[54] and B − tree[31]. Among the existing solutions we can mention [1, 10, 12, 32, 36, 51].

What are the components of RDF?

An RDF triple contains three components:

  • the subject , which is an RDF URI reference or a blank node.
  • the predicate , which is an RDF URI reference.
  • the object , which is an RDF URI reference, a literal or a blank node.

What is RDF ontology?

RDF Schema (RDFS) is a language for writing ontologies. An ontology is a model of (a relevant part of) the world, listing the types of object, the relationships that connect them, and constraints on the ways that objects and relationships can be combined.