Skip to content

Instantly share code, notes, and snippets.

View moustaki's full-sized avatar

Yves Raimond moustaki

View GitHub Profile
require 'rubygems'
require '4store-ruby'
require 'rdf/redland'
store = FourStore::Store.new 'https://server11.incubator.bbc.co.uk/sparql/', {
'certificate' => 'cert.ca',
'key' => 'cert.pem',
'soft-limit' => "-1"
}