"PREFIX skos: \n\nPREFIX av: \nPREFIX browser: \n\nCONSTRUCT {\n ?node a av:group-of-people ;\n skos:prefLabel ?label ;\n browser:class \"groupOfPeople\" .\n} WHERE {\n ?node skos:prefLabel ?label .\n FILTER(LANG(?label) = \"en\")\n}" . . "Group of people preview" . .