Skip to content

Commit

Permalink
fix 12b - add missing reference formulation (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaria committed Mar 5, 2024
1 parent 6140d51 commit 7170a37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-cases/RMLTC0012b-MySQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<http://example.com/base/TriplesMap2> a rml:TriplesMap;
rml:logicalSource [
rml:source <http://example.com/base/#DB_source>;
rml:referenceFormulation rml:SQL2008Table;
rml:iterator "lives"
];
rml:predicateObjectMap [
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0012b-PostgreSQL/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<http://example.com/base/TriplesMap2> a rml:TriplesMap;
rml:logicalSource [
rml:source <http://example.com/base/#DB_source>;
rml:referenceFormulation rml:SQL2008Table;
rml:iterator "lives"
];
rml:predicateObjectMap [
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLTC0012b-SQLServer/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<http://example.com/base/TriplesMap2> a rml:TriplesMap;
rml:logicalSource [
rml:source <http://example.com/base/#DB_source>;
rml:referenceFormulation rml:SQL2008Table;
rml:iterator "lives"
];
rml:predicateObjectMap [
Expand Down

0 comments on commit 7170a37

Please sign in to comment.