query-45d59f0530831af17add21d0a61816e5

rq turtle/ttl

يمكن للمرء أيضا الاختيار استنادا إلى قائمة قيم لخاصية محددة També podem seleccionar basant-nos en una llista de valors d'una propietat específica: One can also select based on a list of values of a specific property: Man kann auch anhand einer Liste von Werten einer bestimmten Eigenschaft auswählen: One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property: Además, se puede seleccionar basados en una lista de valores de una propiedad específica Valida võib ka väärtuste nimekirja või konkreetse omaduse põhjal: On peut également choisir les valeurs de déclarations d’une propriété en les énumérant dans une liste : אפשר גם לבחור לפי רשימה של ערכים של מאפיין מסוים: One can also select based on a list of values of a specific property: Seseorang juga dapat memilih berdasarkan suatu daftar nilai dari atribut tertentu Si può anche selezionare in base a un elenco di valori di una proprietà specifica また特定のプロパティの値のリストに基づいて項目を選ぶこともできます。 One can also select based on a list of values of a specific property: U kunt ook selecteren op basis van een lijst van waarden van een specifieke eigenschap: One can also select based on a list of values of a specific property: TODO One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property: One can also select based on a list of values of a specific property:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?mother ?motherLabel ?ISNI WHERE {
  VALUES ?ISNI { "000000012281955X" "0000000122764157" }
  ?item wdt:P213 ?ISNI.
  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("?ISNI"):::projected v2("?item"):::projected v3("?mother"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal bind0[/VALUES ?ISNI/] bind0-->v1 bind00(["000000012281955X"]) bind00 --> bind0 bind01(["0000000122764157"]) bind01 --> bind0 v2 --"wdt:P213"--> v1 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P25".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end