Mercurial > hg > svcore
diff rdf/SimpleSPARQLQuery.cpp @ 507:0944d13689b2
* Implement proper RDF feature writing for track level features, using
the feature attribute URI given in the plugin description RDF (if there
is one)
author | Chris Cannam |
---|---|
date | Fri, 05 Dec 2008 14:19:04 +0000 |
parents | db398832518b |
children | 7207e3eba44f |
line wrap: on
line diff
--- a/rdf/SimpleSPARQLQuery.cpp Fri Dec 05 11:31:51 2008 +0000 +++ b/rdf/SimpleSPARQLQuery.cpp Fri Dec 05 14:19:04 2008 +0000 @@ -213,8 +213,10 @@ errorString = "Failed to initialise Redland parser"; return false; } - + +#ifdef DEBUG_SIMPLE_SPARQL_QUERY std::cerr << "About to parse \"" << uri.toStdString() << "\"" << std::endl; +#endif Profiler p("SimpleSPARQLQuery: Parse URI into LIBRDF model");