class RDF::Node

Update RDF::Node to set lexical representation of BNode

Extensions for RDF::URI

Public Instance Methods

lexical() click to toggle source
# File lib/ld/patch/parser.rb, line 572
def lexical; @lexical; end
lexical=(value) click to toggle source

Original lexical value of this URI to allow for round-trip serialization.

# File lib/ld/patch/parser.rb, line 571
def lexical=(value); @lexical = value; end