Sign in
apache
/
jena
/
jena-core-simplified
/
.
/
testing
/
Turtle
/
N3
/
n3-writer-test-19.n3
blob: 32e579cb01745b37c93b4be352d541596f7ef954 [
file
] [
log
] [
blame
]
@prefix
a
:
<
http
:
//foo/a#> .
@prefix
:
<#>
.
:
test
:
comment
"Shared RDF collections as lists"
.
:
a
:
p _
:
list
.
:
b
:
p _
:
list
.
_
:
list
:-
(
"1"
"2"
)
.