# http://www.w3.org/2000/10/swap/test/syntax/bad-preds-literal.n3
# Used in http://www.w3.org/2000/10/swap/test/regression.n3#t1061
#
# Literals and formulae cannot be predicates.
#
# Issue originally raised in the following bug:
# http://lists.w3.org/Archives/Public/public-cwm-bugs/2004Nov/0014

@prefix : <#> .

:a "hello" :c .

