Skip to content

Commit d343279

Browse files
committed
[rdf/query_creator.py] Use odML Uri from Format
1 parent 25805c0 commit d343279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odml/rdf/query_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def _prepare_query(self):
284284
:return: string representing rdflib query.
285285
"""
286286

287-
odml_uri = "https://g-node.org/odml-rdf#"
287+
odml_uri = str(odmlns)
288288
self.query = "SELECT * WHERE {\n"
289289

290290
if "Doc" in self.q_dict.keys():

0 commit comments

Comments
 (0)