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



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

def lexical; @lexical; end

#lexical=(value) ⇒ Object

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



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

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