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

Fix: Readd files

parent 796ee38b
No related branches found
No related tags found
1 merge request!18Fix: Readd files
Pipeline #808933 skipped
...@@ -136,7 +136,7 @@ namespace SQL2Linked.Implementations ...@@ -136,7 +136,7 @@ namespace SQL2Linked.Implementations
CommandText = "SELECT DISTINCT ?g " + CommandText = "SELECT DISTINCT ?g " +
"WHERE {" + "WHERE {" +
"GRAPH ?g { ?s ?p ?o } . " + "GRAPH ?g { ?s ?p ?o } . " +
"FILTER(STRSTARTS(STR(?s), \"" + resourceGraphName + "@\"))" + "FILTER(STRSTARTS(STR(?s), \"" + resourceHandleName + "@\"))" +
"}" "}"
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment