Skip to content

Commit 75bc66a

Browse files
committed
Update RDF terms sections
1 parent 52fe3ca commit 75bc66a

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

spec/index.html

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -332,31 +332,12 @@ <h3>Graph Statements</h3>
332332

333333
</section>
334334

335-
<section id="triple-terms">
336-
<h3>Triple Terms</h3>
337-
338-
<p>TriG shares the same syntax for representing <a data-cite="RDF12-CONCEPTS#dfn-triple-term">triple terms</a>
339-
as Turtle, including <a data-cite="RDF12-TURTLE#reifying-triples">Reifying Triples</a>
340-
and the <a data-cite="RDF12-TURTLE#annotation-syntax">Annotation Syntax</a>.</p>
341-
342-
<pre id="ex-triple-term" class="example turtle" data-transform="updateExample"
343-
title="Triple Term">
344-
<!--
345-
VERSION "1.2"
346-
PREFIX : <http://www.example.org/>
347-
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
348-
349-
_:e38 :familyName "Smith" .
350-
_:anno rdf:reifies <<( _:e38 :jobTitle "Designer" )>> .
351-
_:anno :accordingTo _:e22 .
352-
-->
353-
</pre>
354-
355-
</section>
356335

357336
<section id="other-terms">
358337
<h3>Other Terms</h3>
359-
<p>All other terms and directives come from Turtle.</p>
338+
<p>All other terms, syntax forms, and directives come from
339+
<a data-cite="RDF12-TURTLE#language-features" class="sectionRef">RDF Turtle</a>.
340+
</p>
360341

361342
<section id="terms-blanks-nodes">
362343
<h4>Special Considerations for Blank Nodes</h4>

0 commit comments

Comments
 (0)