summaryrefslogtreecommitdiff
path: root/test/n3/n3-writer-test-07.n3
blob: 9c0a36408bbb0a2ea9eacafe21f17da498127649 (plain)
1
2
3
4
5
6
7
8
9
@prefix a: <http://foo/a#> .
@prefix : <#> .

:test :comment "BNode but shared" .

a:b1 a:twoRef _:a .
a:b2 a:twoRef _:a .

_:a :pred [ a:pp "1" ; a:qq "2" ].