what am i trying to do is trying to build a system that takes for entry a subject, verb, object triple and check whether it's true or not.
for example:
{Elizabeth , is , queen} => true
{Obama, won, nobel prize} => false
What i have tried:
i tried to make some ASK
queries but i've never succeeded since i am new in SPARQL and DBpedia.
i don't know what prefix to choose or what property
for example how can i decide if obama
is of type dbo:Person
and so on ...
every query is different and i am lost :(
Note: it does not have to be perfect or to work with any kind of information thank you