Skip to content

Commit

Permalink
test-cases: RMLSTC0007{c,d}: fix iterator and attribute selector
Browse files Browse the repository at this point in the history
Fixes #88
  • Loading branch information
DylanVanAssche committed Jul 30, 2024
1 parent c0c01c8 commit f730816
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test-cases/RMLSTC0007c/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
rml:logicalSource [ a rml:LogicalSource;
rml:source <#DCATSourceAccess>;
rml:referenceFormulation rml:XPath;
rml:iterator "//Friends/Character/";
rml:iterator "//Friends/Character";
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
rml:template "http://example.org/{@id}";
];
rml:predicateObjectMap [ a rml:PredicateObjectMap;
rml:predicateMap [ a rml:PredicateMap;
Expand Down
4 changes: 2 additions & 2 deletions test-cases/RMLSTC0007d/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
rml:namespaceURL "http://example.org";
];
];
rml:iterator "//Friends/ex:Character/";
rml:iterator "//Friends/ex:Character";
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
rml:template "http://example.org/{@id}";
];
rml:predicateObjectMap [ a rml:PredicateObjectMap;
rml:predicateMap [ a rml:PredicateMap;
Expand Down

0 comments on commit f730816

Please sign in to comment.