Skip to content
Snippets Groups Projects
Commit caba4371 authored by Marcel Nellesen's avatar Marcel Nellesen
Browse files

Merge branch 'Product/704-basicReporting' into 'Sprint/2020-20'

Product/704 basic reporting

See merge request coscine/cs/organization-parser!8
parents 8196d286 8b869649
Branches Sprint/2020-20
Tags
2 merge requests!8Product/704 basic reporting,!7Sprint/2020 20
Pipeline #353123 passed
......@@ -299,7 +299,8 @@ namespace Coscine.OrganizationLoader
{
streamWriter.WriteLine($"<{rorId}#{organization.OrgId}>");
streamWriter.WriteLine($" rdfs:label \"{organization.Name}\" ;");
streamWriter.WriteLine($" org:identifier \"{organization.OrgId}\" ;");
streamWriter.WriteLine($" org:identifier \"org-id:{organization.OrgId}\" ;");
streamWriter.WriteLine($" org:identifier \"ikz:{organization.IKZ}\" ;");
streamWriter.WriteLine($" a org:OrganizationalUnit ;");
streamWriter.WriteLine(".");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment