Why does this function remove namespaces?

function sparql_endpoint_sparql_endpoint() {
.....
  // @temp remove some less used prefixes.
  unset($nss['sioct']);
  unset($nss['rss']);

Comments

scor’s picture

Title: why does sparql_endpoint_sparql_endpoint() remove namespaces? » Display list of Drupal prefixes in ARC2 SPARQL endpoint
Category: task » feature

some 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.