ConceptId
Last updated
Was this helpful?
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.
ConceptId(concept)ConceptId('tickets')
=>Result: 382446
ConceptId(unknownconcept)
=>Result: unknown
ConceptId(
first(concept of [1482498: Colors]
where concept:'SecondaryColor' = true)
)
=>Result: 113787
concept
concept
☑️
a single concept, either literal or as expression
Last updated
Was this helpful?
Was this helpful?