From d485d07f2ae2836ab145e5c8b9aef38334f71258 Mon Sep 17 00:00:00 2001 From: chrdebru Date: Fri, 22 Mar 2024 22:46:36 +0100 Subject: [PATCH] Fixed logical sources --- test-cases/RMLFNOTC0000-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0001-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0002-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0003-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0004-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0005-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0006-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0008-CSV/mapping.ttl | 5 ++++- test-cases/RMLFNOTC0009-CSV/mapping.ttl | 5 ++++- 9 files changed, 36 insertions(+), 9 deletions(-) diff --git a/test-cases/RMLFNOTC0000-CSV/mapping.ttl b/test-cases/RMLFNOTC0000-CSV/mapping.ttl index 378ed45..0a99649 100644 --- a/test-cases/RMLFNOTC0000-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0000-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0001-CSV/mapping.ttl b/test-cases/RMLFNOTC0001-CSV/mapping.ttl index d7cebc5..34c0372 100644 --- a/test-cases/RMLFNOTC0001-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0001-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0002-CSV/mapping.ttl b/test-cases/RMLFNOTC0002-CSV/mapping.ttl index 6966758..2615aa3 100644 --- a/test-cases/RMLFNOTC0002-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0002-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0003-CSV/mapping.ttl b/test-cases/RMLFNOTC0003-CSV/mapping.ttl index 07e3502..b34ac26 100644 --- a/test-cases/RMLFNOTC0003-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0003-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0004-CSV/mapping.ttl b/test-cases/RMLFNOTC0004-CSV/mapping.ttl index 4ae93c3..2a4a66f 100644 --- a/test-cases/RMLFNOTC0004-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0004-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0005-CSV/mapping.ttl b/test-cases/RMLFNOTC0005-CSV/mapping.ttl index c04d5ab..a929701 100644 --- a/test-cases/RMLFNOTC0005-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0005-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0006-CSV/mapping.ttl b/test-cases/RMLFNOTC0006-CSV/mapping.ttl index 7f03e86..6e6eb01 100644 --- a/test-cases/RMLFNOTC0006-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0006-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0008-CSV/mapping.ttl b/test-cases/RMLFNOTC0008-CSV/mapping.ttl index 981e20a..aea3105 100644 --- a/test-cases/RMLFNOTC0008-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0008-CSV/mapping.ttl @@ -11,7 +11,10 @@ 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 [ diff --git a/test-cases/RMLFNOTC0009-CSV/mapping.ttl b/test-cases/RMLFNOTC0009-CSV/mapping.ttl index 0cca800..88a7687 100644 --- a/test-cases/RMLFNOTC0009-CSV/mapping.ttl +++ b/test-cases/RMLFNOTC0009-CSV/mapping.ttl @@ -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 [