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

NAME

SemanticWeb::Schema::Claim - A Claim in Schema

VERSION

version v7.0.3

DESCRIPTION

A Claim in Schema.org represents a specific, factually-oriented claim that could be the itemReviewed in a ClaimReview. The content of a claim can be summarized with the text property. Variations on well known claims can have their common identity indicated via sameAs links, and summarized with a name. Ideally, a Claim description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.

Beyond ClaimReview, the Claim type can be associated with related creative works - for example a ScholaryArticle or Question might be about some Claim.

At this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.

ATTRIBUTES

appearance

Indicates an occurence of a Claim in some CreativeWork.

A appearance should be one of the following types:

InstanceOf['SemanticWeb::Schema::CreativeWork']

_has_appearance

A predicate for the "appearance" attribute.

first_appearance

firstAppearance

Indicates the first known occurence of a Claim in some CreativeWork.

A first_appearance should be one of the following types:

InstanceOf['SemanticWeb::Schema::CreativeWork']

_has_first_appearance

A predicate for the "first_appearance" attribute.

SEE ALSO

SemanticWeb::Schema::CreativeWork

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)