natural number (E13)
Jump to navigation
Jump to search
language code | label | description | aliases | edit |
---|---|---|---|---|
en | natural number | basic scheme for natural numbers | edit | |
cs | přirozené číslo | edit | ||
da | naturligt tal | edit | ||
de | natürliche Zahl | Schema für natürliche Zahlen | natürliche Zahlen | edit |
en-gb | natural number | edit | ||
eo | natura nombro | edit | ||
fr | nombre naturel | edit | ||
hu | természetes szám | edit | ||
it | numero naturale | schema per descrivere un numero naturale | edit | |
ja | 自然数 | 自然数を記述するためのスキーマ | edit | |
ms | nombor asli | skema penerangan nombor asli | angka asli | edit |
nl | natuurlijk getal | schema voor een natuurlijk getal | edit | |
pl | liczba naturalna | schemat opisu liczy naturalnej | edit | |
pt | número natural | edit | ||
ru | натуральное число | базовая схема для натуральных чисел | edit | |
sl | naravno število | edit | ||
sv | naturligt tal | edit | ||
uk | натуральне число | базова схема для натуральних чисел | натуральні числа | edit |
zh-tw | 自然數 | 自然數的基礎結構 | edit |
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
# Example items: SELECT ?number { ?number wdt:P31 wd:Q21199 } LIMIT 100
# Should pass: SELECT ?number { ?number wdt:P31 wd:Q21199 ; wdt:P5176 [] ; wdt:P1181 [] } LIMIT 20
start = @<wikidata-number>
<wikidata-number> EXTRA p:P31 {
wdt:P31 [wd:Q21199] ;
wdt:P31 [wd:Q13366129 wd:Q13366104] ;
wdt:P5176 . ;
wdt:P1181 . ;
}