blob: a7ee383fc3650afc42b620311e38c4debc553647 [file] [log] [blame]
# Test which things have a lang tag of some form.
PREFIX : <http://example/>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
SELECT ?x
{ ?x :p ?v .
FILTER ( lang(?v) != '@NotALangTag@' )
}