The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::SizeSpecification - Size related properties of a product

VERSION

version v23.0.0

DESCRIPTION

Size related properties of a product, typically a size code ([[name]]) and optionally a [[sizeSystem]], [[sizeGroup]], and product measurements ([[hasMeasurement]]). In addition, the intended audience can be defined through [[suggestedAge]], [[suggestedGender]], and suggested body measurements ([[suggestedMeasurement]]).

ATTRIBUTES

has_measurement

hasMeasurement

A product measurement, for example the inseam of pants, the wheel size of a bicycle, or the gauge of a screw. Usually an exact measurement, but can also be a range of measurements for adjustable products, for example belts and ski bindings.

A has_measurement should be one of the following types:

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

_has_has_measurement

A predicate for the "has_measurement" attribute.

size_group

sizeGroup

The size group (also known as "size type") for a product's size. Size groups are common in the fashion industry to define size segments and suggested audiences for wearable products. Multiple values can be combined, for example "men's big and tall", "petite maternity" or "regular".

A size_group should be one of the following types:

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

_has_size_group

A predicate for the "size_group" attribute.

size_system

sizeSystem

The size system used to identify a product's size. Typically either a standard (for example, "GS1" or "ISO-EN13402"), country code (for example "US" or "JP"), or a measuring system (for example "Metric" or "Imperial").

A size_system should be one of the following types:

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

_has_size_system

A predicate for the "size_system" attribute.

suggested_age

suggestedAge

The age or age range for the intended audience or person, for example 3-12 months for infants, 1-5 years for toddlers.

A suggested_age should be one of the following types:

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

_has_suggested_age

A predicate for the "suggested_age" attribute.

suggested_gender

suggestedGender

The suggested gender of the intended person or audience, for example "male", "female", or "unisex".

A suggested_gender should be one of the following types:

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

_has_suggested_gender

A predicate for the "suggested_gender" attribute.

suggested_measurement

suggestedMeasurement

A suggested range of body measurements for the intended audience or person, for example inseam between 32 and 34 inches or height between 170 and 190 cm. Typically found on a size chart for wearable products.

A suggested_measurement should be one of the following types:

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

_has_suggested_measurement

A predicate for the "suggested_measurement" attribute.

SEE ALSO

SemanticWeb::Schema::QualitativeValue

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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)