- From: Thanigai Vellore <TVellore@art.com>
- Date: Thu, 13 Jun 2013 18:06:08 +0000
- To: "lazarus@lazaruscorporation.co.uk" <lazarus@lazaruscorporation.co.uk>, "public-vocabs@w3.org" <public-vocabs@w3.org>
- Message-ID: <7CD23AE7D09F2E41AE6D7301557C9A8F2B3919B0@1-p-mail01.art.com>
Since "color composition" is a visual metadata/attribute, I thought it would be more applicable to Visual Artwork and might not apply to the global Thing object (for eg: a Music recording does not need a ColorPalette property). While it is true that external luminosity and reflection can affect perceived color of an artwork, I think it is still a lot of value to identify and express the original colors used by artist. For example, if we need to analyze all the dominant colors used by Van Gogh during a particular timeperiod, a ColorPalete property like this would be really helpful..This will also help in harmonizing multiple visual artworks based on a color scheme. -Thanigai. From: Paul Watson [mailto:lazarus@lazaruscorporation.co.uk] Sent: Thursday, June 13, 2013 12:00 AM To: Thanigai Vellore; public-vocabs@w3.org Subject: Re: Proposal: VisualArtwork Rather than being specific to VisualArtwork I'd suggest you amend your proposal so that ColorPalette be a property of Thing to give the opportunity for people to describe the colours of things beyond visual artwork. I can't see the ColorPalette property being used by museums, galleries, or artists, because the colours in any painting or piece of artwork vary depending on how light is falling on a picture/object, and the colour temperature of the ambient light - they're not inherent values of a piece of artwork (apart from in digital artwork). That said, I can see that there could be a use for this outside the realms of fine art. Paul On 10/06/13 22:40, Thanigai Vellore wrote: 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"<http://schema.org/ColorPalette>> <div itemscope itemtype="http://schema.org/ColorSwatch"<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"<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"<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"<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"<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.
Attachments
- image/gif attachment: image001.gif
Received on Friday, 14 June 2013 14:05:15 UTC