{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.",
      "rdfs:label" : "EngineSpecification",
      "rdfs:subClassOf" : "schema:StructuredValue",
      "schema:contributor" : "collab:Automotive_Ontology_Working_Group"
   },
   "properties" : {
      "schema:engineDisplacement" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement. \\n\\nTypical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches\\n* Note 1: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.",
         "rdfs:label" : "engineDisplacement",
         "schema:contributor" : "collab:Automotive_Ontology_Working_Group",
         "schema:domainIncludes" : "schema:EngineSpecification",
         "schema:isPartOf" : "http:auto.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      },
      "schema:enginePower" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The power of the vehicle's engine.\n    Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)\\n\\n* Note 1: There are many different ways of measuring an engine's power. For an overview, see  [http://en.wikipedia.org/wiki/Horsepower#Engine\\_power\\_test\\_codes](http://en.wikipedia.org/wiki/Horsepower#Engine_power_test_codes).\\n* Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.\\n* Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.",
         "rdfs:label" : "enginePower",
         "schema:contributor" : "collab:Automotive_Ontology_Working_Group",
         "schema:domainIncludes" : "schema:EngineSpecification",
         "schema:isPartOf" : "http:auto.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      },
      "schema:engineType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The type of engine or engines powering the vehicle.",
         "rdfs:label" : "engineType",
         "schema:contributor" : "collab:Automotive_Ontology_Working_Group",
         "schema:domainIncludes" : "schema:EngineSpecification",
         "schema:isPartOf" : "http:auto.schema.org",
         "schema:rangeIncludes" : [
            "schema:QualitativeValue",
            "schema:URL",
            "schema:Text"
         ]
      },
      "schema:fuelType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The type of fuel suitable for the engine or engines of the vehicle. If the vehicle has only one engine, this property can be attached directly to the vehicle.",
         "rdfs:label" : "fuelType",
         "schema:contributor" : "collab:Automotive_Ontology_Working_Group",
         "schema:domainIncludes" : [
            "schema:EngineSpecification",
            "schema:Vehicle"
         ],
         "schema:rangeIncludes" : [
            "schema:URL",
            "schema:Text",
            "schema:QualitativeValue"
         ]
      },
      "schema:torque" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "The torque (turning force) of the vehicle's engine.\\n\\nTypical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch\\n\\n* Note 1: You can link to information about how the given value has been determined (e.g. reference RPM) using the [[valueReference]] property.\\n* Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.",
         "rdfs:label" : "torque",
         "schema:contributor" : "collab:Automotive_Ontology_Working_Group",
         "schema:domainIncludes" : "schema:EngineSpecification",
         "schema:isPartOf" : "http:auto.schema.org",
         "schema:rangeIncludes" : "schema:QuantitativeValue"
      }
   }
}