CINXE.COM

Sparql | Yago Project

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Sparql | Yago Project</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png"> <link rel="icon" type="image/png" sizes="32x32" href="/assets/images/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="/assets/images/favicons/favicon-16x16.png"> <link rel="manifest" href="/assets/images/favicons/site.webmanifest"> <link rel="mask-icon" href="/assets/images/favicons/safari-pinned-tab.svg" color="#5bbad5"> <link rel="shortcut icon" href="/assets/images/favicons/favicon.ico"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-config" content="/assets/images/favicons/browserconfig.xml"> <meta name="theme-color" content="#ffffff"> <link href="//tools-static.wmflabs.org/cdnjs/ajax/libs/material-design-icons/3.0.1/iconfont/material-icons.min.css" rel="stylesheet" type="text/css"/> <link href="//tools-static.wmflabs.org/cdnjs/ajax/libs/materialize/1.0.0/css/materialize.min.css" rel="stylesheet" type="text/css"/> <link href="/assets/css/normalize.css" rel="stylesheet" type="text/css"/> <link href="/assets/css/style.css" rel="stylesheet" type="text/css"/> <link href="https://yago-knowledge.org/sparql" rel="canonical"/> </head> <body> <header> <div class="logo"> <a href="/"> <img src="/assets/images/logo.png" alt="Yago Project - Select Knowledge"/> </a> </div> <nav> <div class="wrap"> <div class="nav-wrapper"> <!-- <a href="#!" class="brand-logo">Logo</a>--> <a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a> <ul class="hide-on-med-and-down nav-items"> <li class=""><a href="/" title="Home" class="item">Home</a></li><li class=""><a href="/getting-started" title="Getting Started" class="item">Getting Started</a></li><li class=""><a class="dropdown-trigger" href="/downloads" data-target="6Uo4R3UbSE">Downloads<i class="material-icons right">arrow_drop_down</i></a></li><ul id="6Uo4R3UbSE" class="dropdown-content"><li><a href="/downloads/yago-4-5">Yago 4.5</a></li><li><a href="/downloads/yago-4">Yago 4</a></li><li><a href="/downloads/yago-3">Yago 3</a></li><li><a href="/downloads/yago-2s">Yago 2s</a></li><li><a href="/downloads/yago-2">Yago 2</a></li><li><a href="/downloads/yago-1">Yago 1</a></li><li><a href="/downloads/logo">Yago logo</a></li></ul><li class=""><a class="dropdown-trigger" href="/graph/Elvis_Presley" data-target="920gcWb5mA">Browse/Query<i class="material-icons right">arrow_drop_down</i></a></li><ul id="920gcWb5mA" class="dropdown-content"><li><a href="/resource/Elvis_Presley">Browse</a></li><li><a href="/graph/Elvis_Presley">Graph</a></li><li><a href="/schema">Schema</a></li><li><a href="/sparql">SPARQL</a></li></ul><li class=""><a href="/publications" title="Publications" class="item">Publications</a></li><li class=""><a href="/contributors" title="Contributors" class="item">Contributors</a></li> </ul> </div> </div> </nav> <ul class="sidenav" id="mobile-demo"> <li class=""><a href="/" title="Home" class="item">Home</a></li><li class=""><a href="/getting-started" title="Getting Started" class="item">Getting Started</a></li><li class=""><a href="/downloads" title="Downloads" class="item">Downloads</a></li><li class=""><a href="/graph/Elvis_Presley" title="Browse/Query" class="item">Browse/Query</a></li><li class=""><a href="/publications" title="Publications" class="item">Publications</a></li><li class=""><a href="/contributors" title="Contributors" class="item">Contributors</a></li> </ul> </header> <div class="wrap"> <div class="content"> <h1>SPARQL</h1> <p> YAGO can be queried by a SPARQL API. The SPARQL endpoint URI is <code>https://yago-knowledge.org/sparql/query</code>. There is a 1 minute timeout to ensure a responsive SPARQL endpoint for everyone. You can also fire a SPARQL query directly in the field below. If you plan to launch several queries, please <a href=downloads>download</a> YAGO instead.<br> <span style="font-size: 80%; color: gray;">By using this service, you grant us (the <a href="http://dig.telecom-paristech.fr/">DIG team at T茅l茅com Paris</a>) to use the anonymized queries for any purpose, including but not limitited to the right to publish the queries. You can contact us at <i>nameOfTheKnowledgeBase</i>@fabian.suchanek.name if you want to exercise any right about this data you have under GDPR. You can avoid this issue altogether by downloading YAGO and querying it locally without using our API.</span> </p> <div id="yasqe"></div> <div id="yasr"></div> <link rel="stylesheet" href="//tools-static.wmflabs.org/cdnjs/ajax/libs/yasqe/2.11.22/yasqe.min.css"/> <link rel="stylesheet" href="//tools-static.wmflabs.org/cdnjs/ajax/libs/yasr/2.12.19/yasr.min.css"/> <script src="//tools-static.wmflabs.org/cdnjs/ajax/libs/yasr/2.12.19/yasr.bundled.min.js"></script> <script src="//tools-static.wmflabs.org/cdnjs/ajax/libs/yasqe/2.11.22/yasqe.bundled.min.js"></script> <script> var yasqe = YASQE(document.getElementById("yasqe"), { sparql: { showQueryButton: true, endpoint: 'https://yago-knowledge.org/sparql/query' } }); yasqe.addPrefixes({yago: "http://yago-knowledge.org/resource/"}); yasqe.addPrefixes({schema: "http://schema.org/"}); var yasr = YASR(document.getElementById("yasr"), { getUsedPrefixes: yasqe.getPrefixesFromQuery, useGoogleCharts: false }); //link both together yasqe.options.sparql.callbacks.complete = yasr.setResponse; </script> </div> </div> <footer> <div class="affiliation-logos"> <a href="https://www.mpi-inf.mpg.de/"><img src="/assets/images/logo-mpi.png" alt="Max Planck Institute for Informatics"/></a> <a href="https://www.telecom-paris.fr/"><img src="/assets/images/logo-telecom-paris.png" alt="T茅l茅com Paris"/></a> </div> <p> &copy; 2025 - Yago Project. This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. Hosted by <a href="https://www.telecom-paris.fr/">T茅l茅com Paris</a>. Web design by <a href="https://alab-ux.com" target="_blank" rel="noopener noreferrer">ALAB UX</a>. </p> </footer> <script src="//tools-static.wmflabs.org/cdnjs/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script src="//tools-static.wmflabs.org/cdnjs/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script> <script type="text/javascript" src="/js/scripts.js"></script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10