annotate classical/urispace/mapping.pl @ 14:91b5145fff34

Classical dataset
author Chris Cannam
date Tue, 07 Nov 2017 11:22:37 +0000
parents
children
rev   line source
Chris@14 1 :- module(mapping,[
Chris@14 2 see_other_rdf/2
Chris@14 3 , see_other/2
Chris@14 4 ]).
Chris@14 5
Chris@14 6 /**
Chris@14 7 * See other when Accept: application/rdf+xml
Chris@14 8 * is in the request header
Chris@14 9 */
Chris@14 10 :- multifile see_other_rdf/2.
Chris@14 11
Chris@14 12 /**
Chris@14 13 * See other, default behavior
Chris@14 14 */
Chris@14 15 :- multifile see_other/2.
Chris@14 16