Class: RDF::Normalize::URDNA2015
- Inherits:
-
Object
- Object
- RDF::Normalize::URDNA2015
- Defined in:
- lib/rdf/normalize/urdna2015.rb
Direct Known Subclasses
Defined Under Namespace
Classes: IdentifierIssuer, NormalizationState
Instance Attribute Summary
Attributes included from Base
Instance Method Summary collapse
- #each(&block) ⇒ Object
-
#initialize(enumerable, options) ⇒ RDF::Enumerable
constructor
Create an enumerable with grounded nodes.
Methods included from Utils
Constructor Details
#initialize(enumerable, options) ⇒ RDF::Enumerable
Create an enumerable with grounded nodes
12 13 14 |
# File 'lib/rdf/normalize/urdna2015.rb', line 12 def initialize(enumerable, ) @dataset, @options = enumerable, end |
Instance Method Details
#each(&block) ⇒ Object
16 17 18 19 |
# File 'lib/rdf/normalize/urdna2015.rb', line 16 def each(&block) ns = NormalizationState.new(@options) normalize_statements(ns, &block) end |