Skip to content

moustaki/4store-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

4store-ruby by Yves Raimond

A small Ruby library to interact with a Garlik's 4Store instance over HTTP

See examples in the examples/ directory

  require 'rubygems'
  require '4store-ruby'
  store = FourStore::Store.new 'http://dbtune.org/bbc/programmes/sparql/'
  store.select("SELECT DISTINCT ?p WHERE {?p a <http://purl.org/ontology/po/Person>} LIMIT 10")


About

A Ruby interface to Garlik's 4Store, working over HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages