@Nonnull IRI subject, @Nonnull IRI predicate,
@Nonnull IRI object, @Nonnull IRI source,
@Nonnull IRI property, @Nonnull OWLLiteral target,
@Nonnull Set<OWLAnnotation> annos) {
OWLIndividual sourceInd = consumer.getOWLIndividual(source);
OWLDataPropertyExpression prop = consumer
.translateDataPropertyExpression(property);
consumeTriple(subject, predicate, object);
addAxiom(df.getOWLNegativeDataPropertyAssertionAxiom(prop,
sourceInd, target, annos));
}