Re: How to embed EXIF data with Schema correctly

On 21 September 2014 21:33, chilly bang <chilly_bang@hotmail.com> wrote:
> Hello!
> I mean with the question, whether  there are possibilities to make a shorter
> notation as to write each EXIF property in an extra line?
>
> <div itemscope itemtype="http://schema.org/ImageObject">
> <div itemprop="representativeOfPage">
> <img alt="" src="data:image/jpeg;base64,/9j/4AAQSkZJRgABAgAAZABkAAD" />
>
> <meta itemprop="exifData" content="Resolution : 600 x 445" />
> <meta itemprop="exifData" content="Jpeg process : Progressive" />
> </div>
> </div>

Perhaps this would be a use case for the generic property/value
mechanism that Martin Hepp proposed in
http://lists.w3.org/Archives/Public/public-vocabs/2014Apr/0295.html ?

https://www.w3.org/wiki/WebSchemas/PropertyValuePairs

Dan

Received on Monday, 22 September 2014 12:55:40 UTC