Class: RDF::Node
- Inherits:
-
Object
- Object
- RDF::Node
- 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
- #lexical ⇒ Object
-
#lexical=(value) ⇒ Object
Original lexical value of this URI to allow for round-trip serialization.
Instance Method Details
#lexical ⇒ Object
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 |