diff --git a/test-cases/RMLSTC0011a/README.md b/test-cases/RMLSTC0011a/README.md index bf4cdbe..dfc25fe 100644 --- a/test-cases/RMLSTC0011a/README.md +++ b/test-cases/RMLSTC0011a/README.md @@ -26,7 +26,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011a/mapping.ttl b/test-cases/RMLSTC0011a/mapping.ttl index ac102a3..c3ae97e 100644 --- a/test-cases/RMLSTC0011a/mapping.ttl +++ b/test-cases/RMLSTC0011a/mapping.ttl @@ -13,7 +13,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011b/README.md b/test-cases/RMLSTC0011b/README.md index 6a0f0bf..8b5f37a 100644 --- a/test-cases/RMLSTC0011b/README.md +++ b/test-cases/RMLSTC0011b/README.md @@ -27,7 +27,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011b/mapping.ttl b/test-cases/RMLSTC0011b/mapping.ttl index 91a597e..681a3a4 100644 --- a/test-cases/RMLSTC0011b/mapping.ttl +++ b/test-cases/RMLSTC0011b/mapping.ttl @@ -14,7 +14,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011c/README.md b/test-cases/RMLSTC0011c/README.md index aed00dd..20d9e34 100644 --- a/test-cases/RMLSTC0011c/README.md +++ b/test-cases/RMLSTC0011c/README.md @@ -27,7 +27,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011c/mapping.ttl b/test-cases/RMLSTC0011c/mapping.ttl index 8c92295..ae8b965 100644 --- a/test-cases/RMLSTC0011c/mapping.ttl +++ b/test-cases/RMLSTC0011c/mapping.ttl @@ -14,7 +14,7 @@ rml:iterator "$.companies[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011d/README.md b/test-cases/RMLSTC0011d/README.md index cb2caaf..d87f8d8 100644 --- a/test-cases/RMLSTC0011d/README.md +++ b/test-cases/RMLSTC0011d/README.md @@ -27,7 +27,7 @@ rml:iterator "$.companies[*].departments[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011d/mapping.ttl b/test-cases/RMLSTC0011d/mapping.ttl index 84360e1..5bb8ba8 100644 --- a/test-cases/RMLSTC0011d/mapping.ttl +++ b/test-cases/RMLSTC0011d/mapping.ttl @@ -14,7 +14,7 @@ rml:iterator "$.companies[*].departments[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011e/README.md b/test-cases/RMLSTC0011e/README.md index 1685d96..40d15c5 100644 --- a/test-cases/RMLSTC0011e/README.md +++ b/test-cases/RMLSTC0011e/README.md @@ -27,7 +27,7 @@ rml:iterator "$.companies[*].departments[*].employees[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap; diff --git a/test-cases/RMLSTC0011e/mapping.ttl b/test-cases/RMLSTC0011e/mapping.ttl index 871a4e8..3d17391 100644 --- a/test-cases/RMLSTC0011e/mapping.ttl +++ b/test-cases/RMLSTC0011e/mapping.ttl @@ -14,7 +14,7 @@ rml:iterator "$.companies[*].departments[*].employees[*]"; ]; rml:subjectMap [ a rml:SubjectMap; - rml:template "http://example.org/{name}"; + rml:template "http://example.org/{$.name}"; ]; rml:predicateObjectMap [ a rml:PredicateObjectMap; rml:predicateMap [ a rml:PredicateMap;