@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:Lotus_Seven__First_generation__1	rdf:type	owl:Thing .
@prefix schema:	<http://schema.org/> .
dbr:Lotus_Seven__First_generation__1	rdf:type	schema:Product .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbr:Lotus_Seven__First_generation__1	rdf:type	dbo:Automobile ,
		dbo:MeanOfTransportation ;
	owl:sameAs	dbr:Lotus_Seven__First_generation__1 .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
dbr:Lotus_Seven__First_generation__1	foaf:name	"First generation"@en .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
dbr:Lotus_Seven__First_generation__1	dbo:productionEndYear	"1960"^^xsd:gYear ;
	dbo:productionStartYear	"1957"^^xsd:gYear ;
	dbo:relatedMeanOfTransportation	dbr:Lotus_Eleven ;
	dbo:variantOf	dbr:Lotus_Seven ;
	dbo:engine	dbr:Straight-four_engine ,
		dbr:Lotus_Seven__First_generation__1__AutomobileEngine__1 .