Quilt

RDF publication as Linked Data

Introduction

Quilt is an application for publishing RDF on the Web as Linked Data. It’s designed to be modular, allowing additional data source and serialisation engines to be implemented. Out of the box, it’s able to run as a FastCGI server, translating requests into graph queries (or alternatively serve a directory of Turtle files on disk), and serialising in any format supported by librdf or as HTML using a subset of the Liquid templating language.

Within the Research & Education Space, the Spindle project includes a custom data source engine for Quilt which supports the query and partitioning capabilities of the platform.

Quilt is open source software, released under the terms of the Apache License, 2.0. The public Git repository for Quilt is hosted at Github.