Changeset 421
- Timestamp:
- 05/08/09 11:38:36 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Explorator/trunk/lib/dataload.rb
r420 r421 61 61 62 62 begin 63 adapter =ConnectionPool.add_data_source :type => :sparql,: engine => :sesame2,:title=>'LDSR', :url => "http://ldsr.ontotext.com/openrdf-sesame/repositories/ldsr", :results => :sparql_xml, :caching =>true63 adapter =ConnectionPool.add_data_source :type => :sparql,:title=>'LDSR', :url => "http://ldsr.ontotext.com/openrdf-sesame/repositories/ldsr", :results => :sparql_xml, :caching =>true 64 64 rescue Exception=> e 65 65 puts e.backtrace