Module: RDF::JSON::Extensions
- Defined in:
- lib/rdf/json/extensions.rb
Overview
RDF/JSON extensions for RDF.rb core classes and mixins.
Classes are extended with two new instance methods:
-
#to_rdf_json
returns the RDF/JSON representation as aHash
object. -
#to_rdf_json.to_json
returns the serialized RDF/JSON representation as a string.
Defined Under Namespace
Modules: Enumerable, Graph, Literal, Node, Repository, Statement, Transaction, URI