Looking for help!
NAME
SemanticWeb::Schema::ItemList - A list of items of any sort—for example
VERSION
version v0.0.4
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
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:
item_list_order
itemListOrder
Type of ordering (e.g. Ascending, Descending, Unordered).
A item_list_order should be one of the following types:
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:
SEE ALSO
SemanticWeb::Schema::Intangible
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2018 by Robert Rothenberg.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)