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