OverviewR 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 startedQuick start here: http://code.google.com/p/r-sparql/wiki/GettingStarted
|