fix(triplet_store): encode RDF4J repository paths

This commit is contained in:
Freakz2z
2026-08-24 09:02:42 +08:00
parent e41993a6bd
commit 4c997b5017
3 changed files with 51 additions and 6 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ for row in result.bindings:
store = TripletStore(
backend="rdf4j",
endpoint="http://localhost:8080/rdf4j-server",
repository_id="semantica", # passed through **config
repository_id="semantica", # selects the remote repository
)
```