@prefix eg: <http://example.org/> .

(
	"apple"
	"banana"
	"cherry"
)
	eg:list (
		"asparagus"
		"beet"
		"carrot"
	) .