Method: Swicky::Notebook.annotation_list_for_url

Defined in:
lib/swicky/notebook.rb

.annotation_list_for_url(url) ⇒ Object



115
116
117
# File 'lib/swicky/notebook.rb', line 115

def annotation_list_for_url(url)
  qry = ActiveRDF::Query.new(N::URI).distinct.select(:note).where(:fragment, N::DISCOVERY.isPartOf, url.to_uri).where(:note, N::SWICKY.refersTo, :fragment).execute
end