How to create inverse relationship in Studio

So I have two relationships in my model. But how and where do I say that they are inverse? I don't see any UI widgets to enable that in "Relationships" tab.

In Text Editor I can say this, right?

:linkedModelOf a owl:ObjectProperty ;
        owl:inverseOf :linkedModel .

Thanks,
Radu