|
From: Alexander S. <ale...@gm...> - 2010-02-21 02:10:29
|
Hello! IGraph.CreateUriNode(string) tells the namespace is not set in NamespaceMapper when I try to add, for example, value http://mynamespace#name. And that's okay. But it also doesn't work if I change my value to <http://mynamespace#name. So I have to create Uri instance and add the value using another CreateUriNode method overload that takes Uri object parameter. It's a bit inconvenient. It would be nice if CreateUriNode method would understand turtle Uri syntax, won't it? Regards, Alexander |