query-50b3c229b739f89db3776ed3d90b2093

rq turtle/ttl

Viennese composers and their compositions by tonality Viennese composers and their compositions by tonality Viennese composers and their compositions by tonality Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality Compositeurs viennois et leurs compositions par tonalité Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality Viennese composers and their compositions by tonality Viennese composers and their compositions by tonality Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) ウィーンの作曲家と調ごとの作品 Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Weense componisten en hun composities per tonaliteit Viennese composers and their compositions by tonality Kompositörer från Wien och deras kompositioner efter tonalitet Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality Propertiesinstance of (P31)place of birth (P19)place of death (P20)residence (P551)image (P18)composer (P86)tonality (P826) Viennese composers and their compositions by tonality

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Tree
SELECT ?composer ?composerLabel ?composerImage ?tonality ?tonalityLabel ?composition ?compositionLabel WHERE {
  ?composer wdt:P31 wd:Q5;
            wdt:P19|wdt:P20|wdt:P551 wd:Q1741.
  OPTIONAL { ?composer wdt:P18 ?composerImage. }
  ?composition wdt:P86 ?composer;
               wdt:P826 ?tonality.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de-at,de". }
}
ORDER BY ?composerLabel ?tonalityLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?composer"):::projected v4("?composerImage"):::projected v1("?composerLabel"):::projected v5("?composition"):::projected v6("?tonality"):::projected v2("?tonalityLabel"):::projected c13(["#91;AUTO_LANGUAGE#93;,de-at,de"]):::literal c11(["bd:serviceParam"]):::iri c2(["wd:Q5"]):::iri c4(["wd:Q1741"]):::iri v3 --"wdt:P31"--> c2 subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; subgraph union1[" Union "] subgraph union1l[" "] style union1l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P551"--> c4 end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P20"--> c4 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P19"--> c4 end union0r <== or ==> union0l end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P18".-> v4 end v5 --"wdt:P86"--> v3 v5 --"wdt:P826"--> v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end