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 (e.g. export to CSV or API access), the bold specification is ignored.

Parameter

Type

x

string, formattedtext

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

Run query

Results:

bold

write this in bold