query-e90289a57371ac2b05cebdbc7945e74d

rq turtle/ttl

VALUESيمكن تحديد العناصر استنادا إلى قائمة العناصر: VALUESPodem seleccionar els ítems basant-nos en una llista d'ítems: VÆRDIER One can select items based on a list of items: VALUESMan kann Datenobjekte basierend auf einer Liste von Datenobjekten auswählen: VALUESOne can select items based on a list of items: VALUESOne can select items based on a list of items: VALUESSe puede seleccionar ítems basados en una lista de ítems: VALUESÜksusi võib valida ka nimekirja põhjal: VALUESOn peut choisir les éléments à partir d’une liste d’éléments : VALUES (ערכים)אפשר לבחור פריטים לפי רשימת פריטים: VALUES One can select items based on a list of items: VALUESSeseorang dapat memilih butir-butir berdasarkan daftar butir tertentu: VALUESSi possono selezionare elementi in base a un elenco di elementi: VALUES以下のように項目のリストに基づいて項目を選ぶことができます。 VALUES One can select items based on a list of items: VALUESU kunt items selecteren op basis van een lijst van items: VALUES One can select items based on a list of items: TODO VALUES One can select items based on a list of items: VALUES One can select items based on a list of items: VALUES One can select items based on a list of items: VALUES One can select items based on a list of items: VALUES One can select items based on a list of items: VALUES One can select items based on a list of items:

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 ?item ?itemLabel ?mother ?motherLabel WHERE {
  VALUES ?item { wd:Q937 wd:Q1339 }
  OPTIONAL { ?item wdt:P25 ?mother. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?mother"):::projected c3(["bd:serviceParam"]):::iri c5(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?item/] bind0-->v1 bind00(["wd:Q937"]) bind00 --> bind0 bind01(["wd:Q1339"]) bind01 --> bind0 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P25".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end