Changes between Version 2 and Version 3 of 4storeQuickPrimer
- Timestamp:
- 2010/02/10 10:07:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
4storeQuickPrimer
v2 v3 251 251 >> FourStore::Store 252 252 => FourStore::Store 253 >> ep = FourStore::Store.new("http://localhost:8000/sparql/" ;)253 >> ep = FourStore::Store.new("http://localhost:8000/sparql/") 254 254 => #<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") 256 256 ?> " 257 257 "