Questions tagged [google-knowledge-graph]

Google Knowledge Graph is the semantic knowledge graph used by Google to enhance search results.

See https://www.google.com/intl/es419/insidesearch/features/search/knowledge.html for more details.

75 questions
14
votes
1 answer

Knowledge Graph API in BigQuery

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…
Quintin Par
  • 14,646
  • 27
  • 87
  • 142
6
votes
1 answer

Querying JSON-LD at scale

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…
6
votes
1 answer

Finding an organization's public social media profiles via Google API

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,…
GregRos
  • 7,418
  • 3
  • 29
  • 54
6
votes
1 answer

How to use Google Knowledge Graph API

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…
Vlad
  • 946
  • 1
  • 5
  • 16
4
votes
2 answers

Knowledge graph API returning different results than site

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…
Secoority
  • 63
  • 3
4
votes
1 answer

How to use `relevantTopicIds` from YouTube Data API v3?

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…
4
votes
0 answers

How can I search Google Knowledge Graph for entries with a specific property?

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…
mhucka
  • 1,595
  • 16
  • 30
3
votes
0 answers

Entities from Google Vision API have no infromation in Knowledge Graph API

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…
Richard-Degenne
  • 2,649
  • 2
  • 21
  • 41
3
votes
1 answer

API for Google 'People Also Search For' - Android

As the Freebase API is deprecated, and i used the KnowledgeGraph API to get the list of 'People also search for' , but the requirement is not fulfilled, Please suggest an API to get the results. and also i followed this link but there is no…
3
votes
3 answers

schema.org restaurant menu - describing an individual dish

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…
3
votes
1 answer

Google Knowledge Graph Search API @id field

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…
Rami Enbashi
  • 3,260
  • 1
  • 17
  • 21
2
votes
0 answers

Missing return information in Google Knowledge Graph API response

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…
2
votes
1 answer

Google Knowledge Graph API Usage

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:…
2
votes
1 answer

Why does the Google Knowledge Graph API not return businesses that I know have a Google Knowledge Panel?

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…
James
  • 83
  • 6
2
votes
1 answer

How to create Graph Database from Relationship triplets?

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…
1
2 3 4 5