aboutsummaryrefslogtreecommitdiffstats
path: root/bsfs/triple_store/sparql/distance.py
diff options
context:
space:
mode:
Diffstat (limited to 'bsfs/triple_store/sparql/distance.py')
-rw-r--r--bsfs/triple_store/sparql/distance.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsfs/triple_store/sparql/distance.py b/bsfs/triple_store/sparql/distance.py
index 9b58088..2c2f355 100644
--- a/bsfs/triple_store/sparql/distance.py
+++ b/bsfs/triple_store/sparql/distance.py
@@ -43,9 +43,9 @@ def manhatten(fst, snd) -> float:
# Known distance functions.
DISTANCE_FU = {
- ns.bsfs.euclidean: euclid,
- ns.bsfs.cosine: cosine,
- ns.bsfs.manhatten: manhatten,
+ ns.bsd.euclidean: euclid,
+ ns.bsd.cosine: cosine,
+ ns.bsd.manhatten: manhatten,
}
## EOF ##