Description

The Description() function returns the description of a concept.

Read general information about Concepts and Ontology

This function is NOT SQL compatible. For more information about SQL compatibility, see our documentation.

Syntax

Description(concept)

Description('Images'.'Piano') =>Result: "Which instruments do you want us to break?"

Description(unknownconcept) =>Result: unknown

Parameters

Name
Type
Required
Description

concept

concept

☑️

a single concept, either literal or as expression

Last updated

Was this helpful?