json_ld: JSON-LD compaction test suite and various compaction fixes

but still 13 tests failing
This commit is contained in:
Marcel Otto 2017-03-25 22:16:59 +01:00
parent a1dcc4cc8f
commit daba9d9667

View file

@ -46,7 +46,6 @@ defmodule RDF do
case some_uri do
%URI{scheme: nil} -> false
%URI{host: nil} -> false
%URI{path: nil} -> false
_uri -> true
end
end