Mercurial > hg > dbtune-rdf-services
view classical/urispace/mapping.pl @ 16:ab3e3ac0119f
Restore this (referenced but not actually used in practice?) assertion.
author | Chris Cannam |
---|---|
date | Tue, 07 Nov 2017 11:44:02 +0000 |
parents | 91b5145fff34 |
children |
line wrap: on
line source
:- 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.