New: "Date Created" and "Creator" translations added to the SQL2Linked
2 unresolved threads
2 unresolved threads
coscine/issues#2221
Merge request reports
Activity
added 1 commit
- bee60b45 - "Date Created" and "Creator" added to the SQL2Linked
145 145 } 146 146 } 147 147 148 AssertToGraphUriNode(graph, projectGraphName, dcterms + "creator", cosc + $"users/{entry.Creator}"); changed this line in version 2 of the diff
145 145 } 146 146 } 147 147 148 AssertToGraphUriNode(graph, projectGraphName, dcterms + "creator", cosc + $"users/{entry.Creator}"); 149 Console.WriteLine($"For project '{entry.DisplayName}' will migrate triple '{projectGraphName} {dcterms}creator {cosc}users/{entry.Creator}'. "); 150 151 if (entry.DateCreated is not null && entry.DateCreated.HasValue) 152 { 153 AssertToGraphLiteralNode(graph, projectGraphName, dcterms + "created", entry.DateCreated.Value.ToString()); The type of the literal node should be dateTime, compare to https://git.rwth-aachen.de/coscine/backend/scripts/sql2linked/-/blob/main/src/SQL2Linked/Implementations/ProjectStructuralData.cs#L107, using
new Uri("http://www.w3.org/2001/XMLSchema#dateTime")
Edited by Hanna Führchanged this line in version 2 of the diff
added 4 commits
-
62f4dcce...796ee38b - 3 commits from branch
dev
- 7d79038e - Merge remote-tracking branch 'remotes/origin/dev' into Issue/2221-projectDateCreated
-
62f4dcce...796ee38b - 3 commits from branch
mentioned in commit 088c6c6b
Please register or sign in to reply