I am using the python library rdflib
to query Freebase for topics.
I found that the data returned by Freebase for topics are not complete. For instance, when I query:
http://rdf.freebase.com/rdf/en.barack_obama
The result does not contain data about place_of_birth
although I can verify that the data exists when I use MQL to query for that property.
My question is: Can I rely on a query to the RDF service to return all the rdf triples for a given topic?
If not, is there a way to ensure I get all the triples?