(requires jq and gnu parallel)
- get all Q ids with P396 property > ids.txt
~ make get
- generate a txt map Qid - http://it.wikipedia page > resolv.map
~ make resolv
- configure the apache virtualhost to use the rewrite map (now allowed in .htaccess)
RewriteEngine on
RewriteMap iccu txt:/{FULL_PATH}/resolv.map
RewriteRule ^/r/(.*)$ ${iccu:$1} [R]