My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Overview

R is a programming language designed for statistics.

R Sparql allows you to run SPARQL Queries inside R and store it as a R data frame.

The main objective is to allow the integration of Ontologies with Statistics.

It requires Java and rJava installed.

Example (in R console):

> library(sparql)
> data <- query("<your SPARQL query>","RDF file or remote SPARQL Endpoint")

Getting started

Quick start here:

http://code.google.com/p/r-sparql/wiki/GettingStarted

Powered by Google Project Hosting