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

NAME

SemanticWeb::Schema::Thing - The most generic type of item.

VERSION

version v3.8.0

DESCRIPTION

The most generic type of item.

ATTRIBUTES

additional_type

additionalType

An additional type for the item, typically used for adding more specific types from external vocabularies in microdata syntax. This is a relationship between something and a class that the thing is in. In RDFa syntax, it is better to use the native RDFa syntax - the 'typeof' attribute - for multiple types. Schema.org tools may have only weaker understanding of extra types, in particular those defined externally.

A additional_type should be one of the following types:

Str

alternate_name

alternateName

An alias for the item.

A alternate_name should be one of the following types:

Str

description

A description of the item.

A description should be one of the following types:

Str

disambiguating_description

disambiguatingDescription

A sub property of description. A short description of the item used to disambiguate from other, similar items. Information from other properties (in particular, name) may be necessary for the description to be useful for disambiguation.

A disambiguating_description should be one of the following types:

Str

identifier

The identifier property represents any kind of identifier for any kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated properties for representing many of these, either as textual strings or as URL (URI) links. See background notes for more details.

A identifier should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::PropertyValue']

image

An image of the item. This can be a URL or a fully described ImageObject.

A image should be one of the following types:

Str
InstanceOf['SemanticWeb::Schema::ImageObject']

main_entity_of_page

mainEntityOfPage

Indicates a page (or other CreativeWork) for which this thing is the main entity being described. See background notes for details.

A main_entity_of_page should be one of the following types:

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

name

The name of the item.

A name should be one of the following types:

Str

potential_action

potentialAction

Indicates a potential Action, which describes an idealized action in which this thing would play an 'object' role.

A potential_action should be one of the following types:

InstanceOf['SemanticWeb::Schema::Action']

same_as

sameAs

URL of a reference Web page that unambiguously indicates the item's identity. E.g. the URL of the item's Wikipedia page, Wikidata entry, or official website.

A same_as should be one of the following types:

Str

subject_of

subjectOf

A CreativeWork or Event about this Thing.

A subject_of should be one of the following types:

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

url

URL of the item.

A url should be one of the following types:

Str

SEE ALSO

SemanticWeb::Schema

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)