I started today with WDQS, so sorry if I'm missing something obvious
I'm trying to get all items that are an instance of Q9143 (programing language)
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item
WHERE
{
?item wd:Q9143
}
Error: Query is malformed: Encountered " "." ". "" at line 6, column 17.