Re: Problem loading OWL ontology with RDF.rb

Works fine now. Also the dump seems ok to me.

Thank you very much for the rapid fix
Marcel

Am 08.08.2011 22:01, schrieb Gregg Kellogg:
> A simple matter of RTFM, to get Nokogiri to decode entities.
>
> Updated gem to version 0.3.4, update with "(sudo) gem update 
> rdf-rdfxml" you should now see the following:
>
>     require 'linked data'
>     g = RDF::Graph.load( RDF::OWL )
>     g.count  # => 450
>
>
> Also, try the following:
>
>     g.dump(:ttl, :standard_prefixes => true)
>
>
> Gregg
>
>
> On Aug 8, 2011, at 10:14 AM, Marcel Otto wrote:
>
>> g = RDF::Graph.load( RDF::OWL )
>

Received on Monday, 8 August 2011 20:46:18 UTC