# N3 paths
@prefix : <http://example/> .
@prefix ns: <http://example/p#> .

{
:x.
  ns:p.
    ns:q :p :z .
}