knowitall / triplestore-qa

Question answering over a triplestore
7 stars 3 forks source link

Special predicates #11

Open afader opened 11 years ago

afader commented 11 years ago

We should be able to handle queries like this:

(obama, born in, $x) ($x, is, date)

without having to add a bunch of (1945, is, date)-type triples to the triplestore. So there should be some special query-execution logic to test whether something is a date.

Other special predicates:

afader commented 11 years ago

Another good special predicate would be quantities, that return true for strings like 23 people or one electron.