How to check that concept from one node is subconcept of the concept of second node? Alex Boyarsky Created April 28, 2020 07:03 The question is in title. Thanks in advance, Alex
node1.concept.isSubConceptOf(# node2.concept)
Thanks, Vaclav! I found my mistake. I just used isSubConceptOf(...) method with wrong signature:)