summaryrefslogtreecommitdiff
path: root/tests/core/unbound/data.ttl
blob: 7ee5d37d15302d0f3348695a88285769b720242d (plain)
1
2
3
4
5
6
7
8
9
10
11
@prefix : <http://example.org/ns#> .

:a1 a :A .
:a2 a :A .
:c1 a :A .
:c2 a :A .

:a1 :b :c1 . 
:c1 :d :e . 
:a2 :b :c2 .
:c2 :b :f .