Yes, but with some remarks The .pl files in library/dialect are supposed to be used by e.g.,
:- expects_dialect(hprolog).
This loads this library and pushes library/dialog/hprolog as first in the library search path, allowing for SWI-Prolog libraries to be replaced by libraries that emulate the library of the selected dialect. The dialect mechanism was developed with Vitor from YAP to emulate systems.
As these libraries tend to redefine native behavior you should generally not use them as simple additional libraries. I’d typically look in the source for the comments and/or code on how to achieve the same in SWI-Prolog.