view jamendo/urispace/mapping.pl @ 12:38aee40ba8df

Add translator java files
author Chris Cannam
date Fri, 03 Nov 2017 15:31:29 +0000
parents df9685986338
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.