@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:routeStart	rdf:type	owl:ObjectProperty ,
		rdf:Property .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns4:	<http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
dbo:routeStart	rdfs:subPropertyOf	ns4:hasCommonBoundary ;
	rdfs:domain	dbo:RouteOfTransportation ;
	rdfs:range	dbo:Station ;
	rdfs:comment	"Start of the route. This is where the route begins and, for U.S. roads, is either at the southern terminus or western terminus."@en ,
		"Anfang des Verkehrswegs."@de ,
		"point de d\u00E9part d'une route."@fr ;
	owl:sameAs	dbo:routeStart ;
	rdfs:label	"point de d\u00E9part"@fr ,
		"Weganfang"@de ,
		"route start"@en .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns6:	<http://mappings.dbpedia.org/index.php/OntologyProperty:> .
dbo:routeStart	prov:wasDerivedFrom	ns6:routeStart .