Skip to content

Commit 219f2bf

Browse files
TobiasNxdr0i
authored andcommitted
Fix test lookupRdfDefinedPropertyToProperty
1 parent b166fd2 commit 219f2bf

File tree

2 files changed

+6
-6
lines changed
  • metafix/src/test/resources/org/metafacture/metafix/integration/lookup/fromJson/toJson/lookupRdfDefinedPropertyToProperty

2 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name" : "Jake",
3-
"a" : "https://w3id.org/kim/hcrt/application"
2+
"name": "Jake",
3+
"a" : "Software Application"
44
}
55
{
6-
"name" : "Blacky",
7-
"a" : "https://w3id.org/kim/hcrt/index"
6+
"name": "Blacky",
7+
"a" : "Reference Work"
88
}
99
{
1010
"name" : "Noone",
1111
"a" : "cat"
1212
}
1313
{
1414
"name" : "Noone_2",
15-
"a" : "Assessment"
15+
"a" : "Grafik"
1616
}

metafix/src/test/resources/org/metafacture/metafix/integration/lookup/fromJson/toJson/lookupRdfDefinedPropertyToProperty/input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
}
1313
{
1414
"name" : "Noone_2",
15-
"a" : "Assessment"
15+
"a" : "Grafik"
1616
}

0 commit comments

Comments
 (0)