Does dgraph support asynchrony when importing rdf into the library

It is a supported/encouraged pattern, but yes it will cause these errors, because they are “normal errors” that occur in basically all transactional databases when you update the same records at the same time on different threads. Your code needs to retry any transaction conflicts.