{"id":15978,"date":"2021-06-03T17:43:41","date_gmt":"2021-06-03T15:43:41","guid":{"rendered":"https:\/\/wordlift.io\/blog\/en\/?p=15978"},"modified":"2021-06-17T19:39:18","modified_gmt":"2021-06-17T17:39:18","slug":"finding-entities-knowledge-graphs","status":"publish","type":"post","link":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/","title":{"rendered":"Finding Similar Entities across Knowledge Graphs"},"content":{"rendered":"\n<p>With the rise of <a class=\"wl-entity-page-link\" title=\"content is\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/knowledge-graph\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/knowledge_graph;https:\/\/www.wikidata.org\/wiki\/Q33002955\" >knowledge graphs<\/a> (KGs), interlinking KGs has attracted a lot of attention.<br>Finding similar <a class=\"wl-entity-page-link\" title=\"entity\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/what-is-an-entity\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/entity;http:\/\/dbpedia.org\/resource\/Entity;http:\/\/rdf.freebase.com\/ns\/m.0bl9f;https:\/\/g.co\/kg\/m\/0bl9f;https:\/\/www.wikidata.org\/wiki\/Q35120;http:\/\/data.wordlift.io\/wl0216\/entity\/entity\" >entities<\/a> among KGs plays an essential role in knowledge integration and KG connection. It can <strong>help end-users and search engines more effectively and easily access pertinent information<\/strong> across KGs.<\/p>\n\n\n\n<p>In this blog post, we introduce <a href=\"https:\/\/www.researchgate.net\/publication\/350212173_Finding_Similar_Entities_Across_Knowledge_Graphs\">a new research paper<\/a> and the approach that we are experimenting with within the context of Long-tail SEO.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Long-tail SEO<\/h2>\n\n\n\n<p>One of the goals that we have for WordLift NG is <strong>to create the technology required for helping editors go after long-tail search intents<\/strong>. Long-tail queries are search terms that tend to have lower search volume and competition rate, as well as a higher conversion rate. Let me give you an example: \u201cski touring\u201d is a query that we can intercept with a page like <a href=\"https:\/\/www.salzburgerland.com\/en\/ski-touring-in-salzburgerland\/\">this one<\/a> (or with a similar page). Our goal is twofold:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>helping the team at SalzburgerLand Tourismus (the use-case partner of our project) expand on their existing positioning on Google by supporting them in finding long-tail queries;<\/li><li>helping them enrich their existing website with content that matches that long-tail query and that can rank on Google.<\/li><\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" src=\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2021\/06\/WordLift_finding_entities_knowledge_graph-1023x310.gif\" alt=\"\" class=\"wp-image-15980\" \/><\/figure>\n\n\n\n<p>In order to facilitate the creation of new content we proceed as follows:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>analyze the entities behind the top results that Google proposes (in a given country and language) for a given query.<\/li><li>find a match with similar entities on the local KG of the client.<\/li><\/ol>\n\n\n\n<p>To achieve the first objective WordLift has created <a href=\"https:\/\/api-docs.wordlift.io\/swagger-ui\/?urls.primaryName=longtail#\/Longtail%20query\/getUsingGET\">an API (called long-tail)<\/a> that will analyze the top results and extract a short summary as well as the main entities behind each of the first results.<\/p>\n\n\n\n<p>Now given a query entity in one KG (let\u2019s say <a href=\"https:\/\/www.dbpedia.org\/\">DBpedia<\/a>), we intend to propose an approach to find the most similar entity in another KG (the graph created by WordLift on the client\u2019s website) as illustrated in Figure 1.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"537\" height=\"252\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs_1.png\" alt=\"\" class=\"wp-image-15983\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs_1.png 537w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs_1-300x141.png 300w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs_1-150x70.png 150w\" sizes=\"(max-width: 537px) 100vw, 537px\" \/><figcaption>Figure 1.&nbsp; The interlinking problem over the knowledge graphs<br><\/figcaption><\/figure><\/div>\n\n\n\n<p>The main idea is to leverage graph embedding, clustering, regression and sentence embedding as shown in Figure 2.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img decoding=\"async\" width=\"478\" height=\"597\" src=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs.png\" alt=\"\" class=\"wp-image-15984\" srcset=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs.png 478w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs-240x300.png 240w, https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/finding_entities_knowledge_graphs-150x187.png 150w\" sizes=\"(max-width: 478px) 100vw, 478px\" \/><figcaption>Figure 2. The proposed approach<\/figcaption><\/figure><\/div>\n\n\n\n<p>In our proposed approach, <a href=\"http:\/\/rdf2vec.org\/\">RDF2Vec technique<\/a> has been employed to generate vector representations of all entities of the second KG and then the vectors have been clustered based on cosine similarity using K medoids algorithm. Then, an artificial neural network with multilayer perceptron topology has been used as a regression model to predict the corresponding vector in the second <a class=\"wl-entity-page-link\" title=\"Knowledge Panels\" href=\"https:\/\/wordlift.io\/blog\/en\/entity\/google-knowledge-graph\/\" data-id=\"http:\/\/data.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/rdf.freebase.com\/ns\/m.0jwvf5b;http:\/\/dbpedia.org\/resource\/Knowledge_Graph;http:\/\/data.qa.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/data.wordlift.io\/wl0216\/entity\/google_knowledge_graph;http:\/\/data.qa.wordlift.io\/wl0216\/entity\/google_knowledge_graph\" >knowledge graph<\/a> for a given vector from the first knowledge graph. After determining the cluster of the predicated vector, the entities of the detected cluster are ranked through the sentence-BERT method and finally, the entity with the highest rank is chosen as the most similar one. If you are interested in our work, we strongly recommend you to read the published paper.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><br>Conclusions and future work<\/h2>\n\n\n\n<p>To sum up, the proposed approach to find the most similar entity from a local KG with a given entity from another KG, includes four steps: graph embedding, clustering, regression and ranking. In order to evaluate the approach presented, the <a href=\"https:\/\/www.dbpedia.org\/\">DBPedia<\/a> and SalzburgerLand KGs have been used as the KGs and the available entity pairs which have the same relation, have been considered as training data to train the regression models. The absolute error (MAE), R squared (R2) and root mean square error (RMSE) have been applied to measure the performance of the regression model. In the next step, we will show how the proposed approach leads to enriching the SalzburgerLand website when it takes the main entities from the long-tail API and finds the most similar entities in the SalzburgerLand KG.<\/p>\n\n\n\n<p>Reference to the paper with full details: Aghaei, S., Fensel, A. \u201eFinding Similar Entities Across Knowledge Graphs\u201c, in Proceedings of the 7th International Conference on Advances in Computer Science and Information Technology (ACSTY 2021), Volume Editors: David C. Wyld, Dhinaharan Nagamalai, March 20-21, 2021, Vienna, Austria.<\/p>\n\n\n\n\n\n<p><\/p>\n\n\n\n<p>Curious to know more about Product Knowledge Graphs?<br>Take a look at this <a href=\"https:\/\/wordlift.io\/academy-entries\/product-knowledge-graphs\">free webinar with 4 outstanding experts<\/a>!<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>With the rise of knowledge graphs (KGs), interlinking KGs has attracted a lot of attention. The proposed approach to finding the most similar entity from a local KG with a given entity from another KG, includes four steps: graph embedding, clustering, regression and ranking.<\/p>\n","protected":false},"author":66,"featured_media":16001,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wl_entities_gutenberg":"","_wlpage_enable":"","footnotes":""},"categories":[8],"tags":[],"wl_entity_type":[30],"coauthors":[],"class_list":["post-15978","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-seo","wl_entity_type-article"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Finding Similar Entities across Knowledge Graphs - WordLift Blog<\/title>\n<meta name=\"description\" content=\"Here&#039;s the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Finding Similar Entities across Knowledge Graphs - WordLift Blog\" \/>\n<meta property=\"og:description\" content=\"Here&#039;s the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\" \/>\n<meta property=\"og:site_name\" content=\"WordLift Blog\" \/>\n<meta property=\"article:published_time\" content=\"2021-06-03T15:43:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-17T17:39:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/featured_immage_v2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Sare Aghaei\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sare Aghaei\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\"},\"author\":{\"name\":\"Sare Aghaei\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/49ae2deedc4351b96f1739a470218f6e\"},\"headline\":\"Finding Similar Entities across Knowledge Graphs\",\"datePublished\":\"2021-06-03T15:43:41+00:00\",\"dateModified\":\"2021-06-17T17:39:18+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\"},\"wordCount\":671,\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg\",\"articleSection\":[\"seo\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\",\"name\":\"Finding Similar Entities across Knowledge Graphs - WordLift Blog\",\"isPartOf\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg\",\"datePublished\":\"2021-06-03T15:43:41+00:00\",\"dateModified\":\"2021-06-17T17:39:18+00:00\",\"description\":\"Here's the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.\",\"breadcrumb\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg\",\"contentUrl\":\"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg\",\"width\":1200,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/wordlift.io\/blog\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Finding Similar Entities across Knowledge Graphs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#website\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"name\":\"WordLift Blog\",\"description\":\"AI-Powered SEO\",\"publisher\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#organization\",\"name\":\"WordLift\",\"url\":\"https:\/\/wordlift.io\/blog\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"contentUrl\":\"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png\",\"width\":152,\"height\":40,\"caption\":\"WordLift\"},\"image\":{\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/49ae2deedc4351b96f1739a470218f6e\",\"name\":\"Sare Aghaei\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/8995d3d79d9e006c2d1f1dd2d49ac842\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2b0f370f2cfdaecfbba58e69dab76c5c?s=96&d=mm&r=pg\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2b0f370f2cfdaecfbba58e69dab76c5c?s=96&d=mm&r=pg\",\"caption\":\"Sare Aghaei\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Finding Similar Entities across Knowledge Graphs - WordLift Blog","description":"Here's the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/","og_locale":"en_US","og_type":"article","og_title":"Finding Similar Entities across Knowledge Graphs - WordLift Blog","og_description":"Here's the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.","og_url":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/","og_site_name":"WordLift Blog","article_published_time":"2021-06-03T15:43:41+00:00","article_modified_time":"2021-06-17T17:39:18+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/featured_immage_v2.jpg","type":"image\/jpeg"}],"author":"Sare Aghaei","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sare Aghaei","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#article","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/"},"author":{"name":"Sare Aghaei","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/49ae2deedc4351b96f1739a470218f6e"},"headline":"Finding Similar Entities across Knowledge Graphs","datePublished":"2021-06-03T15:43:41+00:00","dateModified":"2021-06-17T17:39:18+00:00","mainEntityOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/"},"wordCount":671,"publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg","articleSection":["seo"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/","url":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/","name":"Finding Similar Entities across Knowledge Graphs - WordLift Blog","isPartOf":{"@id":"https:\/\/wordlift.io\/blog\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage"},"thumbnailUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg","datePublished":"2021-06-03T15:43:41+00:00","dateModified":"2021-06-17T17:39:18+00:00","description":"Here's the approach we are testing to find similar entities among knowledge graphs to help search engines and users get their info more easily.","breadcrumb":{"@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#primaryimage","url":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg","contentUrl":"https:\/\/wordlift.io\/blog\/en\/wp-content\/uploads\/sites\/3\/2021\/06\/cover_finding_entities_kg_wordlift_v2-1.jpg","width":1200,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/wordlift.io\/blog\/en\/finding-entities-knowledge-graphs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/wordlift.io\/blog\/en\/"},{"@type":"ListItem","position":2,"name":"Finding Similar Entities across Knowledge Graphs"}]},{"@type":"WebSite","@id":"https:\/\/wordlift.io\/blog\/en\/#website","url":"https:\/\/wordlift.io\/blog\/en\/","name":"WordLift Blog","description":"AI-Powered SEO","publisher":{"@id":"https:\/\/wordlift.io\/blog\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wordlift.io\/blog\/en\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/wordlift.io\/blog\/en\/#organization","name":"WordLift","url":"https:\/\/wordlift.io\/blog\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/","url":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","contentUrl":"https:\/\/mk0wordliftblog7j5te.kinstacdn.com\/wp-content\/uploads\/sites\/3\/2017\/04\/logo-1.png","width":152,"height":40,"caption":"WordLift"},"image":{"@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/49ae2deedc4351b96f1739a470218f6e","name":"Sare Aghaei","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wordlift.io\/blog\/en\/#\/schema\/person\/image\/8995d3d79d9e006c2d1f1dd2d49ac842","url":"https:\/\/secure.gravatar.com\/avatar\/2b0f370f2cfdaecfbba58e69dab76c5c?s=96&d=mm&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2b0f370f2cfdaecfbba58e69dab76c5c?s=96&d=mm&r=pg","caption":"Sare Aghaei"}}]}},"_wl_alt_label":[],"wl:entity_url":"http:\/\/data.wordlift.io\/wl0216\/post\/finding_similar_entities_across_knowledge_graphs_2","_links":{"self":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/15978"}],"collection":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/users\/66"}],"replies":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/comments?post=15978"}],"version-history":[{"count":0,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/posts\/15978\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media\/16001"}],"wp:attachment":[{"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/media?parent=15978"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/categories?post=15978"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/tags?post=15978"},{"taxonomy":"wl_entity_type","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/wl_entity_type?post=15978"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/wordlift.io\/blog\/en\/wp-json\/wp\/v2\/coauthors?post=15978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}