# Test which things have a lang tag of some form. PREFIX : PREFIX xsd: SELECT ?x { ?x :p ?v . FILTER ( lang(?v) != '@NotALangTag@' ) }