The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

SemanticWeb::Schema::VisualArtwork - A work of art that is primarily visual in character.

VERSION

version v3.5.1

DESCRIPTION

A work of art that is primarily visual in character.

ATTRIBUTES

art_edition

artEdition

The number of copies when multiple copies of a piece of artwork are produced - e.g. for a limited edition of 20 prints, 'artEdition' refers to the total number of copies (in this example "20").

A art_edition should be one of the following types:

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

art_medium

artMedium

The material used. (e.g. Oil, Watercolour, Acrylic, Linoprint, Marble, Cyanotype, Digital, Lithograph, DryPoint, Intaglio, Pastel, Woodcut, Pencil, Mixed Media, etc.)

A art_medium should be one of the following types:

Str

artform

e.g. Painting, Drawing, Sculpture, Print, Photograph, Assemblage, Collage, etc.

A artform should be one of the following types:

Str

artist

The primary artist for a work in a medium other than pencils or digital line art--for example, if the primary artwork is done in watercolors or digital paints.

A artist should be one of the following types:

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

artwork_surface

artworkSurface

The supporting materials for the artwork, e.g. Canvas, Paper, Wood, Board, etc.

A artwork_surface should be one of the following types:

Str

colorist

The individual who adds color to inked drawings.

A colorist should be one of the following types:

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

depth

The depth of the item.

A depth should be one of the following types:

InstanceOf['SemanticWeb::Schema::Distance']
InstanceOf['SemanticWeb::Schema::QuantitativeValue']

height

The height of the item.

A height should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']
InstanceOf['SemanticWeb::Schema::Distance']

inker

The individual who traces over the pencil drawings in ink after pencils are complete.

A inker should be one of the following types:

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

letterer

The individual who adds lettering, including speech balloons and sound effects, to artwork.

A letterer should be one of the following types:

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

penciler

The individual who draws the primary narrative artwork.

A penciler should be one of the following types:

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

surface

A material used as a surface in some artwork, e.g. Canvas, Paper, Wood, Board, etc.

A surface should be one of the following types:

Str

width

The width of the item.

A width should be one of the following types:

InstanceOf['SemanticWeb::Schema::QuantitativeValue']
InstanceOf['SemanticWeb::Schema::Distance']

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

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)