Skip to content

Commit b876bdd

Browse files
pchampinafs
authored andcommitted
Update index.html
remove mention of "single literal" that remained after the clean-up (#57)
1 parent 6f8c0d7 commit b876bdd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4614,8 +4614,7 @@ <h2>Expressions and Testing Values</h2>
46144614

46154615
_:b a:annotates &lt;http://www.w3.org/TR/rdf-sparql-query/&gt; .
46164616
_:b dc:date "2004-12-31T19:01:00-05:00"^^&lt;http://www.w3.org/2001/XMLSchema#dateTime&gt; .</pre>
4617-
<p>The object of the first <code>dc:date</code> triple is a
4618-
<a data-cite="RDF12-CONCEPTS#dfn-simple-literal">simple literal</a>
4617+
<p>The object of the first <code>dc:date</code> triple is a literal
46194618
that has a datatype of <code>xsd:string</code>.
46204619
The second has the datatype <code>xsd:dateTime</code>.
46214620
They are different <a data-cite="RDF12-CONCEPTS#dfn-rdf-term">RDF terms</a>

0 commit comments

Comments
 (0)