view magnatune/sparql-archived/dbinit.pl @ 27:d95e683fbd35 tip

Enable CORS on urispace redirects as well
author Chris Cannam
date Tue, 20 Feb 2018 14:52:02 +0000
parents df9685986338
children
line wrap: on
line source
:- module(dbinit,[init_db/0]).


:- use_module(library('semweb/rdf_persistency')).
:- use_module(library('semweb/rdf_db')).

init_db :-
	nl,writeln(' - Attaching DB...'),nl,
	rdf_attach_db('db',[]),
	settings:set_setting(serql_parms:default_entailment, none).