annotate sparql/sparql/test/dawg/data-r2/syntax-sparql3/syn-bad-30.rq @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7785ad38967f Uploaded
atsuko
parents:
diff changeset
1 # Syntactic blank node in a filter.
7785ad38967f Uploaded
atsuko
parents:
diff changeset
2 SELECT * WHERE { <a><b>_:x FILTER(_:x < 3) }