Class: RDF::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/ld/patch/parser.rb

Overview

Update RDF::Node to set lexical representation of BNode

Extensions for RDF::URI

Instance Method Summary collapse

Instance Method Details

#lexicalObject



569
# File 'lib/ld/patch/parser.rb', line 569

def lexical; @lexical; end

#lexical=(value) ⇒ Object

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



568
# File 'lib/ld/patch/parser.rb', line 568

def lexical=(value); @lexical = value; end