Ontologies specified in DL-Lite are commonly used to facilitate query answering. Formally, an ontology is a knowledge base composed of a TBox (a set of axioms) and an ABox (a set of assertions). The assertions may be conflicting with respect to the axioms, so the inconsistency in the ABox should be resolved before querying it. This is usually achieved by computing the set of all the conflicts of the ABox. We have recently proposed a method for handling inconsistency in ontologies where the assertions are partially preordered and uncertain. We have defined π-accepted assertions as those assertions that are more certain than at least one assertion of each conflict in the ABox. In DL-Lite ontologies, a conflict is a subset of two assertions, and the set of all the conflicts can be computed in polynomial time. Thus our method is also polynomial in the ABox's size in DL-Lite. We propose here a new equivalent characterization of π-accepted assertions that is also tractable, but without exhibiting the conflicts beforehand. Instead, it is based on a consistency check, such that an assertion is π-accepted if it is consistent with all the assertions that are at least as certain or that are incomparable to it in terms of certainty degrees. This new characterization allows to generalise the method to description logic languages that are more expressive than DL-Lite and where the conflicts may not be computable efficiently.