diff peel/urispace/mapping.pl @ 7:d100023520b4

Add John Peel data
author Chris Cannam
date Thu, 02 Nov 2017 10:37:03 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/peel/urispace/mapping.pl	Thu Nov 02 10:37:03 2017 +0000
@@ -0,0 +1,16 @@
+:- 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.
+