blazegraph / database

Blazegraph High Performance Graph Database
GNU General Public License v2.0
872 stars 170 forks source link

How to search predicates by full-text search? #238

Open GO5IT opened 1 year ago

GO5IT commented 1 year ago

In the example, full-text search (https://github.com/blazegraph/database/wiki/FullTextSearch) shows how to search Object positions of the RDF statements, but it does not explain how to search Predicate position. Is it feasible? If so, can you show me an example query? Many thanks in advance!