http_client to triplestore.xml
[mp-sparql-moved-to-github.git] / bibframe / triplestore.xml
1 <filters  xmlns="http://indexdata.com/metaproxy">
2   <filter type="sparql">
3     <db path="Default" uri="http://bibframe.indexdata.com/sparql/">
4       <prefix>rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns</prefix>
5       <prefix>bf: http://bibframe.org/vocab/</prefix>
6       <field>?work ?wtitle</field>
7       <criteria>?work a bf:Work</criteria>
8       <criteria>?work bf:workTitle ?wt</criteria>
9       <criteria>?wt bf:titleValue ?wtitle</criteria>
10       <index type="bf.wtitle">?wt bf:titleValue %v FILTER(contains(%v, %s))</index>
11     </db>
12   </filter>
13   <filter type="log">
14     <message>http</message>
15     <category apdu="true"/>
16   </filter>
17   <filter type="http_client">
18     <x-forwarded-for>true</x-forwarded-for>
19   </filter>
20 </filters>