[22:02:38] Can someone help me write a query. I'm trying to find an item with a label that contains text. I managed to get a query but I don't know how to get just the description for a specific language [22:05:19] This did it ?item schema:description ?description . FILTER( LANG(?description)="en" ) [23:15:23] OK so now the search works but it doesn't return the results in relevant order, meaning a search for Earth doesn't have wd:Q2 at the top, how do I sort results?