Skip to content

Commit

Permalink
Change rr:reference to rml:reference, fixes RMLio#33
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVanAssche committed Oct 16, 2020
1 parent 54ce0cf commit 6e7ca5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-cases/RMLTC0013a-MySQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
rr:predicateObjectMap [
rr:predicate ex:BirthDay ;
rr:objectMap [
rr:reference "DateOfBirth";
rml:reference "DateOfBirth";
]
];
.
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0013a-PostgreSQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
rr:predicateObjectMap [
rr:predicate ex:BirthDay ;
rr:objectMap [
rr:reference "DateOfBirth";
rml:reference "DateOfBirth";
]
];
.
Expand Down
2 changes: 1 addition & 1 deletion test-cases/RMLTC0013a-SQLServer/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
rr:predicateObjectMap [
rr:predicate ex:BirthDay ;
rr:objectMap [
rr:reference "DateOfBirth";
rml:reference "DateOfBirth";
]
];
.
Expand Down

0 comments on commit 6e7ca5d

Please sign in to comment.