view 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
line wrap: on
line source

# q-langMatches-de-de.rq
# $Id: q-langMatches-de-de.rq,v 1.1 2007/08/11 18:32:04 eric Exp $

PREFIX : <http://example.org/#>

SELECT *
{ :x ?p ?v . FILTER langMatches(lang(?v), "de-de") . }