Skip to content

Commit

Permalink
Fixed logical sources
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdebru authored and DylanVanAssche committed Mar 25, 2024
1 parent 448ce5e commit 5bdcf1c
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 9 deletions.
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0000-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0001-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0002-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0003-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0004-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0005-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0006-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0008-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<TriplesMap1>
rml:logicalSource [
rml:source "student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down
5 changes: 4 additions & 1 deletion test-cases/RMLFNOTC0009-CSV/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

<#Person_Mapping>
rml:logicalSource [
rml:source "test/fno/nested_function/student.csv";
rml:source [ a rml:RelativePathSource;
rml:root rml:MappingDirectory;
rml:path "student.csv"
];
rml:referenceFormulation rml:CSV
];
rml:subjectMap [
Expand Down

0 comments on commit 5bdcf1c

Please sign in to comment.