@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix wgs84_pos:	<http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
wgs84_pos:lat	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
wgs84_pos:lat	rdfs:label	"Latitud"@es ;
	rdfs:domain	_:b60516551 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
wgs84_pos:lat	rdfs:range	xsd:float ;
	rdfs:comment	"Latitud"@es .
_:b60516551	rdf:type	owl:Class ;
	owl:unionOf	_:b60516553 .
@prefix ns5:	<http://vocab.gtfs.org/terms#> .
_:b60516552	rdf:first	ns5:Stop ;
	rdf:rest	rdf:nil .
@prefix vcard:	<http://www.w3.org/2006/vcard/ns#> .
_:b60516553	rdf:first	vcard:Location ;
	rdf:rest	_:b60516552 .