comparison sparql/sparql/test/dawg/data-r2/open-world/.svn/text-base/open-eq-05.rq.svn-base @ 0:7785ad38967f default tip

Uploaded
author atsuko
date Thu, 25 Aug 2011 22:14:55 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:7785ad38967f
1 # SPARQL FILTER test by value.
2 # Only one valus is known to be "a"^^t:type1
3 # (others maybe but the processor does not positively know this)
4
5 PREFIX : <http://example/ns#>
6 PREFIX t: <http://example/t#>
7
8 SELECT *
9 { ?x :p ?v
10 FILTER ( ?v = "a"^^t:type1 )
11 }