prefix : select ?XN ?P ?A from where { ?X a :Country; :name ?XN; :population ?P; :area ?A filter (?P > 50000000 || ?A > 400000) }