Skip to main content

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)
{
}

Try the query

Table 2. Results

bold

write this in bold



OSZAR »