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

eg:s
	eg:p [
		eg:list (
			"apple"
			"banana"
			"cherry"
		)
	] .