0

Freebase: Hi, good day for evryone. Does anybody know how to access the property /common/document/text, that you get on this freebase link?

I query it like this [{ "id": "/m/015fk", "type": "/common/document", "text": null }]

But the results I get is null

gines capote
  • 1,110
  • 1
  • 8
  • 12

1 Answers1

2

You can get it from the Text API https://www.googleapis.com/freebase/v1/text/m/015fk but you'd probably be better off using the Topic API.

Tom Morris
  • 10,490
  • 32
  • 53