Mercurial > hg > dbtune-rdf-services
annotate jamendo/urispace/mapping.pl @ 20:cfe3270a6cb7
Restore unencoded hyphens
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 16:06:54 +0000 |
parents | df9685986338 |
children |
rev | line source |
---|---|
Chris@0 | 1 :- module(mapping,[ |
Chris@0 | 2 see_other_rdf/2 |
Chris@0 | 3 , see_other/2 |
Chris@0 | 4 ]). |
Chris@0 | 5 |
Chris@0 | 6 /** |
Chris@0 | 7 * See other when Accept: application/rdf+xml |
Chris@0 | 8 * is in the request header |
Chris@0 | 9 */ |
Chris@0 | 10 :- multifile see_other_rdf/2. |
Chris@0 | 11 |
Chris@0 | 12 /** |
Chris@0 | 13 * See other, default behavior |
Chris@0 | 14 */ |
Chris@0 | 15 :- multifile see_other/2. |
Chris@0 | 16 |