From: Michael F. <fr...@gm...> - 2010-06-17 21:01:27
|
> Of course none of the above may be the actual cause of your issue but > without seeing any data or SPARQL queries I can only speculate. Here's a SPARQL query which returns no results (I've checked the prefixes): select distinct ?obj where { ?obj eb-owl:isaliasof ?subj } If I do whis to the database: select * from NODES n where n.nodeValue like '%isalias%' ... I can see that the eb-owl:isaliasof node has nodeId 4047 If I then do: select * from TRIPLES t where t.triplePredicate = 4047 ... I get over a thousand rows. Note that this seems to work after initial data load, but it then borks as I add more tripples... Michael -- http://friism.com (+45) 27122799 Sapere aude |