Module: RDF::JSON::Extensions
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-json-7d579de01769/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