How to get list of many a property of a table

How to get the list of Knowledge table records through the property “Knowledge.profession” in the “Profession” table. How I write my model class to meet this property. Is there a way to solve this bi-directional relationship?

In order to retrieve Knowledge table records you need to query Knowledge table. You cannot get a parent object querying the child one.