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…
When you search for a brand or organization in Google, you often get an info block like this:
From some research, I've determined that this information comes from the Google Knowledge Graph API. However, if I search for that brand or organization,…
The question of large scale data architecture is of course a vast topic and I am far from an expert. However, I am interested in how JSON-LD is used at scale, so please excuse the lack of specificity and the high-level question.
Clearly, big players…
In what useful way can I use Google Knowledge Graph API at the moment?
Let's say I have the MID for 1990 FIFA World Cup, which is /m/014nm_
and I make this request:
GET…
How should one formulate a search query for kgsearch.googleapis.com to find all entries in a given category? For example, if I wanted to search for things in the Schema.org category applicationCategory, how would I do it? Something like the…
When I Google for something and click on a heading from the Knowledge Graph, Google displays a list of the results just below the search bar:
Screenshot here
I typed in the same thing in my Knowledge Graph…
As stated in this documentation: "Search with Freebase Topics" and in the available video as well, the YouTube Data API v3 offers certain Freebase MIDs when using topicDetails as an argument for part.
My question is how can I use those returned…
I use the Google Vision API to detect themes in images, and I then use the Knowledge Graph API to retrieve information about those themes (such as a description, a thumbnail, and a Wikpedia link, for instance). However, I sometimes find that…
We used to get "detailedDescription" field in the result when querying "kgsearch.googleapis.com/v1/entities:search" REST API for an id.
This is not the case anymore (regression from the recent days). I also tried using Google API explorer and their…
Is there a way to describe the properties of each dish in a restaurantmenu?
These fields in particular: name, description, price
Or does one have to pray that google interprets the data correct when you have indicated the url of the menu in the…
I am exploring Google Knowledge Graph Search API, but I can't find relevant documentation explaining the @id field of the response or search entities.
For example "@id": "kg:/m/09tm4t4".
1- What's the lifespan of this id? Is it safe to use it as a…
I'd like to clarify how to use the Google knowledge graph API to obtain more specific information about an entity, such as the height or birthday of a person.
For instance, the documentation provides the following search for Taylor Swift:…
I am trying to programatically find out whether a given company has a google knowledge panel. for instance, when i search google for the company "Aeronaut Brewing Company", I get a sidebar that displays relevant information about the company. This…
I want to build a knowledge graph for specific story-line, so for that I have extracted Relationship triplets (S,P,O) using OpenIE. Now I am want to create graph database from these Relationship triplets which I don't know how to do.
So here is my…
I can't find an official support page or point of contact for this Google API and the contact page suggests I should post to StackOverflow so here I go.
Within the last hour or so, I've been getting this error from all of my Google KG Search…