Skip to content
Snippets Groups Projects
Commit 854b0b39 authored by Benedikt Heinrichs's avatar Benedikt Heinrichs
Browse files

Fix: Improved Performance

parent fdb0339c
No related branches found
No related tags found
No related merge requests found
Pipeline #826399 passed
......@@ -139,7 +139,7 @@ namespace SQL2Linked.Implementations
CommandText = "SELECT DISTINCT ?g " +
"WHERE {" +
"GRAPH ?g { ?s ?p ?o } . " +
"FILTER(STRSTARTS(STR(?s), \"" + resourceHandleName + "@\"))" +
"FILTER(contains(STR(?g), \"" + resourceHandleName + "@\"))" +
"}"
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment