comparison sparql/sparql/test/dawg/data-r2/expr-builtin/.svn/text-base/q-langMatches-de-de.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 # q-langMatches-de-de.rq
2 # $Id: q-langMatches-de-de.rq,v 1.1 2007/08/11 18:32:04 eric Exp $
3
4 PREFIX : <http://example.org/#>
5
6 SELECT *
7 { :x ?p ?v . FILTER langMatches(lang(?v), "de-de") . }