@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:Lexus_LS__Fifth_generation__1	rdf:type	owl:Thing .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Lexus_LS__Fifth_generation__1	rdf:type	dbo:Automobile .
@prefix schema:	<http://schema.org/> .
dbr:Lexus_LS__Fifth_generation__1	rdf:type	schema:Product ,
		dbo:MeanOfTransportation ;
	owl:sameAs	dbr:Lexus_LS__Fifth_generation__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Lexus_LS__Fifth_generation__1	foaf:name	"Fifth generation"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Lexus_LS__Fifth_generation__1	dbo:modelStartYear	"2018"^^xsd:gYear ;
	dbo:variantOf	dbr:Lexus_LS ;
	dbo:productionStartYear	"2017"^^xsd:gYear ;
	dbo:transmission	"10-speed Aisin AWRHM50/ L310/f \"Multi Stage Electronically controlled Hybrid System\" automatic (LS 500h)" ,
		"10-speed Aisin AWR10L65\"Direct Shift-10A\" automatic (LS 350 & LS 500)" ;
	dbo:relatedMeanOfTransportation	dbr:Lexus_LC ;
	dbo:engine	dbr:Toyota_GR_engine ,
		dbr:Lexus_LS__Fifth_generation__1__AutomobileEngine__1 ,
		dbr:Toyota_Dynamic_Force_engine ;
	dbo:automobilePlatform	dbr:Toyota_New_Global_Architecture ;
	dbo:battery	dbr:Lithium-ion_battery ;
	dbo:layout	<http://dbpedia.org/resource/Front-engine,_four-wheel-drive_layout> ,
		<http://dbpedia.org/resource/Front-engine,_rear-wheel-drive_layout> .