# RDF - Chapter 3 Interactive Companion

Source: [RDF - Chapter 3 Interactive Companion.html](RDF%20-%20Chapter%203%20Interactive%20Companion.html)

## What you can learn

This companion teaches RDF as the basic data model for the Web of Data.

You can learn how to:

- Understand RDF triples as subject, predicate, and object statements.
- Distinguish IRIs, literals, blank nodes, and predicates.
- Read and write RDF in Turtle, N-Triples, and JSON-LD.
- Fix common Turtle syntax errors.
- Understand datatype literals, language-tagged strings, and why datatypes affect comparisons.
- Decide when blank nodes are appropriate and when globally named IRIs are better.
- Use prefixes to shorten long IRIs.
- Recognize common RDF tools and validation workflows.

## Interactive Activities

- Triple dissector.
- Turtle syntax repair exercise.
- RDF format transformer.
- Datatype laboratory and comparison tester.
- Blank node builder.
- Prefix game.
- Chapter quiz and RDF cheat sheet.

## Best Used For

Use this early in the course sequence. RDF is the foundation for RDFS, OWL, SPARQL, SHACL, and knowledge graphs.

## Key Takeaway

RDF represents knowledge as graph-shaped triples. Once you understand triples, IRIs, literals, datatypes, and serialization formats, the rest of the semantic web stack becomes much easier to learn.
