Property talk:P7316
Documentation
number of decimal digits
number of decimal digits of a natural number
number of decimal digits of a natural number
Represents | numerical digit (Q82990), decimal digit (Q130633680) | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Data type | Quantity | |||||||||
Domain | According to this template:
non-negative integer
According to statements in the property:
When possible, data should only be stored as statementsnatural number (Q21199) | |||||||||
Example | According to this template:
According to statements in the property:
When possible, data should only be stored as statements10^90 (Q41027892) → 91 10^93 (Q41027897) → 94 M82589933 (Q67171811) → 24,862,048 10 (Q23806) → 2 1234 (Q3814742) → 4 RSA-232 (Q15990657) → 232 RSA-768 (Q15990689) → 232 googol (Q507) → 101 googolplex (Q508) → 1E100 Graham's number (Q733169) → unknown | |||||||||
Tracking: usage | Category:Pages using Wikidata property P7316 (Q126375109) | |||||||||
Lists | SELECT * WHERE { ?item wdt:P7316 ?digits. FILTER(?digits > 126) } ORDER BY ?digits
SELECT * WHERE { ?item wdt:P7316 ?digits. FILTER(?digits > 1500) } ORDER BY ?digits
| |||||||||
Proposal discussion | Proposal discussion | |||||||||
Current uses |
|
[create Create a translatable help page (preferably in English) for this property to be included here]
Integer: values should be integers (ie. they shouldn't have a fractional part) (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). List of violations of this constraint: Database reports/Constraint violations/P7316#integer, SPARQL
Type “natural number (Q21199)”: item must contain property “instance of (P31)” with classes “natural number (Q21199)” or their subclasses (defined using subclass of (P279)). (Help)
Exceptions are possible as rare values may exist. Exceptions can be specified using exception to constraint (P2303). List of violations of this constraint: Database reports/Constraint violations/P7316#Type Q21199, SPARQL
Value should match string length of P1181 (values up to 126)
(Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P7316#Value should match string length of P1181 (values up to 126)
(Help)
Violations query:
SELECT ?item ?nb ?digits WHERE { ?item wdt:P7316 ?digits; wdt:P1181 ?nb FILTER(strlen(str(?nb)) != ?digits) }
List of this constraint violations: Database reports/Complex constraint violations/P7316#Value should match string length of P1181 (values up to 126)
Value should match length of P5176 (values up to 1500)
(Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P7316#Value should match length of P5176 (values up to 1500)
(Help)
Violations query:
SELECT ?item ?nb ?digits WHERE { ?item wdt:P7316 ?digits; wdt:P5176 ?nb FILTER(strlen(?nb) != ?digits) }
List of this constraint violations: Database reports/Complex constraint violations/P7316#Value should match length of P5176 (values up to 1500)
Items for numbers with values too large for quantity datatype should have this property
(Help)
Violations query:
List of this constraint violations: Database reports/Complex constraint violations/P7316#Items for numbers with values too large for quantity datatype should have this property
(Help)
Violations query:
SELECT ?item WHERE { ?item p:P1181 [pq:P2241 wd:Q54767019] MINUS { ?item wdt:P7316 [] } } ORDER BY ?item
List of this constraint violations: Database reports/Complex constraint violations/P7316#Items for numbers with values too large for quantity datatype should have this property