Changes between Version 2 and Version 3 of 4storeQuickPrimer

Show
Ignore:
Timestamp:
2010/02/10 10:07:36 (14 years ago)
Author:
jandot
Comment:

Small bugs in ruby example

Legend:

Unmodified
Added
Removed
Modified
  • 4storeQuickPrimer

    v2 v3  
    251251>> FourStore::Store 
    252252=> FourStore::Store 
    253 >> ep = FourStore::Store.new("http://localhost:8000/sparql/";) 
     253>> ep = FourStore::Store.new("http://localhost:8000/sparql/") 
    254254=> #<FourStore::Store:0x101763890 @endpoint=#<URI::HTTP:0x101763548 URL:http://localhost:8000/sparql/>>; 
    255 >> res = ep.select("SELECT * WHERE { ?s ?p ?o } LIMIT 10"); 
     255>> res = ep.select("SELECT * WHERE { ?s ?p ?o } LIMIT 10") 
    256256?> " 
    257257"