A constant stores a piece of data in a script. It is much like a variable, except that its value is set when the constant is declared and cannot be changed later. Constants are declared by using the keyword "const" before the keyword indicating the type of data (e.g. "float"), and their names are traditionally in all caps. They cannot be defined within a function.
| Graph IRI | Count |
|---|---|
| http://dbkwik.webdatacommons.org | 9 |