This document provides an introduction to working with triples and datasets using the Jena API in Java. It discusses how to [1] create a dataset and named model, [2] create resources, properties, and literals that compose a triple, and [3] connect the triple components by adding them to a model. It also briefly covers serializing the model contents to file in different RDF formats like RDF/XML, TTL, and N-Triple. The goal is to demonstrate the basic steps for building, querying, and persisting RDF triples with Jena.