PREFIX roman: SELECT ?legion ?n WHERE { ?legion roman:legionNumber ?n . FILTER ( ?n = 21 ) }