6 lines
90 B
Turtle
6 lines
90 B
Turtle
# Test ; operator
|
|
@prefix : <http://example.org/base#> .
|
|
:a :b :c ;
|
|
:d :e ;
|
|
:f :g .
|