The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SemanticWeb::Schema::EngineSpecification - Information about the engine of the vehicle

VERSION

version v11.1.1

DESCRIPTION

Information about the engine of the vehicle. A vehicle can have multiple engines represented by multiple engine specification entities.

ATTRIBUTES

engine_displacement

engineDisplacement

The volume swept by all of the pistons inside the cylinders of an internal combustion engine in a single movement.

Typical unit code(s): CMQ for cubic centimeter, LTR for liters, INQ for cubic inches Note 1: You can link to information about how the given value has been determined using the [[valueReference]] property. Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.

A engine_displacement should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

_has_engine_displacement

A predicate for the "engine_displacement" attribute.

engine_power

enginePower

The power of the vehicle's engine. Typical unit code(s): KWT for kilowatt, BHP for brake horsepower, N12 for metric horsepower (PS, with 1 PS = 735,49875 W)

  • Note 1: There are many different ways of measuring an engine's power. For an overview, see powertest_codes.

  • Note 2: You can link to information about how the given value has been determined using the [[valueReference]] property.

  • Note 3: You can use [[minValue]] and [[maxValue]] to indicate ranges.

A engine_power should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

_has_engine_power

A predicate for the "engine_power" attribute.

engine_type

engineType

The type of engine or engines powering the vehicle.

A engine_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::QualitativeValue']
Str

_has_engine_type

A predicate for the "engine_type" attribute.

fuel_type

fuelType

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.

A fuel_type should be one of the following types:

InstanceOf['SemanticWeb::Schema::QualitativeValue']
Str

_has_fuel_type

A predicate for the "fuel_type" attribute.

torque

The torque (turning force) of the vehicle's engine.

Typical unit code(s): NU for newton metre (N m), F17 for pound-force per foot, or F48 for pound-force per inch

  • Note 1: You can link to information about how the given value has been determined (e.g. reference RPM) using the [[valueReference]] property.

  • Note 2: You can use [[minValue]] and [[maxValue]] to indicate ranges.

A torque should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']

_has_torque

A predicate for the "torque" attribute.

SEE ALSO

SemanticWeb::Schema::StructuredValue

SOURCE

The development version is on github at https://github.com/robrwo/SemanticWeb-Schema and may be cloned from git://github.com/robrwo/SemanticWeb-Schema.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/SemanticWeb-Schema/issues

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018-2021 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)