View source with raw comments or as raw
    1:- module(conf_zlib, []).

Enable the use of compressed RDF data

After loading this configuration file, rdf_load/1 and friends can load gzipped (.gz) RDF files (both RDF/XML and Turtle) without decompressing them first.

This module is not enabled by default because the SWI-Prolog zlib module may not be available if zlib is not installed on the computer. */

   13:- use_module(library(semweb/rdf_zlib_plugin)).