lib/ddr/vocab/rdf_vocabulary_parser.rb in ddr-models-1.13.2 vs lib/ddr/vocab/rdf_vocabulary_parser.rb in ddr-models-1.14.0

- old
+ new

@@ -37,9 +37,9 @@ end def graph @graph ||= RDF::Graph.load(source).freeze end - + end end end