@prefix : <http://example.org/data#> .

_:a :r _:a .
_:a :p _:b .
_:b :url <http://example.org> .


