@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dbr:	<http://dbpedia.org/resource/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbr:Mini_Hatch__Second_generation__1	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Mini_Hatch__Second_generation__1	rdf:type	dbo:MeanOfTransportation .
@prefix schema:	<http://schema.org/> .
dbr:Mini_Hatch__Second_generation__1	rdf:type	schema:Product ,
		dbo:Automobile ;
	owl:sameAs	dbr:Mini_Hatch__Second_generation__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Mini_Hatch__Second_generation__1	foaf:name	"Second generation"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Mini_Hatch__Second_generation__1	dbo:height	"1.40716"^^xsd:double ;
	dbo:weight	"1149876.0"^^xsd:double ;
	dbo:length	"3.69824"^^xsd:double .
@prefix dbd:	<http://dbpedia.org/datatype/> .
@prefix ns8:	<http://dbpedia.org/ontology/MeanOfTransportation/> .
dbr:Mini_Hatch__Second_generation__1	ns8:length	"3698.24"^^dbd:millimetre ;
	ns8:width	"1684.02"^^dbd:millimetre ;
	dbo:width	"1.68402"^^xsd:double .
@prefix ns9:	<http://dbpedia.org/ontology/Automobile/> .
dbr:Mini_Hatch__Second_generation__1	ns9:wheelbase	"2467.0"^^dbd:millimetre ;
	dbo:assembly	<http://dbpedia.org/resource/Cowley,_Oxfordshire> ;
	dbo:bodyStyle	dbr:Convertible ,
		dbr:Hatchback ;
	dbo:engine	dbr:Mini_Hatch__Second_generation__1__AutomobileEngine__1 ;
	dbo:productionEndYear	"2013"^^xsd:gYear ;
	dbo:productionStartYear	"2006"^^xsd:gYear ;
	dbo:transmission	"6-speedmanual/Steptronic" ;
	dbo:wheelbase	"2.467"^^xsd:double ;
	ns8:height	"1407.16"^^dbd:millimetre ;
	dbo:variantOf	dbr:Mini_Hatch ;
	ns8:weight	"1149.876"^^dbd:kilogram .