View source with raw comments or as raw
   1:- module(conf_zlib, []).
   2
   3/** <module> Enable the use of compressed RDF data
   4
   5After loading this configuration file, rdf_load/1   and friends can load
   6gzipped  (=|.gz|=)  RDF  files  (both    RDF/XML   and  Turtle)  without
   7decompressing them first.
   8
   9This module is not enabled by default because the SWI-Prolog zlib module
  10may not be available if zlib is not installed on the computer.
  11*/
  12
  13:- use_module(library(semweb/rdf_zlib_plugin)).