GetParent

The GetParent() function returns the direct parent concept of a given concept.

Read general information about Concepts and Ontology

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

Syntax

GetParent(concept)

GetParent('Color'.'Violet') =>Result: Color

GetParent('World regions'.'EMEA'.'MENA') =>Result: EMEA

GetParent(unknownconcept) =>Result: unknown

Parameters

Name
Type
Required
Description

concept

concept

☑️

a single concept, either literal or as expression

Last updated

Was this helpful?