Re: Problem loading OWL ontology with RDF.rb

The current implementation of RDF/XML doesn't support XML entities; that is, Nokogiri doesn't expand them by default, so they're not available to the RDF/XML parser. It would seem like a good idea, however, I'll look to add support for it.

Gregg

On Aug 8, 2011, at 10:14 AM, Marcel Otto wrote:

g = RDF::Graph.load( RDF::OWL )
g.count  # => 1

Received on Monday, 8 August 2011 17:45:12 UTC