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.

74 questions
2
votes
1 answer

Determine Categorical Hierarchy Level of Freebase MID Value

After using the Google Cloud Vision API, I received MID values in the format of /m/XXXXXXX (not necessarily 7 characters at the end though). What I would like to do is determine how specific one MID value is compared to the others. Essentially how…
2
votes
1 answer

Crawling JSON-LD schema : detailedDescription undefined?

I'm using google knowledge Graph Search (kgsearch) api to return Schemas (schema.org) but some nested elements are not recognized as json or I'm missing something... url =…
0cnLaroche
  • 268
  • 1
  • 4
  • 8
2
votes
0 answers

Natural Language query on Knowledge Graph

I just get into knowledge graph/ontology area and have a question for query on it. Knowledge graph/ontology is built in RDF and query on RDF is done by SPARQL language. For example, "Find all subjects with a given object property" PREFIX rdfs:…
user697911
  • 10,043
  • 25
  • 95
  • 169
2
votes
1 answer

what is kgsearch.properties? Cant apply google knowledge graph API using Java

This is my code executed on Eclipse It is copied from here: https://developers.google.com/knowledge-graph/ with all libraries installed, the program can be compiled successfully, but the program terminated with java.io.FileNotFoundException:…
Robert Lui
  • 55
  • 5
2
votes
0 answers

Way to get Venue capacity from Google API

Is there a Google API that provides a capacity of a particular place or venue. Let's say Bank of America stadium. If we do a search with the name on Google then at right hand side of the page, we see the detailed information which also contains the…
2
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…
2
votes
1 answer

Efficiently querying abstract elements using WikiData Sparql

I'm trying to build a query to fetch instances of / any subclasses of abstract elements such as "human" (Q5) by name, however the query fails with a timeout, probably because it has too many nodes to traverse in the graph. Are there any better…
1
vote
0 answers

Image data missing in Knowledge Graph search API

We are consuming Knowledge graph search API and we use image content from api output in our application. We used to get Below response with image image content highlighted…
1
vote
1 answer

Limit in google knowledge graph weird behaviour

According to the reference Limit: Limits the number of entities to be returned. Maximum is 500. Default is 20. Requests with high limits have a higher chance of timing out. but I'm facing a weird behaviour, if I try to query for example…
Jimmar
  • 4,194
  • 2
  • 28
  • 43
1
vote
1 answer

How to extract only article body from knowledge graph api in php?

I am trying to get only the article body from json-ld in php but i can't understand how. I'm not too familiar with encoding and decoding json from php, so nothing seems to work. "@context": { "@vocab": "http://schema.org/", "goog":…
1
vote
1 answer

What schema.org types does google knowledge graph api support?

I am trying to run a query on the Google Knowledge Graph API to find the Python programming language and am having trouble specifying a type of ComputerLanguage or programmingLanguage. These are both valid schema.org types, but I receive a 400…
rjurney
  • 4,824
  • 5
  • 41
  • 62
1
vote
0 answers

Can you use the Knowledge Graph API to replicate what's shown in a Google search?

The KG API does well with well-defined entities like people or places. However when I look up something a bit more abstract, such as "Water Polo" or "House of Tudor", the top result from the API is not as accurate, whereas the Google homepage…
1
vote
0 answers

Google Knowledge Graph API `articleBody` field missing from `detailedDescription`

Following the sample request for Taylor Swift shown here, I get the following response which does not match the response shown on the site. Moreover, I'm interested in the articleBody of the detailedDescription field which is not being returned the…
cavs
  • 367
  • 1
  • 3
  • 14
1
vote
1 answer

How long does it take for the results to appear in the Google DATASET search?

We have setup a dataset markup for one of our sites and provided a sitemap for it. Do you know how long it takes for the results to appear in the Google DATASET search? The results appear in the regular Google search but as of yet it doesn't appear…
Pritam Banerjee
  • 17,953
  • 10
  • 93
  • 108
1
vote
0 answers

Google Knowledge Graph API post retrieves part or no Knowledge Card information

Google Knowledge Graph API post retrieves part or no Knowledge Card information For eg: Query: Pradhan Mantri Jan Dhan Yojana does not provide information about the queried scheme. Information about other similar scheme is supplementary as per…