User:Battleofalma/Horniman

From Wikidata
Jump to navigation Jump to search

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" }
}
Try it!

Some Sutras/Thangkas connections[edit]

#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" }
}
Try it!

Thangkas in Wikidata[edit]

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". }
       
       }
Try it!

Depictions of Sutras[edit]

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". }
       
       }
Try it!