blazegraph / database

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

Allow constraining search algorithms to expand links of types belonging to a set #246

Open jakubadamw opened 11 months ago

jakubadamw commented 11 months ago

I've been using Wikidata's query interface to do some searches over the dataset. I'm running a BFS. I see the search can be restricted to only expand links of a certain type, but the constraint only allows one type to be specified. It'd be very useful to allow multiple link types (in an OR fashion, effectively).