Re: Problem loading OWL ontology with RDF.rb

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:02:31 UTC