json_ld: compaction bugfix

damn Ruby habits ;-)
This commit is contained in:
Marcel Otto 2017-03-26 00:54:15 +01:00
parent 84fbd57e6f
commit 084506860d

View file

@ -73,7 +73,7 @@ defmodule JSON.LD.Compaction do
compacted_value =
if is_binary(expanded_value) do
compact_iri(expanded_value, active_context, inverse_context, nil,
expanded_property == '@type')
expanded_property == "@type")
# 7.1.2)
else
# 7.1.2.1)