是否可以通过GraphDB Web界面访问文本搜索,就像Blazegraph,Stardog和Virtuoso分面搜索一样?
例如:
我已经完成了Lucene connector和full-text练习。我看到如何编写包含文本搜索的SPARQL搜索:
PREFIX luc: <http://www.ontotext.com/owlim/lucene#>
SELECT * {
?id luc:myTestIndex "ast*"
}
但是有点击搜索界面吗?
如果我需要指定触发索引过程的谓词,我希望在我的应用程序本体中包含:literalValue
。
:Mark a :StackOverflowQuestioner .
:Mark :denotedBy :MarksName .
:MarksName rdfs:label "Mark's Name" .
:MarksName :literalValue "Mark Miller" .