@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
@prefix dbo:	<http://dbpedia.org/ontology/> .
dbo:unitCost	rdfs:domain	dbo:Aircraft .
dbo:ceiling	rdfs:domain	dbo:Aircraft .
@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
dbo:Aircraft	rdf:type	owl:Class .
@prefix schema:	<http://schema.org/> .
dbo:Aircraft	rdfs:subClassOf	schema:Product ,
		dbo:MeanOfTransportation .
@prefix wikidata:	<http://www.wikidata.org/entity/> .
dbo:Aircraft	owl:equivalentClass	wikidata:Q11436 ;
	owl:sameAs	dbo:Aircraft ;
	rdfs:label	"avion"@fr ,
		"\uBE44\uD589\uAE30"@ko ,
		"avi\u00F3n"@gl ,
		"\u06C1\u0648\u0627\u0626\u06CC \u062C\u06C1\u0627\u0632"@ur ,
		"avi\u00F3n"@es ,
		"aereo"@it ,
		"samolot"@pl ,
		"fly"@da ,
		"vliegtuig"@nl ,
		"\u822A\u7A7A\u6A5F"@ja ,
		"\u98DB\u6A5F"@zh ,
		"avion"@ro ,
		"Flugzeug"@de ,
		"aircraft"@en ,
		"\u03B1\u03B5\u03C1\u03BF\u03C3\u03BA\u03AC\u03C6\u03BF\u03C2"@el ,
		"aer\u00E1rthach"@ga .
@prefix prov:	<http://www.w3.org/ns/prov#> .
@prefix ns7:	<http://mappings.dbpedia.org/index.php/OntologyClass:> .
dbo:Aircraft	prov:wasDerivedFrom	ns7:Aircraft .
dbo:numberBuilt	rdfs:domain	dbo:Aircraft .
dbo:aircraftUser	rdfs:domain	dbo:Aircraft .
dbo:MilitaryAircraft	rdfs:subClassOf	dbo:Aircraft .
dbo:programCost	rdfs:domain	dbo:Aircraft .
dbo:gun	rdfs:domain	dbo:Aircraft .
dbo:wingArea	rdfs:domain	dbo:Aircraft .
dbo:wingspan	rdfs:domain	dbo:Aircraft .
dbo:aircraftType	rdfs:domain	dbo:Aircraft .
dbo:productionYears	rdfs:domain	dbo:Aircraft .