You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspecting the contents of PrefixManager.GLOBAL immediately before constructing the query, the default namespace (empty prefix) is certainly present; I think the immediate cause of its absence in the constructed query is the block that explicitly excludes the empty prefix in
com.clarkparsia.empire.impl.sparql.SPARQLDialect.insertNamespaces():
if (aPrefix.trim().equals("")) {
continue;
}
But I don't know why that is there so I'm not going to mess with it :)
in com.clarkparsia.empire.impl.sparql.SPARQLDialect.insertNamespaces()
From the mailing list:
The text was updated successfully, but these errors were encountered: