Skip to content
Snippets Groups Projects
Commit 56a30284 authored by Petar Hristov's avatar Petar Hristov :speech_balloon:
Browse files

Merge branch 'Hotfix/2212-fixFiles' into 'main'

Fix: Readd files

See merge request !18
parents 796ee38b 45955ded
No related branches found
No related tags found
1 merge request!18Fix: Readd files
Pipeline #809975 passed
......@@ -136,7 +136,7 @@ namespace SQL2Linked.Implementations
CommandText = "SELECT DISTINCT ?g " +
"WHERE {" +
"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