diff --git a/lib/rdf.ex b/lib/rdf.ex index f0a634f..3d8a785 100644 --- a/lib/rdf.ex +++ b/lib/rdf.ex @@ -47,7 +47,6 @@ defmodule RDF do # TODO: Find a better way! Maybe https://github.com/marcelog/ex_rfc3986 ? case some_uri do %URI{scheme: nil} -> false - %URI{host: nil} -> false _uri -> true end end