projects
/
elisp
/
lsdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0772032
)
* lsdb.el (lsdb-rdfdb-lookup-records): Fixed.
rdfdb
author
ueno
<ueno>
Wed, 4 Feb 2004 22:51:30 +0000
(22:51 +0000)
committer
ueno
<ueno>
Wed, 4 Feb 2004 22:51:30 +0000
(22:51 +0000)
lsdb.el
patch
|
blob
|
history
diff --git
a/lsdb.el
b/lsdb.el
index
0062644
..
a5a3bc1
100644
(file)
--- a/
lsdb.el
+++ b/
lsdb.el
@@
-1439,7
+1439,8
@@
performed against the entry field."
nil
(concat lsdb-rdfdb-namespace-uri
(if (and entry-name (not (equal entry-name "")))
- (concat "/entry#" (capitalize entry-name))
+ (concat "/entry#"
+ (capitalize (symbol-name entry-name)))
"/entry#Name"))
(rdfdb-get-literal-resource lsdb-rdfdb-database regexp))))))
(mapcar