Skip to content

Commit 756125d

Browse files
committed
Load rdf/vocab in CLI if present; this allows Vocabulary format CLI to be found.
1 parent febbca0 commit 756125d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rdf/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require 'linkeddata'
99
rescue LoadError
1010
# Silently load without linkeddata, but try some others
11-
%w(reasoner rdfa rdfxml turtle json/ld ld/patch).each do |ser|
11+
%w(reasoner rdfa rdfxml turtle vocab json/ld ld/patch).each do |ser|
1212
begin
1313
require ser.include?('/') ? ser : "rdf/#{ser}"
1414
rescue LoadError

0 commit comments

Comments
 (0)