Skip to content

Commit

Permalink
Updated docker image version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-aravind committed Nov 8, 2024
1 parent 69f1468 commit 236cd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/sparql_processor.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module SparqlProcessor
def self.perform_sparql_transformations(graph, sparql_paths, base_url)
sparql_paths.each do |sparql_path|
puts "Executing #{sparql_path}"
file = File.read(sparql_path).gsub("domain_name", base_url)
graph.query(SPARQL.parse(file, update: true))
end
Expand Down

0 comments on commit 236cd61

Please sign in to comment.