Chris@0: # Tests for - and _ in names, qnames Chris@0: @prefix ex1: . Chris@0: @prefix ex-2: . Chris@0: @prefix ex3_: . Chris@0: @prefix ex4-: . Chris@0: Chris@0: ex1:foo-bar ex1:foo_bar "a" . Chris@0: ex-2:foo-bar ex-2:foo_bar "b" . Chris@0: ex3_:foo-bar ex3_:foo_bar "c" . Chris@0: ex4-:foo-bar ex4-:foo_bar "d" .