Open afader opened 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.
(1945, is, date)
Other special predicates:
($x, starts with letter, A)
Another good special predicate would be quantities, that return true for strings like 23 people or one electron.
23 people
one electron
We should be able to handle queries like this:
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:
($x, starts with letter, A)