Subject: | perlrdf query iterator problems |
Hi!
Greetings from sunny Cercedilla and the Semantic Web Summer School! :-)
I've done some neat things here with perlrdf, but query against an endpoint seems to fail:
$ perlrdf query -e 'SELECT DISTINCT ?vocab WHERE { ?s <http://rdfs.org/ns/void#vocabulary> ?vocab .} ' --endpoint http://data.gov.uk/sparql
Can't locate object method "next" via package "RDF::Trine::Model" at /home/kjetil/dev/perlrdf/RDF-Trine/lib/RDF/Trine/Model.pm line 228.
The Trine on that path is the latest head on the master branch, I recently synched it with Greg's. Are you trying to pass a model to the iterator somewhere...?