Knowledge Graph API in BigQuery
Asked Answered
D

1

14

Is there a dump of the Knowledge Graph API on BigQuery or can I query Knowledge graph API via BigQuery SQL language?

Felipe has this wonderful talk on querying Freebase via SQL but Freebase is no more updated.

Any chance I can do the equivalent of what Felippe does with Freebase and Wikidata with the Knowledge Graph API?

Decline answered 11/3, 2018 at 6:43 Comment(0)
C
2

As the Knowledge Graph Search API returns only individual matching entities I recommend to use the wikidata dump, the fh-bigquery:wikidata dataset is available in BigQuery. You can run a statement like:

SELECT id FROM [fh-bigquery:wikidata.latest_en_v1] LIMIT 1000
Chianti answered 18/7, 2018 at 22:54 Comment(2)
is the statement for big-query or for wikidata query (sparql) ?Gerek
For BigQuery, you can try it in the WebUIChianti

© 2022 - 2024 — McMap. All rights reserved.