RDF serialization
Module 1: Introduction and Application Scenarios
This module introduces the main principles of Linked Data, the underlying technologies and background standards. It provides basic knowledge for how data can be published [...]
Structured Data with Schema.org Codelab
This tutorial shows how to take a simple web page that contains a codelab and enhance it so that it contains structured data. It uses [...]
RDF Nuts & Bolts
In this lesson the user will learn: 1) The different RDF serializations; 2) How to read and write real RDF; 3) Some common RDF vocabularies [...]
JSON-LD: Compaction and Expansion
An overview of JSON-LD's compaction and expansion features and how you can use them to merge data from multiple sources. The processes help connect the [...]
Advantages and Myths of RDF
This paper addresses the question, "Is RDF a Framework, Data Model or Vocabulary?" The author argues that RDF is simultaneously a framework, data model and [...]
RDF vs XML
RDF and XML both attempt to address the problem of enabling different programs and computers to communicate effectively with each other. In its own way, [...]
Learn RDF
This set of lessons is an introduction to RDF, the core data model of the Semantic Web and the foundation of all other Semantic Web [...]
JSON-LD: Core Markup
Information about specific RDF serializations (JSON-LD, Turtle). An overview of some of the core markup features of JSON-LD including types, aliasing, nesting, and internationalization support.URL: [...]
Apache Jena Tutorial: Download and Setup Jena in Eclipse
This tutorial shows how to download and setup the Apache Jena API with Eclipse, so that the user can start developing Semantic Web applications using [...]
Apache Jena Tutorial: Write Models in Different Formats with Jena (RDF,TURTLE,JSON)
This tutorial shows how to retrieve previously loaded data, which was written in RDF/XML format, and load it into a Jena object called a "model". [...]