Changes between Version 25 and Version 26 of TaliaTutorial
- Timestamp:
- 22/02/2010 11:12:23 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TaliaTutorial
v25 v26 234 234 {{{ 235 235 #!ruby 236 Query.new(TaliaCore::ActiveSource).select(:book).distinct.where(:book, N::DCNS.creator, :author).where(:author, N::XXX.lives_in, N::XXX.Berlin)236 ActiveRDF::Query.new(TaliaCore::ActiveSource).select(:book).distinct.where(:book, N::DCNS.creator, :author).where(:author, N::XXX.lives_in, N::XXX.Berlin) 237 237 }}} 238 238
