|
244 | 244 | "copyrightStart": "2024", |
245 | 245 | "doJsonLd": true, |
246 | 246 | "group": "kg-construct", |
247 | | - "publishISODate": "2026-01-17T00:00:00.000Z", |
248 | | - "generatedSubtitle": "Draft Community Group Report 17 January 2026" |
| 247 | + "publishISODate": "2026-01-21T00:00:00.000Z", |
| 248 | + "generatedSubtitle": "Draft Community Group Report 21 January 2026" |
249 | 249 | }</script> |
250 | 250 | <link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2021/cg-draft"></head> |
251 | 251 |
|
252 | | -<body data-new-gr-c-s-check-loaded="14.1268.0" data-gr-ext-installed="" class="h-entry informative"><div class="head"> |
| 252 | +<body data-new-gr-c-s-check-loaded="14.1269.0" data-gr-ext-installed="" class="h-entry informative"><div class="head"> |
253 | 253 |
|
254 | 254 | <h1 id="title" class="title">RML-Core: Test Cases</h1> |
255 | 255 | <p id="w3c-state"> |
256 | 256 | <a href="https://www.w3.org/standards/types#reports">Draft Community Group Report</a> |
257 | | - <time class="dt-published" datetime="2026-01-17">17 January 2026</time> |
| 257 | + <time class="dt-published" datetime="2026-01-21">21 January 2026</time> |
258 | 258 | </p> |
259 | 259 | <dl> |
260 | 260 |
|
@@ -659,7 +659,7 @@ <h1 id="title" class="title">RML-Core: Test Cases</h1> |
659 | 659 | ]; |
660 | 660 | rml:predicateObjectMap [ |
661 | 661 | rml:objectMap [ |
662 | | - rml:reference <span class="hljs-string">"$.IDs"</span> |
| 662 | + rml:reference <span class="hljs-string">"$.ID"</span> |
663 | 663 | ]; |
664 | 664 | rml:predicate ex:id |
665 | 665 | ]; |
@@ -1367,7 +1367,7 @@ <h1 id="title" class="title">RML-Core: Test Cases</h1> |
1367 | 1367 | <p><strong>Output</strong></p> |
1368 | 1368 | <pre><code aria-busy="false" class="hljs css"><http://example.com/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> <http://www.w3.org/<span class="hljs-number">1999</span>/<span class="hljs-number">02</span>/<span class="hljs-number">22</span>-rdf-syntax-ns#type> <http://xmlns.com/foaf/<span class="hljs-number">0.1</span>/Person> <http://example.com/graph/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> . |
1369 | 1369 | <http://example.com/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> <http://xmlns.com/foaf/<span class="hljs-number">0.1</span>/name> <span class="hljs-string">"Venus Williams"</span> <http://example.com/graph/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> . |
1370 | | -<http://example.com/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> <http://example.com/id> <span class="hljs-string">"10"</span> <http://example.com/graph/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> . |
| 1370 | +<http://example.com/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> <http://example.com/id> <span class="hljs-string">"10"</span>^^<http://www.w3.org/<span class="hljs-number">2001</span>/XMLSchema#integer> <http://example.com/graph/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> . |
1371 | 1371 | <http://example.com/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> <http://example.com/Sport> <span class="hljs-string">"Tennis"</span> <http://example.com/graph/Student/<span class="hljs-number">10</span>/Venus%<span class="hljs-number">20</span>Williams> . |
1372 | 1372 |
|
1373 | 1373 | </code></pre> |
|
0 commit comments