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

NAME

SemanticWeb::Schema::NewsArticle - A NewsArticle is an article whose content reports news

VERSION

version v7.0.0

DESCRIPTION

A NewsArticle is an article whose content reports news, or provides background context and supporting materials for understanding the news.

A more detailed overview of schema.org News markup is also available.

ATTRIBUTES

dateline

A dateline is a brief piece of text included in news articles that describes where and when the story was written or filed though the date is often omitted. Sometimes only a placename is provided.

Structured representations of dateline-related information can also be expressed more explicitly using locationCreated (which represents where a work was created e.g. where a news report was written). For location depicted or described in the content, use contentLocation.

Dateline summaries are oriented more towards human readers than towards automated processing, and can vary substantially. Some examples: "BEIRUT, Lebanon, June 2.", "Paris, France", "December 19, 2017 11:43AM Reporting from Washington", "Beijing/Moscow", "QUEZON CITY, Philippines".

A dateline should be one of the following types:

Str

_has_dateline

A predicate for the "dateline" attribute.

printColumn

The number of the column in which the NewsArticle appears in the print edition.

A print_column should be one of the following types:

Str

_has_print_column

A predicate for the "print_column" attribute.

printEdition

The edition of the print product in which the NewsArticle appears.

A print_edition should be one of the following types:

Str

_has_print_edition

A predicate for the "print_edition" attribute.

printPage

If this NewsArticle appears in print, this field indicates the name of the page on which the article is found. Please note that this field is intended for the exact page name (e.g. A5, B18).

A print_page should be one of the following types:

Str

_has_print_page

A predicate for the "print_page" attribute.

printSection

If this NewsArticle appears in print, this field indicates the print section in which the article appeared.

A print_section should be one of the following types:

Str

_has_print_section

A predicate for the "print_section" attribute.

SEE ALSO

SemanticWeb::Schema::Article

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)