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

DateCreated for resource

parent bee60b45
Branches
No related tags found
1 merge request!16New: "Date Created" translation added to the SQL2Linked
Pipeline #801773 skipped
......@@ -168,6 +168,12 @@ namespace SQL2Linked.Implementations
}
}
if (entry.DateCreated is not null && entry.DateCreated.HasValue)
{
AssertToGraphLiteralNode(graph, resourceGraphName, dcterms + "created", entry.DateCreated.Value.ToString());
Console.WriteLine($"For project '{entry.DisplayName}' will migrate triple '{resourceGraphName} {dcterms}created {entry.DateCreated}'. ");
}
graphs.Add(graph);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment