Difference between revisions of "Embedded queries"
Jump to navigation
Jump to search
(Created page with "{{#sparql: select * where { ?x ?y ?z . } LIMIT 5 | config = https://wbdev.jdcrp-research.eu | headers = ,name2,name3 | classHeaders= class="unsortable",, }}") |
|||
(13 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | === Local Wikibase: Art markets === | ||
{{#sparql: | {{#sparql: | ||
− | + | SELECT ?item ?itemLabel | |
+ | WHERE | ||
+ | { | ||
+ | ?item wdt:P133 wd:Q149 | ||
+ | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
+ | } | ||
| config = https://wbdev.jdcrp-research.eu | | config = https://wbdev.jdcrp-research.eu | ||
− | | headers = ,name2 | + | | headers = ,name2 |
| classHeaders= class="unsortable",, | | classHeaders= class="unsortable",, | ||
+ | }} | ||
+ | |||
+ | === Wikidata Example: Members of ERR === | ||
+ | {{#sparql: | ||
+ | SELECT ?item ?itemLabel ?itemDescription WHERE { | ||
+ | ?item wdt:P463 wd:Q673751. | ||
+ | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
+ | } | ||
+ | | headers = link,name,description | ||
+ | | classHeaders= class="unsortable",, | ||
+ | }} | ||
+ | |||
+ | === Data on maps === | ||
+ | |||
+ | '''Exhibitions where Schloss painting have been exhibited''' | ||
+ | |||
+ | {{#sparql: | ||
+ | SELECT ?coord ?itemLabel ?itemDescription ?item WHERE { | ||
+ | ?location wdt:P69 ?coord. | ||
+ | ?item wdt:P4 wd:Q15. | ||
+ | ?item wdt:P15 "exhibition". | ||
+ | ?item wdt:P113 ?location . | ||
+ | |||
+ | SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } | ||
+ | } | ||
+ | |config=https://wbdev.jdcrp-research.eu | ||
+ | |chart=leaflet.visualization.Map | ||
+ | |options=width=100%!height=500px | ||
+ | |log=2 | ||
}} | }} |
Latest revision as of 11:06, 31 July 2021
Local Wikibase: Art markets
name2 | |
---|---|
http://wbdev.jdcrp-research.eu/entity/Q4186 | Ruef Kunstauktionen |
http://wbdev.jdcrp-research.eu/entity/Q4227 | TEFAF Maastricht |
http://wbdev.jdcrp-research.eu/entity/Q4246 | The Duveen Brothers |
http://wbdev.jdcrp-research.eu/entity/Q4309 | Asscher Koetser and Welker |
http://wbdev.jdcrp-research.eu/entity/Q4327 | Edmé-François Gersaint |
http://wbdev.jdcrp-research.eu/entity/Q4380 | Arthur J. Sulley & Co |
http://wbdev.jdcrp-research.eu/entity/Q4431 | The European Fine Art Foundation, TEFAF |
http://wbdev.jdcrp-research.eu/entity/Q4437 | Hendrik de Leth |
06:47:42 11/21/2024 -- Refresh -- Duration of query :0.071s -- CSV |
Wikidata Example: Members of ERR
link | name | description |
---|---|---|
http://www.wikidata.org/entity/Q65697 | Alfred Baeumler | German philosopher (1887-1968) |
http://www.wikidata.org/entity/Q89582 | Bruno Lohse | German Nazi art dealer, chief art looter in Paris for Hermann Göring, ERR |
http://www.wikidata.org/entity/Q1732554 | Karl Paetow | German author, folklorist and museum director (1903-1992) |
http://www.wikidata.org/entity/Q1794305 | Kurt von Behr | German civil servant, head of ERR in France,Nazi art looting organization |
http://www.wikidata.org/entity/Q15455396 | Bernhard Degenhart | art historian, museum director and ERR member (Nazi looting organisation) 1907-1999 |
http://www.wikidata.org/entity/Q27652373 | Fritz Busse | team leader, Reich Ministry for the Occupied Eastern Territories |
http://www.wikidata.org/entity/Q47309569 | Hans Bamman | German art dealer, member of ERR art looting organization, Einsatzstab Reichsleiter Rosenberg |
http://www.wikidata.org/entity/Q47551138 | Georg von Krusenstjern | German-Baltic historian and head of Nazi ERR Arbeitsgruppe Estland (1899 – 1989) |
06:47:43 11/21/2024 -- Refresh -- Duration of query :0.601s -- CSV |
Data on maps
Exhibitions where Schloss painting have been exhibited