Generates a SPARQL isnumeric() term-kind test.
isnumeric()
Evaluates to true when the term is a numeric literal, false for any other term. Emitted lowercase per the generated-query convention (SPARQL function names are case-insensitive).
true
false
The term expression to test
The isnumeric() test
SPARQL 1.1 isNumeric
Generates a SPARQL
isnumeric()term-kind test.Evaluates to
truewhen the term is a numeric literal,falsefor any other term. Emitted lowercase per the generated-query convention (SPARQL function names are case-insensitive).