Mercurial > hg > svcore
comparison 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 |
comparison
equal
deleted
inserted
replaced
439:beb2948baa77 | 440:5746c559af15 |
---|---|
179 | 179 |
180 // Make the identifier and library parts optional, so | 180 // Make the identifier and library parts optional, so |
181 // that we can check and report helpfully if one or both | 181 // that we can check and report helpfully if one or both |
182 // is absent instead of just getting no results | 182 // is absent instead of just getting no results |
183 | 183 |
184 " OPTIONAL { ?plugin vamp:identifier ?plugin_id } . " | 184 //!!! No -- because of rasqal's inability to correctly |
185 // handle more than one OPTIONAL graph in a query, let's | |
186 // make identifier compulsory after all | |
187 //" OPTIONAL { ?plugin vamp:identifier ?plugin_id } . " | |
188 | |
189 " ?plugin vamp:identifier ?plugin_id . " | |
185 | 190 |
186 " OPTIONAL { " | 191 " OPTIONAL { " |
187 " ?library a vamp:PluginLibrary ; " | 192 " ?library a vamp:PluginLibrary ; " |
188 " vamp:available_plugin ?plugin ; " | 193 " vamp:available_plugin ?plugin ; " |
189 " vamp:identifier ?library_id " | 194 " vamp:identifier ?library_id " |