"PREFIX skos: \nPREFIX dct: \nPREFIX owl: \n\nPREFIX sc: \nPREFIX scwg: \nPREFIX browser: \n\nCONSTRUCT {\n ?group a scwg:group ;\n rdfs:label ?label ;\n browser:class \"group\" .\n\n ?node scwg:belongsTo ?group .\n \n scwg:belongsTo browser:class \"work\" .\n} WHERE {\n ?scientist owl:sameAs ?node ;\n dct:subject ?group .\n\n ?group skos:prefLabel ?label .\n FILTER(LANG(?label ) = \"en\") \n}" . . "Groups of the scientist"@en . .