RE: Proposal: VisualArtwork

I would appreciate if you could share your feedback on the below proposal for "ColorPalette" as a property for the VisualArtwork object.

From: Thanigai Vellore
Sent: Monday, June 10, 2013 2:41 PM
To: Thanigai Vellore; 'public-vocabs@w3.org'
Cc: 'lazarus@lazaruscorporation.co.uk'
Subject: RE: Proposal: VisualArtwork

Hello,

When it comes to Visual Artwork, one of the main visual attributes for any artwork is its color composition. Even though the current schema for "Thing" has a color attribute, it is just a "text" type which cannot capture the rich color metadata about the artwork. So, I would like to propose a new property (say "ColorPalette") which captures all the dominant colors in the visual artwork in a palette form. The ColorPalette object could contain a list of colorSwatches. Each ColorSwatch can contain the following properties:
a. hex (Hex value) - Text
b. name (Name of the color) - Text
c. percentage (percent of the color in the image) - Text

The color palette information would be very useful to classify, categorize and index artwork by colors. I have provided an example of how this structure could look:

<span itemscope itemtype="http://schema.org/ColorPalette">
                <div itemscope itemtype="http://schema.org/ColorSwatch">
                                <span itemprop="hex">#3366FF</span>
                                <span itemprop="name">Sky Blue</span>
                                <span itemprop="percentage">30%</span>
                </div>
                <div itemscope itemtype="http://schema.org/ColorSwatch">
                                <span itemprop="hex">#F5B800</span>
                                <span itemprop="name">Gold</span>
                                <span itemprop="percentage">25%</span>
                </div>
                <div itemscope itemtype="http://schema.org/ColorSwatch">
                                <span itemprop="hex">#F5003D</span>
                                <span itemprop="name">Crimson Red</span>
                                <span itemprop="percentage">20%</span>
                </div>
                <div itemscope itemtype="http://schema.org/ColorSwatch">
                                <span itemprop="hex">#B8F500</span>
                                <span itemprop="name">Lime</span>
                                <span itemprop="percentage">15%</span>
                </div>
                <div itemscope itemtype="http://schema.org/ColorSwatch">
                                <span itemprop="hex">#F500B8</span>
                                <span itemprop="name">Fuschia</span>
                                <span itemprop="percentage">10%</span>
                </div>
</span>


I would appreciate if you can provide your feedback

Thanigai Vellore
Sr. Software Architect
Art.com
Phone: (510) 879-4791
[Art.com Inc.]
If you have received this e-mail in error, please immediately notify the sender by reply e-mail and destroy the original e-mail and its attachments without reading or saving them. This e-mail and any documents, files or previous e-mail messages attached to it, may contain confidential or privileged information that is prohibited from disclosure under confidentiality agreement or applicable law. If you are not the intended recipient, or a person responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution or use of this e-mail or any of the information contained in or attached to this e-mail is STRICTLY PROHIBITED. Thank you.

Received on Friday, 14 June 2013 14:05:15 UTC