SELECT DISTINCT ?s as ?entity xsd:string(?n) as ?type FROM WHERE { ?s a ?o. ?o rdfs:label ?n . ?n bif:contains "industry" . FILTER ( lang(?n) = "en" ) } LIMIT 20