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

Fixed

parent 1ac1cb96
No related branches found
No related tags found
1 merge request!21Fix: Added missing ProjectInstitutes
Pipeline #855511 waiting for manual action
......@@ -146,9 +146,8 @@ namespace SQL2Linked.Implementations
foreach (var projectInstitute in projectInstitutes.Where(p => p.ProjectId.Equals(entry.Id)))
{
var blankNode = graph.CreateBlankNode();
AssertToGraphBlankAndUriNode(graph, blankNode, org + "organization", projectGraphName);
Console.WriteLine($"For project '{entry.DisplayName}' will migrate triple '{blankNode} {org}organization {projectGraphName}'. ");
AssertToGraphUriNode(graph, projectGraphName, org + "organization", projectInstitute.OrganizationUrl);
Console.WriteLine($"For project '{entry.DisplayName}' will migrate triple '{projectGraphName} {org}organization {projectInstitute.OrganizationUrl}'. ");
}
if (entry.Creator is not null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment