Talk:ArchiveBot/Archivists

From Archiveteam
< Talk:ArchiveBot
Revision as of 19:25, 14 March 2019 by VoynichCr (talk | contribs) (Created page with "== Wikidata query == Archivists. <pre> SELECT DISTINCT ?website WHERE { ?item wdt:P31 wd:Q5. ?item wdt:P106 wd:Q635734. ?item wdt:P856 ?website. } ORDER BY ?webs...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Wikidata query

Archivists.

SELECT DISTINCT ?website
WHERE {
    ?item wdt:P31 wd:Q5.
    ?item wdt:P106 wd:Q635734.
    ?item wdt:P856 ?website.
}
ORDER BY ?website