On 22/11/13 20:33, Diogo FC Patrao wrote:

(2) The other experiment we did was to add a inference axiom that used the
solr index:

text:query someValuesFrom "my text" SubClassOf MyFancyClass

which is well within the capabilities of OWL_MICRO. However, the query

SELECT * {
?a a MyFancyClass.
}

yielded no results. The Solr log showed no requisition either.

Correct. text:query is pseudo predicate interpreted by ARQ when processing SPARQL queries. The inference engine knows nothing about it, it is just asking the model directly and so won't find any values for text:query.

Dave


Reply via email to