GetParent
Returns the direct parent concept of a given concept.
An unknown value is returned if the concept has no parent or the given parameter is unknown.
The GetAncestors() function includes the entire parent chain from root to concept (excluding root and concept).
Syntax
Parameters
Name
Type
Required
Description
concept
concept
☑️
a single concept, either literal or as expression
Last updated
Was this helpful?