Generates the SPARQL representation of a boolean value.
Emits the SPARQL boolean keyword true or false, the shorthand syntax for an xsd:boolean literal, rather than
the verbose "true"^^xsd:boolean typed form.
Parameters
value: boolean
The boolean value to render
Returns string
The generated boolean literal, either true or false
Generates the SPARQL representation of a boolean value.
Emits the SPARQL boolean keyword
trueorfalse, the shorthand syntax for anxsd:booleanliteral, rather than the verbose"true"^^xsd:booleantyped form.