Mercurial > hg > svcore
diff rdf/PluginRDFIndexer.cpp @ 440:5746c559af15
* Merge revisions 1131 to 1201 from sv-rdf-import branch
author | Chris Cannam |
---|---|
date | Thu, 18 Sep 2008 12:33:30 +0000 |
parents | beb2948baa77 |
children | 64e64e304a12 |
line wrap: on
line diff
--- a/rdf/PluginRDFIndexer.cpp Thu Sep 18 12:09:32 2008 +0000 +++ b/rdf/PluginRDFIndexer.cpp Thu Sep 18 12:33:30 2008 +0000 @@ -181,7 +181,12 @@ // that we can check and report helpfully if one or both // is absent instead of just getting no results - " OPTIONAL { ?plugin vamp:identifier ?plugin_id } . " + //!!! No -- because of rasqal's inability to correctly + // handle more than one OPTIONAL graph in a query, let's + // make identifier compulsory after all + //" OPTIONAL { ?plugin vamp:identifier ?plugin_id } . " + + " ?plugin vamp:identifier ?plugin_id . " " OPTIONAL { " " ?library a vamp:PluginLibrary ; "