"PREFIX skos: \nPREFIX dct: \nPREFIX owl: \nPREFIX dbo: \n\nPREFIX sc: \nPREFIX scwg: \nPREFIX browser: \n\nCONSTRUCT {\n ?scientistwd a sc:scientist ;\n rdfs:label ?name ;\n scwg:belongsTo ?node ;\n browser:class \"scientist\" . \n scwg:belongsTo browser:class \"work\" .\n} WHERE {\n ?scientist a dbo:Scientist ;\n owl:sameAs ?scientistwd ;\n dct:subject ?node ;\n foaf:name ?name .\n FILTER(STRSTARTS(STR(?scientistwd), \"http://www.wikidata.org/entity/\"))\n}" . . . "Scientists in the group"@en .