Why does this function remove namespaces?
function sparql_endpoint_sparql_endpoint() {
.....
// @temp remove some less used prefixes.
unset($nss['sioct']);
unset($nss['rss']);
Why does this function remove namespaces?
function sparql_endpoint_sparql_endpoint() {
.....
// @temp remove some less used prefixes.
unset($nss['sioct']);
unset($nss['rss']);
Comments
Comment #1
scor commentedsome time ago I introduced this hack when the prefixes from Drupal were listed as default in the ARC2 sparql endpoint. They should be removed now until a better alternative is found. I've committed http://drupalcode.org/project/sparql.git/commit/6d95396 for now.