@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b60516554	rdf:type	owl:Class ;
	owl:unionOf	_:b60516557 .
@prefix schema:	<http://schema.org/> .
_:b60516555	rdf:first	schema:ListItem ;
	rdf:rest	rdf:nil .
_:b60516556	rdf:first	schema:ItemList ;
	rdf:rest	_:b60516555 .
_:b60516557	rdf:first	schema:CreativeWork ;
	rdf:rest	_:b60516556 .