. "Groups of the person" . . "PREFIX skos: \nPREFIX dct: \nPREFIX owl: \n\nPREFIX av: \nPREFIX browser: \n\nCONSTRUCT {\n ?group a av:group-of-people ;\n skos:prefLabel ?label ;\n browser:class \"groupOfPeople\" .\n ?node av:belongsTo ?group .\n av:belongsTo browser:class \"belongsTo\" .\n} WHERE {\n ?person owl:sameAs ?node ;\n dct:subject ?group .\n\n ?group skos:prefLabel ?label .\n FILTER(LANG(?label ) = \"en\") \n}" .