Class: RoadForest::RDF::CopyManager
- Inherits:
-
SplitManager
- Object
- ReadOnlyManager
- WriteManager
- SplitManager
- RoadForest::RDF::CopyManager
- Defined in:
- lib/roadforest/rdf/access-manager.rb
Constant Summary
Constants included from Normalization
Instance Attribute Summary
Attributes inherited from SplitManager
Attributes inherited from ReadOnlyManager
#resource, #rigor, #source_graph
Instance Method Summary collapse
Methods inherited from SplitManager
Methods inherited from WriteManager
Methods inherited from ReadOnlyManager
#build_query, #dup, #each, #query_execute, #query_pattern, #relevant_prefixes
Methods included from Normalization
#expand_curie, #expand_curie_pair, #interned_uri, #literal, #normalize_context, #normalize_property, #normalize_resource, #normalize_statement, #normalize_term, #normalize_tuple, #normalize_uri, #relevant_prefixes_for_graph, #root_url, #uri, #vocabularies_in_graph
Instance Method Details
#execute_search(search, &block) ⇒ Object
147 148 149 150 151 152 |
# File 'lib/roadforest/rdf/access-manager.rb', line 147 def execute_search(search, &block) super(search) do |statement| destination_graph.insert(statement) yield statement end end |