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
0
votes
1 answer

Google Knowledge Graph Search API weird results

I'd like to use this API but my result confuses me. I want to search for types = "Brand", languages = "en" using search string "Abs" and I got 2 correct and 1 incorrect results, pls. check KG Search API Explorer's response: { "@context": { …
0
votes
1 answer

Knowledge graph API to collect PASF result

I am trying to collect PASF results similar to what we get from google search through knowledge graph API Example: https://www.google.com/search?q=donald+trump&kponly&kgmid=/m/0cqt90 and when we click on the PASF result you get this URL…
Ram
  • 1
0
votes
2 answers

How can I extract out name of a person who has committed a crime from a new article?

I am able to extract person names using Spacy NER model but it includes the lawyer/police/or everyone else who is a human.My problem is to extract the name of the person who is an accused/convicted/or has committed the crime based on news…
0
votes
1 answer

how to reverse engineer Google's entity ids

Google is using entities everywhere nowadays and they are usually prefixed with /m/ and /g/ (but I have also seen some /t/ lately) I am wondering how the numbering works. For /m/ there is a schema similar to what an url shortener would do. Define an…
0
votes
0 answers

Google Knowledge API not returning Details of Search Query but just displaying a placeholder

When I ran the search Query for "Apple Inc" I am not getting the "detailedDescription" field. The query :https://kgsearch.googleapis.com/v1/entities:search?query=Apple+Inc&key=AIzaSyD_6bOqsyts7K1NOUarvvY7CxQ5DzqZI6A&limit=1&indent=True The…
Gru
  • 817
  • 13
  • 20
0
votes
0 answers

Extract Graph from DBpedia, by number of HOPS, Direction

In the above graph [which is in dbpedia], I want to extract information about TIM COOK, with hops, IF I put hop as 1, I would need all the first level information about TIM COOK, like Masters, APPLE, Car If hops are 2, I need Masters, APPLE, Car,…
0
votes
2 answers

How long does it take to show social media links in Google Knowledge Graph?

I just added the Schema.org code to my website. Now how long will it take for Google Knowledge Graph to show my social links?
0
votes
0 answers

Neo4j Creating relationship between nodes that already map to a relationship

Currently, I have a query in Neo4j that returns all the nodes in my graph that are pointed to by multiple nodes. The query to return these nodes (in picture) looks like this: MATCH (n)-[r:CLINICAL_SIGNIFICANCE]->() WITH n, count(r) as rel_cnt WHERE…
0
votes
0 answers

Why am I getting a KeyError AFTER it finds and prints the URL just fine?

For some reason, I am getting the URL that I was looking for, but afterwards, I still get a KeyError, and I am not sure what I'm doing wrong. input: """Example of Python client calling Knowledge Graph Search API.""" import json import…
Nikki Luzader
  • 111
  • 11
0
votes
1 answer

Using Google Knowledge Graph API to find relation between two nodes

Is it possible to query the Google Knowledge graph API to get an edge(or relation) between two nodes in it? Or alternatively, perhaps to find the nearest n nodes to a specified node?
0
votes
0 answers

When is there a need to use a reasoner like jena when developing a knowledge-based QA system?

In my opinion : Query the answer from the RDF 3-tuples, if no answer ,then try a reasoner. Use the reasoner to complete knowledge graph off-line to save online query time.
0
votes
1 answer

Google Knowledge Graph searching with ids

I have stored some search results of the the google knowledge Graph API (GKGA) in the form of ids, that the GKGA returns. Now I want to get the whole Result again using the id, but that doesnt seem to work. After some research I found a query that…
telion
  • 834
  • 1
  • 9
  • 34
0
votes
1 answer

Has anyone noticed recent degradation in Google Knowledge Graph Search API results?

I've been using Google's KGSearch widget to support a quick search box for movie titles, with good results for more than a year until its behavior suddenly became much worse around early this October. Previously it had displayed sensible results…
RustyP
  • 1
  • 1
0
votes
1 answer

What's going on with the Google Knowledge Graph API?

I have used the knowledge graph API before and it worked fine. I tried to access it today and it gives me no results at all. Here is my sample request and response. GET…
nihil0
  • 359
  • 2
  • 10
0
votes
1 answer

What does Google's Knowledge Graph API return as results for a lesser known search query?

We are trying to integrate Google's Knowledge Graph with one of our applications, we found the Knowledge Graph very useful for Popular results, but were curious about the results for lesser known queries which do not have their graphs defined.
Phoenix
  • 192
  • 1
  • 8