Mercurial > hg > dbtune-rdf-services
annotate peel/urispace/mapping.pl @ 7:d100023520b4
Add John Peel data
author | Chris Cannam |
---|---|
date | Thu, 02 Nov 2017 10:37:03 +0000 |
parents | |
children |
rev | line source |
---|---|
Chris@7 | 1 :- module(mapping,[ |
Chris@7 | 2 see_other_rdf/2 |
Chris@7 | 3 , see_other/2 |
Chris@7 | 4 ]). |
Chris@7 | 5 |
Chris@7 | 6 /** |
Chris@7 | 7 * See other when Accept: application/rdf+xml |
Chris@7 | 8 * is in the request header |
Chris@7 | 9 */ |
Chris@7 | 10 :- multifile see_other_rdf/2. |
Chris@7 | 11 |
Chris@7 | 12 /** |
Chris@7 | 13 * See other, default behavior |
Chris@7 | 14 */ |
Chris@7 | 15 :- multifile see_other/2. |
Chris@7 | 16 |