Skip to content
Snippets Groups Projects
Commit 43ffa8d5 authored by Hanna Führ's avatar Hanna Führ
Browse files

Fixes

parent 3da7fd6c
No related branches found
No related tags found
1 merge request!7Fix: Migrate resourceType structured data to linked data - fixes
Pipeline #751363 skipped
...@@ -27,7 +27,7 @@ namespace SQL2Linked.Implementations ...@@ -27,7 +27,7 @@ namespace SQL2Linked.Implementations
{ {
graph.Assert( graph.Assert(
new Triple( new Triple(
graph.CreateLiteralNode(userGraphName), graph.CreateUriNode(new Uri(userGraphName)),
graph.CreateUriNode(RdfType), graph.CreateUriNode(RdfType),
graph.CreateUriNode(FoafPerson) graph.CreateUriNode(FoafPerson)
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment