view classical/urispace/mapping.pl @ 26:a93fe6c02d20

Enable CORS on ClioPatria SPARQL endpoints from static data
author Chris Cannam
date Tue, 20 Feb 2018 13:41:09 +0000
parents 91b5145fff34
children
line wrap: on
line source
:- module(mapping,[
		see_other_rdf/2
	,	see_other/2
	]).

/**
 * See other when Accept: application/rdf+xml 
 * is in the request header
 */
:- multifile see_other_rdf/2.

/**
 * See other, default behavior
 */
:- multifile see_other/2.