rows PREFIX smw: PREFIX smwdt: PREFIX relation: PREFIX attribute: PREFIX wikiurl: PREFIX wiki: PREFIX thing: SELECT DISTINCT ?company WHERE { ?company attribute:Sector ?sector . FILTER REGEX(str(?sector), "web") . FILTER REGEX(str(?sector), "design") . } ORDER BY ASC(?company)