Talk:ArchiveBot/Artificial Intelligence

From Archiveteam
< Talk:ArchiveBot
Revision as of 14:34, 14 March 2019 by VoynichCr (talk | contribs) (Created page with "== Wikidata query == AI researchers. <pre> SELECT DISTINCT ?website WHERE { { ?item wdt:P106 wd:Q15976092 } UNION { ?item wdt:P101 wd:Q11660 } UNION { ?item wdt:P101 wd:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Wikidata query

AI researchers.

SELECT DISTINCT ?website
WHERE {
    { ?item wdt:P106 wd:Q15976092 } UNION { ?item wdt:P101 wd:Q11660 } UNION { ?item wdt:P101 wd:Q2539 }
    ?item wdt:P856 ?website.
}
ORDER BY ?website