How can I encode questions like “Who is president and name match Oba*a?” ?
Should it be (?, office held, president) ∩ (?, name match, Oba*a)?
If yes, I think we should define a format for these patterns? (globs? regexps?)
If no, how do it? (add a predicate, a node type, …)
How can I encode questions like “Who is president and name match
Oba*a?” ?Should it be
(?, office held, president) ∩ (?, name match, Oba*a)?If yes, I think we should define a format for these patterns? (globs? regexps?)
If no, how do it? (add a predicate, a node type, …)