ConceptId

The ConceptId() function returns the internal id 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.

Returns a number that is internally used by wem to identify concept.

Returns Unknown if the parameter is unknown.

Syntax

ConceptId(concept)

ConceptId('tickets') =>Result: 382446

ConceptId(unknownconcept) =>Result: unknown

ConceptId( first(concept of [1482498: Colors] where concept:'SecondaryColor' = true) ) =>Result: 113787

Parameters

NameTypeRequiredDescription

concept

concept

a single concept, either literal or as expression

Last updated