User:Battleofalma/Horniman
Story of some thangkas
depicting Avalokiteśvara and depicting another figure and depicting Green Tara
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel
WITH { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q111171184 wd:Q111170960 wd:Q111171497 wd:Q178885 wd:746709 wd:Q1628487 wd:Q916651 wd:Q213322 wd:Q10475001 wd:Q5849500 wd:Q29520 wd:Q17269 wd:Q9441
wd:Q916651 wd:Q83562042}
} } AS %item1
WITH {SELECT (?item1 AS ?item2) WHERE {INCLUDE %item1} } AS %item2
WHERE {
INCLUDE %item1.
INCLUDE %item2.?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Some Sutras/Thangkas connectionsEdit
#defaultView:Graph
SELECT ?item1 ?image ?item1Label ?item2 ?image2 ?item2Label ?edgeLabel ?logo2Label
WITH { SELECT ?item1 WHERE {
VALUES ?item1 {wd:Q111171184 wd:Q111170960 wd:Q111171497 wd:Q178885 wd:746709 wd:Q1628487 wd:Q916651 wd:Q213322 wd:Q10475001 wd:Q5849500 wd:Q29520 wd:Q17269 wd:Q9441
wd:Q916651 wd:Q83562042 wd:Q111141400 wd:Q110936104 wd:Q3754962 wd:Q112063538 wd:Q178149 wd:Q209680 wd:Q7650112 wd:Q160236 wd:Q17 wd:Q42063 wd:Q1348317 wd:Q746709} #list of things depicted and connected, deities, museums, countries etc
} } AS %item1
WITH {SELECT (?item1 AS ?item2) WHERE {INCLUDE %item1} } AS %item2
WHERE {
INCLUDE %item1.
INCLUDE %item2.?item1 ?prop ?item2.
?edge ?dummy ?prop ; rdf:type wikibase:Property
OPTIONAL {?item1 wdt:P18 ?image}
OPTIONAL {?item2 wdt:P18 ?image2}
OPTIONAL {?item2 wdt:P154 ?logo2}
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
Thangkas in WikidataEdit
SELECT ?item1 ?image ?item1Label ?collectionLabel
WHERE { ?item1 wdt:P31 wd:Q916651 . #instances of thangkas
OPTIONAL { ?item1 wdt:P195 ?collection . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Depictions of SutrasEdit
SELECT ?item1 ?image ?item1Label ?collectionLabel
WHERE { ?item1 wdt:P180 wd:Q209680 . #depicts sutra
OPTIONAL { ?item1 wdt:P195 ?collection . }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}