Skip to content

Commit 6fd765a

Browse files
committed
WebIDL for fromRdf and toRdf algorithms. Defines new interfaces for RdfDataset, RdfGraph, RdfTriple, and RdfLiteral.
Fixes #27.
1 parent 5d93c43 commit 6fd765a

File tree

2 files changed

+255
-55
lines changed

2 files changed

+255
-55
lines changed

common/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
as specified in the <a data-cite="JSON-LD11#data-model">Data Model</a>
183183
section of the JSON-LD specification [[JSON-LD11]].
184184
A <a>linked data graph</a> is a generalized representation of an
185-
<a data-cite="RDF11-CONCEPTS#dfn-rdf-graph">RDF graph</a>
185+
<dfn class="preserve" data-cite="RDF11-CONCEPTS#dfn-rdf-graph">RDF graph</dfn>
186186
as defined in [[!RDF11-CONCEPTS]].</dd>
187187
<dt><dfn data-lt="lists">list</dfn></dt><dd>
188188
A <a>list</a> is an ordered sequence of <a>IRIs</a>,

0 commit comments

Comments
 (0)