bold
A data.world specific function for controlling the formatting of query results. Cells with bold specified will be displayed with a bold font weight in data.world query results. For any other uses (for example, export to CSV or API access), the bold specification is ignored.
Returns: formattedtext
Table 1.
Parameter | Type |
|---|---|
x | string, formattedtext |
Example
Query
PREFIX : <https://ddw-doccorp.linked.data.world/d/sparql-function-sample-queries/>
PREFIX fn: <http://data.world/function/functions#>
SELECT (fn:bold("write this in bold") as ?bold)
{
}Table 2. Results
bold |
|---|
write this in bold |