CSV-SPARQLer

CSV-SPARQLer

A service for transforming CSV formated data into SPARQL result format.

This service takes as its input a URI to some CSV data, and generates a document in SPARQL Variable Bindings Results format.

Input must contain a header line listing field names, field values must be separated by ",", ";" or tab (ASCII 9), and they may be escaped by quotes (which must then be "escaped" by doubling).

View source: index.phps
CSV-SPARQLer Service

A service for transforming CSV formated data into SPARQL result format.