@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
_:b60516551	rdf:type	owl:Class ;
	owl:unionOf	_:b60516553 .
@prefix ns2:	<http://vocab.gtfs.org/terms#> .
_:b60516552	rdf:first	ns2:Stop ;
	rdf:rest	rdf:nil .
@prefix vcard:	<http://www.w3.org/2006/vcard/ns#> .
_:b60516553	rdf:first	vcard:Location ;
	rdf:rest	_:b60516552 .