# TEMP: TODO put these vars in configuration file configuration.xml
# <move_to_conf_file>
-$helm_rdf_dir = "/usr/local/helm/rdf";
-$rdf_dbm = "/usr/local/helm/rdf_urls";
+$helm_rdf_dir = "/projects/helm/shared/V7/rdf_library";
+$rdf_dbm = "/projects/helm/shared/V7/rdf_urls_of_uris";
$rdf_indexname = "rdf_index.txt";
# </move_to_conf_file>
# the format is "helm:rdf/<metadata_tree>:<metadata_scheme>//<xml_file_uri>"
#
my ($uri) = @_;
- if ($uri =~ /^helm:rdf(.*):?(.*)\/\/(.*)/) {
+ if ($uri =~ /^helm:rdf(.*):(.*)\/\/(.*)/) {
return 1;
} else {
return 0;