query-ffae9869fc36068b9d666f77ecde0793

rq turtle/ttl

All Wikipdia language versions

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#>
SELECT ?wpLabel ?lLabel ?iso6391Label ?iso6392Label ?iso6393Label WHERE {
    ?wp wdt:P31 wd:Q10876391 .
    ?wp wdt:P407 ?l .
    ?l wdt:P218 ?iso6391 .
    ?l wdt:P219 ?iso6392 .
    ?l wdt:P220 ?iso6393 .

    SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en" .
    }
 }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?iso6391") v4("?iso6392") v5("?iso6393") v2("?l") v1("?wp") c8(["bd:serviceParam"]):::iri c10(["en"]):::literal c2(["wd:Q10876391"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P407"--> v2 v2 --"wdt:P218"--> v3 v2 --"wdt:P219"--> v4 v2 --"wdt:P220"--> v5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end