-
Notifications
You must be signed in to change notification settings - Fork 7
Description
This is generally working OK for me, but I'm getting it hanging with no apparent errors on the following RDF/XML output produce by w3c Distiller at the following URL:
http://www.w3.org/2007/08/pyRdfa/extract?uri=http%3A%2F%2Fwww.scambs.gov.uk%2FCouncilAndDemocracy%2FElections%2F2010results.htm
Running it from the console, it just hangs:
RDF::Reader.for(:rdfxml).new(open("http://www.w3.org/2007/08/pyRdfa/extract?uri=http%3A%2F%2Fwww.scambs.gov.uk%2FCouncilAndDemocracy%2FElections%2F2010results.htm"))
interrupting it gives:
CIRB::Abort: abort then interrupt!!
from /opt/local/lib/ruby/1.8/irb.rb:81:in irb_abort' from /opt/local/lib/ruby/1.8/irb.rb:247:insignal_handle'
from /opt/local/lib/ruby/1.8/irb.rb:66:in start' from /opt/local/lib/ruby/gems/1.8/gems/rdf-raptor-0.3.0/lib/rdf/raptor/cli.rb:31:incall'
from /opt/local/lib/ruby/gems/1.8/gems/rdf-raptor-0.3.0/lib/rdf/raptor/cli.rb:31:in write' from /opt/local/lib/ruby/gems/1.8/gems/rdf-raptor-0.3.0/lib/rdf/raptor/cli.rb:31:ininitialize'
from (irb):104:in `new'
Any ideas? Mac OS X 10.5.8, rdf-raptor 0.3.0, rapper 1.4.21