query-d083ecda9631bd621405b6dc21e1679c

rq turtle/ttl

language queriesAlkanot4ranaĆ­toro )Q2669199; ruman-cigana lingvo (Esperanto_list) Q143; Esperanto (Yiddish_list) Q8641jida lingvo (This query is about Banat. Please help improuve the Wikidata items. Click on the link at the end of this paragraph. Wait until the query is loaded. Click on the big blue arrow. It will take some time to load the 1220 items related to Yiddish. The list is sorted by instance of values. If a second column is disaplaying a link, this will be a link to a Youtube video. Good luck and thanks in advance for your help! , ...Eli.Pcc:

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 ?item (URI(CONCAT("https://tools.wmflabs.org/reasonator/?q=", ?item_FOO)) AS ?reason) (URI(CONCAT("https://invidio.us/watch?v=", ?videoid)) AS ?video) ?item_EN ?item_RO ?item_DE ?type ?type_EN ?type_RO ?type_DE
WHERE 
{
  ?item wdt:P31 ?type.
  ?item (wdt:P18)* wd:Q170143.
  OPTIONAL { ?item wdt:P1651 ?videoid. }
   SERVICE wikibase:label { bd:serviceParam wikibase:language "en".
            ?item rdfs:label ?item_EN.
            ?type rdfs:label ?type_EN.
     }
     SERVICE wikibase:label { bd:serviceParam wikibase:language "ro".
            ?item rdfs:label ?item_RO.
            ?type rdfs:label ?type_RO.
     } 
     SERVICE wikibase:label { bd:serviceParam wikibase:language "de".
            ?item rdfs:label ?item_DE.
            ?type rdfs:label ?type_DE.
     } 
  SERVICE wikibase:label { bd:serviceParam wikibase:language "ff".
            ?item rdfs:label ?item_FOO.
     } 
} ORDER BY DESC(?type)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v8("?item_DE"):::projected v4("?item_EN"):::projected v10("?item_FOO"):::projected v6("?item_RO"):::projected v11("?reason") v1("?type"):::projected v9("?type_DE"):::projected v5("?type_EN"):::projected v7("?type_RO"):::projected v12("?video") v3("?videoid"):::projected c12(["ff"]):::literal c11(["de"]):::literal c6(["bd:serviceParam"]):::iri c8(["en"]):::literal c3(["wd:Q170143"]):::iri c10(["ro"]):::literal v2 --"wdt:P31"--> v1 v2 --"wdt:P18"--> c3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P1651".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 v2 --"rdfs:label"--> v4 v1 --"rdfs:label"--> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c10 v2 --"rdfs:label"--> v6 v1 --"rdfs:label"--> v7 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c11 v2 --"rdfs:label"--> v8 v1 --"rdfs:label"--> v9 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c12 v2 --"rdfs:label"--> v10 end bind0[/"concat('https://tools.wmflabs.org/reasonator/?q=',?item_FOO)"/] v10 --o bind0 bind0 --as--o v11 bind1[/"concat('https://invidio.us/watch?v=',?videoid)"/] v3 --o bind1 bind1 --as--o v12