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
1
vote
1 answer

Is the located in information available on any google api?

As an example Google Maps place result. Features information about whether a location is within a larger complex. The google search result knowledge pane features this same information. Is this available on a google api that can be queried via…
1
vote
0 answers

Natural Language Processing Using Elasticsearch and Google Cloud Api

I want to use NLP with elasticsearch. I have been able to achieve one level by using Open NLP plugin as mentioned in comments of this question. I am getting entities like person, organization, location etc indexed while inserting documents. I have a…
1
vote
1 answer

Can knowledge graphs deal with a sentence including a preposition or adjective

I am thinking of how suitable knowledge graphs such as "Google Knowledge Graph", "WordNet", "Yago", or "FreeBase" is for representing facts including a preposition or adjective. For example, "Obama has a daughter" can clearly be represented by node…
Light Yagmi
  • 5,085
  • 12
  • 43
  • 64
1
vote
1 answer

Nested queries against the Google Knowledge Graph API?

I was playing around with the Knowledge Graph API recently, but can't really get it to return anything useful. My scenario is this: I query the API for maxim gorki theater, and it rightly returns the entry for the theater in Berlin. Now, on the web,…
gmolau
  • 2,815
  • 1
  • 22
  • 45
1
vote
0 answers

kbsearch outage - returning INVALID_ARGUMENT

I've been using the Knowledge Graph API for a few months now. I just received a 400 "Request contains an invalid argument". I believe the API is having an outage or undocumented new requirement. Here are…
Nick Caruso
  • 477
  • 4
  • 10
1
vote
1 answer

Ids param in Google Knowledge Graph API

I couldn't find a use-case or example of ids param in Google Knowledge Graph API. And every time I try putting any id in that field I get an error : "Request contains an invalid argument.". I have tried putting all possible arguments there like…
sv_jan5
  • 1,543
  • 16
  • 42
1
vote
1 answer

How can I decode Wordnet entites?

in my experiment, I am using WordNet18 data, which contains triplets of the form (subject, predicate, object), some examples are as follows: 03964744 _hyponym 04371774 00260881 _hypernym 00260622 02199712 _member_holonym 02188065 I…
Roger
  • 161
  • 1
  • 9
1
vote
1 answer

How to get book title from ISBN with Knowledge Graph?

I volunteer in a communal library and I'm in charge of the digital transition. I'm using the free and open-source software PMB and I want to automate the retrieval of book titles with the Knowledge Graph API (which is not possible with PMB, or I…
NCLSJLD
  • 13
  • 3
1
vote
1 answer

credentials for google knowledge graph

I am trying to use the Google Knowledge graph API. I already have the API key and also use the library instead of the RESTful API. kgSearch = Kgsearch::KgsearchService.new response = kgSearch.search_entities(query: query) I have tried to…
Seb
  • 2,929
  • 4
  • 30
  • 73
1
vote
1 answer

Is it possible to ask free form questions using google knowledge graph api?

Is it possible to ask a question like "how tall is the Eiffel Tower?" using google knowledge graph api? If not what is the correct api to use? when i try…
S. Vaghar
  • 191
  • 1
  • 1
  • 7
1
vote
1 answer

Finding Related Topics using Google Knowledge Graph API

I'm currently working on a behavioral targeting application and I need a considerably large keyword database/tool/provider that enables applications to reach to the similar keywords via given keyword for my app. I've recently found that Freebase,…
1
vote
1 answer

How to get social media links from Google Knowledge

Currently I'm working on a project that require me to collect celebrities followers number (from instagram or facebook). To get that number, i have to get 1. celebrities instagram link 2. celebrities facebook link 3. send a request to instagram or…
0
votes
0 answers

How to execute functions using CARML processor to convert JSON to RDF format and perform arithmetic operations?

I am currently working on a project where I need to convert a JSON file into RDF format using the CARML processor. Additionally, I need to perform arithmetic operations on the data during the conversion process. Specifically, I want to subtract two…
0
votes
0 answers

OpenImages image label ontology on Google Knowledge Graph

I am browsing a list of all available labels for images in OpenImages here. There are thousands of labels, like cockroach, ant, insect. As we can see, they are not totally unrelated, ant and cockroach "belong" to the insect label category. Clearly…
SexyBeast
  • 7,913
  • 28
  • 108
  • 196
0
votes
1 answer

Prefix param in KG API doesn't affect?

I'm calling the KG API: https://kgsearch.googleapis.com/v1/entities:search?key=----key-----&limit=1000&languages=en&types=&prefix=true&query=dog &prefix=true so I expect to see only results with names that starts with dog, but I see a few which…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471