view cmn/urispace/mapping.pl @ 21:9e70cd92f14e

Add CMN; add logging outputs
author Chris Cannam
date Wed, 08 Nov 2017 11:56:02 +0000
parents
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.