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