Difference between revisions of "Talk:ArchiveBot/Facebook people"

From Archiveteam
Jump to navigation Jump to search
(Created page with "== Wikidata query == <pre> SELECT DISTINCT ?website WHERE { ?item wdt:P31 wd:Q5. ?item wdt:P108 wd:Q380. ?item wdt:P856 ?website. } ORDER BY ?website </pre>")
 
(No difference)

Latest revision as of 08:51, 25 March 2019

Wikidata query

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