comparison rdf/RDFTransformFactory.cpp @ 492:23945cdd7161

* Update RDF query stuff again so as to set up a temporary datastore each time we want to query over an rdf file, instead of using rasqal against the file. Seems the only way to avoid threading and storage management issues when trying to load from a single-source file and perform queries against our main datastore at the same time. Maybe.
author Chris Cannam
date Mon, 24 Nov 2008 16:26:11 +0000
parents 82ab61fa9223
children 3931711b5671
comparison
equal deleted inserted replaced
491:6f8ee19984ad 492:23945cdd7161
91 { 91 {
92 } 92 }
93 93
94 RDFTransformFactoryImpl::~RDFTransformFactoryImpl() 94 RDFTransformFactoryImpl::~RDFTransformFactoryImpl()
95 { 95 {
96 SimpleSPARQLQuery::closeSingleSource(m_urlString);
96 } 97 }
97 98
98 bool 99 bool
99 RDFTransformFactoryImpl::isOK() 100 RDFTransformFactoryImpl::isOK()
100 { 101 {