query-ff152e96a0e4ecc14c1449c4518a2177

rq turtle/ttl

مواضيع خيالية من كون مارفل Fictional subjects of the Marvel Universe Temes ficticis de l'Univers Marvel Fiktivní subjekty marvelovského universa Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Sujets de fiction de l'univers de Marvel נושאים בדיוניים ביקום מארוול Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Personaggi immaginari dell'Universo Marvel Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictieve onderwerpen van het Marvel Universum Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Fiktiva ämnen i Marvel-universet Fictional subjects of the Marvel Universe Fictional subjects of the Marvel Universe Вигадані суб’єкти Всесвіту Marvel Fictional subjects of the Marvel Universe 漫威宇宙虚构主题

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?char ?charName (GROUP_CONCAT(DISTINCT ?typeLabel;separator=", ") AS ?types) (GROUP_CONCAT(DISTINCT ?universeLabel;separator=", ") AS ?universes)
WHERE {
  ?char wdt:P1080 wd:Q931597;
          wdt:P31 ?type ;
          wdt:P1080 ?universe .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en".
                         ?char rdfs:label ?charName .
                         ?universe rdfs:label ?universeLabel .
                         ?type rdfs:label ?typeLabel .}
} GROUP BY ?char ?charName

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?char"):::projected v4("?charName"):::projected v2("?type") v6("?typeLabel"):::projected v7("?types") v3("?universe") v5("?universeLabel"):::projected v8("?universes") c5(["bd:serviceParam"]):::iri c2(["wd:Q931597"]):::iri c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal v1 --"wdt:P1080"--> c2 v1 --"wdt:P31"--> v2 v1 --"wdt:P1080"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 v1 --"rdfs:label"--> v4 v3 --"rdfs:label"--> v5 v2 --"rdfs:label"--> v6 end bind2[/"?typeLabel"/] v6 --o bind2 bind2 --as--o v7 bind3[/"?universeLabel"/] v5 --o bind3 bind3 --as--o v8