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 v23.0.0

DESCRIPTION

A SemanticWeb::Schema::Claim in Schema.org represents a specific, factually-oriented claim that could be the [[itemReviewed]] in a SemanticWeb::Schema::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 SemanticWeb::Schema::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 L<SemanticWeb::Schema::ClaimReview>, the Claim type can be associated with related creative works - for example a L<SemanticWeb::Schema::ScholarlyArticle> or L<SemanticWeb::Schema::Question> might be [[about]] some L<SemanticWeb::Schema::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 occurrence of a SemanticWeb::Schema::Claim in some SemanticWeb::Schema::CreativeWork.

A appearance should be one of the following types:

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

_has_appearance

A predicate for the "appearance" attribute.

claim_interpreter

claimInterpreter

For a SemanticWeb::Schema::Claim interpreted from SemanticWeb::Schema::MediaObject content sed to indicate a claim contained, implied or refined from the content of a SemanticWeb::Schema::MediaObject.

A claim_interpreter should be one of the following types:

InstanceOf['SemanticWeb::Schema::Organization']
InstanceOf['SemanticWeb::Schema::Person']

_has_claim_interpreter

A predicate for the "claim_interpreter" attribute.

first_appearance

firstAppearance

Indicates the first known occurrence of a SemanticWeb::Schema::Claim in some SemanticWeb::Schema::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-2023 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)