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

Classical dataset
author Chris Cannam
date Tue, 07 Nov 2017 11:22:37 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/classical/urispace/mapping.pl	Tue Nov 07 11:22:37 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.
+