Skip to content
Snippets Groups Projects
Commit f2e078fc authored by L. Ellenbeck's avatar L. Ellenbeck
Browse files

WIP: missing execution coscine/issues#1425

parent 3bb46fe0
No related branches found
No related tags found
1 merge request!43Topic/1425 fh privileges
......@@ -451,13 +451,14 @@ namespace Coscine.Metadata
}
// Creates graph if needed (silent disables the "error" for existing graph).
public static void EnsureGraph(string graphIri)
public void EnsureGraph(string graphIri)
{
var commandString = new SparqlParameterizedString
{
CommandText = "CREATE SILENT GRAPH @graphIri"
};
commandString.SetUri("graphIri", new Uri(graphIri));
QueryEndpoint.QueryRaw(commandString.ToString());
}
// Find organization by entityId.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment