Skip to content

Commit 2b0d6da

Browse files
Tptafs
authored andcommitted
Fixes sec 4.2.2 quoted triples encoding
The `subject`, `predicate` and `object` keys must be in the `value` key
1 parent 340f5ee commit 2b0d6da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@

Encoding RDF terms

510510
tr>
511511
<tr>
512512
<td>Quoted triple, with subject <em><b>Sb>em>, predicate <em><b>Pb>em>, and object <em><b>Ob>em>td>
513-
<td><code>{"type": "triple", "subject": "<em><b>Sb>em>", "predicate": "<em><b>Pb>em>", "object": "<em><b>Ob>em>"}code>td>
513+
<td><code>{"type": "triple", "value": {"subject": "<em><b>Sb>em>", "predicate": "<em><b>Pb>em>", "object": "<em><b>Ob>em>"}}code>td>
514514
tr>
515515
tbody>
516516
table>

0 commit comments

Comments
 (0)