From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

query = `SELECT ?item ?articleName

WHERE {

  ?item wdt:P1146 "14916120" .

  ?item ^schema:about ?article .

  OPTIONAL { ?article schema:isPartOf <https://en.wikipedia.org/>; schema:name ?articleName . }

}`;

await (await fetch('https://query.wikidata.org/sparql?'+new URLSearchParams({query}), { headers: { 'accept': 'application/sparql-results+json' } })).json();
From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

query = `SELECT ?item ?articleName

WHERE {

  ?item wdt:P1146 "14916120" .

  ?item ^schema:about ?article .

  OPTIONAL { ?article schema:isPartOf <https://en.wikipedia.org/>; schema:name ?articleName . }

}`;

await (await fetch('https://query.wikidata.org/sparql?'+new URLSearchParams({query}), { headers: { 'accept': 'application/sparql-results+json' } })).json();

Videos

Youtube | Vimeo | Bing

Websites

Google | Yahoo | Bing

Encyclopedia

Google | Yahoo | Bing

Facebook