@prefix a: . @prefix : <#> . :test :comment "RDF collections as lists : with compound items". a:a a:p ( [ a:p2 "v1" ] ("inner list") ) . a:p "value" .