Module: RDF::JSON::Extensions::Node
- Defined in:
- vendor/bundler/ruby/3.3.0/bundler/gems/rdf-json-7d579de01769/lib/rdf/json/extensions.rb
Overview
RDF/JSON extensions for RDF::Node
.
Instance Method Summary collapse
-
#to_rdf_json ⇒ Hash
Returns the RDF/JSON representation of this blank node.
Instance Method Details
#to_rdf_json ⇒ Hash
Returns the RDF/JSON representation of this blank node.
49 50 51 |
# File 'vendor/bundler/ruby/3.3.0/bundler/gems/rdf-json-7d579de01769/lib/rdf/json/extensions.rb', line 49 def to_rdf_json {:type => :bnode, :value => to_s} end |