SELECT ?s ( STRLANG( STR( ?str ) , "en-US"^^ ) AS ?s2 ) WHERE { ?s ?str . FILTER ( LANGMATCHES( LANG( ?str ) , "en"^^ ) ) }