blob: 32754286a24a0ed1aa1719be2671714dcfae15cc [file] [log] [blame]
# Test defining _ as a prefix.
@prefix : <#> .
_:a a :p.
@prefix _: <http://underscore/> .
_:a a _:p.