Re: TTML to MA mapping example

Hi,

according to recent changes in the ontology document, xsd:decimal is
preferred to xsd:double. Note that, in the Turtle syntax, this amounts
to replace things like

      p1:duration "2.69"^^xsd:double ;
      p1:frameRate "25"^^xsd:double ;

by the more elegant

      p1:duration 2.69 ;
      p1:frameRate 25.0 ;

 pa


On 05/16/2011 12:07 PM, Höffernig, Martin wrote:
> Dear all,
> 
>  
> 
> here is our mapping example from TTML  to MA ontology.
> 
> Any comments/reviews are welcome!
> 
>  
> 
> Thierry: Please can you upload all the files and update the review table
> again?
> 
>  
> 
> Best,
> 
> Martin
> 
>  
> 
> --**
> 
> *Martin Höffernig*
> 
> Audiovisual  Media Group
> 
> DIGITAL – Institute for Information and Communication Technologies
> 
>  
> 
> JOANNEUM RESEARCH Forschungsgesellschaft mbH
> Steyrergasse 17, 8010 Graz, AUSTRIA
> 
> phone:  +43-316-876-1184
> 
> general fax: +43-316-876-1191
> 
> web:    http://www.joanneum.at/digital
> e-mail: martin.hoeffernig@joanneum.at <mailto:martin.hoeffernig@joanneum.at>
> 
>  
> 

Received on Monday, 16 May 2011 14:33:15 UTC