- From: Gregg Kellogg <gregg@kellogg-assoc.com>
- Date: Mon, 8 Aug 2011 16:01:51 -0400
- To: Marcel Otto <marcelotto@gmx.de>
- CC: "public-rdf-ruby@w3.org" <public-rdf-ruby@w3.org>
Received on Monday, 8 August 2011 20:02:31 UTC
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