Looking for help!
NAME
SemanticWeb::Schema::ItemList - A list of items of any sort—for example
VERSION
version v23.0.0
DESCRIPTION
A list of items of any sort—for example, Top 10 Movies About Weathermen, or Top 100 Party Songs. Not to be confused with HTML lists, which are often used only for formatting.
ATTRIBUTES
item_list_element
itemListElement
For itemListElement values, you can use simple strings (e.g. "Peter", "Paul", "Mary"), existing entities, or use ListItem. Text values are best if the elements in the list are plain strings. Existing entities are best for a simple, unordered list of existing things in your data. ListItem is used with ordered lists when you want to provide additional context about the element in that list or when the same item might be in different places in different lists. Note: The order of elements in your mark-up is not sufficient for indicating the order or elements. Use ListItem with a 'position' property in such cases.
A item_list_element should be one of the following types:
_has_item_list_element
A predicate for the "item_list_element" attribute.
item_list_order
itemListOrder
Type of ordering (e.g. Ascending, Descending, Unordered).
A item_list_order should be one of the following types:
_has_item_list_order
A predicate for the "item_list_order" attribute.
number_of_items
numberOfItems
The number of items in an ItemList. Note that some descriptions might not fully describe all items in a list (e.g., multi-page pagination); in such cases, the numberOfItems would be for the entire list.
A number_of_items should be one of the following types:
_has_number_of_items
A predicate for the "number_of_items" attribute.
SEE ALSO
SemanticWeb::Schema::Intangible
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)