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

NAME

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

VERSION

version v0.0.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:

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

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

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

depth

The depth of the item.

A depth should be one of the following types:

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

height

The height of the item.

A height should be one of the following types:

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

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::Distance']
InstanceOf['SemanticWeb::Schema::QuantitativeValue']

SEE ALSO

SemanticWeb::Schema::CreativeWork

AUTHOR

Robert Rothenberg <rrwo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Robert Rothenberg.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)