Re: Loading into an RDF::Graph

Nick,

On Thu, Apr 15, 2010 at 11:30 AM, Nicholas Humfrey
<nicholas.humfrey@bbc.co.uk> wrote:
> [...]
>
> Could the API be simplified to:
>
> graph = RDF::Graph.new('http://www.bbc.co.uk/programmes/b0081dq5.rdf')
> graph.load!
>
> Or perhaps:
>
> graph = RDF::Graph.load('http://www.bbc.co.uk/programmes/b0081dq5.rdf')

I have now implemented both your good suggestions in the just-released
RDF.rb 0.1.7. Just upgrade to this new version and your suggested code
examples will then work exactly as you wrote them.

Cheers,
Arto

-- 
Arto Bendiken | @bendiken

Received on Friday, 16 April 2010 13:47:25 UTC