Skip to main content

italic

A data.world specific function for controlling the formatting of query results. Cells with italic specified will be displayed with an italic font style in data.world query results. For any other uses (e.g. export to CSV or API access), the italic 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:italic("write this in italic") as ?italic)
{
}

Run query

Results:

italic

write this in italic