Skip to content

Commit

Permalink
Fixes sec 4.2.2 quoted triples encoding
Browse files Browse the repository at this point in the history
The `subject`, `predicate` and `object` keys must be in the `value` key
  • Loading branch information
Tpt authored Feb 5, 2024
1 parent 340f5ee commit fcbf906
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ <h4>Encoding RDF terms</h4>
</tr>
<tr>
<td>Quoted triple, with subject <em><b>S</b></em>, predicate <em><b>P</b></em>, and object <em><b>O</b></em></td>
<td><code>{"type": "triple", "subject": "<em><b>S</b></em>", "predicate": "<em><b>P</b></em>", "object": "<em><b>O</b></em>"}</code></td>
<td><code>{"type": "triple", "value": {"subject": "<em><b>S</b></em>", "predicate": "<em><b>P</b></em>", "object": "<em><b>O</b></em>"}}</code></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit fcbf906

Please sign in to comment.