moustaki/4store-ruby
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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")