Method: CurationConcerns::GraphExporter#fetch
- Defined in:
- app/services/curation_concerns/graph_exporter.rb
#fetch ⇒ RDF::Graph
16 17 18 19 20 21 22 |
# File 'app/services/curation_concerns/graph_exporter.rb', line 16 def fetch clean_graph_repository.find(solr_document.id).tap do |g| additional_resources.uniq.each do |stmt| g << stmt end end end |