@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://vocab.gtfs.org/terms#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:StopTime	rdf:type	owl:Class .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:StopTime	rdfs:label	"Stop time"@en ,
		"Hora de parada"@es ;
	rdfs:comment	"Describe una hora de parada como parte de un viaje"@es ,
		"Describes a stop time as part of a trip"@en ;
	rdfs:subClassOf	_:b60516472 ,
		_:b60516473 ,
		owl:Thing .
_:b60516472	rdf:type	owl:Restriction .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
_:b60516472	owl:onProperty	dc:identifier .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b60516472	owl:maxCardinality	"1"^^xsd:int .
_:b60516473	rdf:type	owl:Restriction ;
	owl:onProperty	ns1:arrivalTime ;
	owl:maxCardinality	"1"^^xsd:int .