Changes between Version 25 and Version 26 of TaliaTutorial

Show
Ignore:
Timestamp:
22/02/2010 11:12:23 (7 months ago)
Author:
daniel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TaliaTutorial

    v25 v26  
    234234{{{ 
    235235#!ruby 
    236 Query.new(TaliaCore::ActiveSource).select(:book).distinct.where(:book, N::DCNS.creator, :author).where(:author, N::XXX.lives_in, N::XXX.Berlin) 
     236ActiveRDF::Query.new(TaliaCore::ActiveSource).select(:book).distinct.where(:book, N::DCNS.creator, :author).where(:author, N::XXX.lives_in, N::XXX.Berlin) 
    237237}}} 
    238238