- From: Renato Iannella <ri@semanticidentity.com>
- Date: Tue, 12 Apr 2011 22:30:20 +1000
- To: www-multimodal@w3.org
In the Emotion Markup Language (EmotionML) 1.0 (W3C Working Draft 7 April 2011) - why don't you use namespaces for vocab terms? (which is the more common approach, with QNAMES, or even CURIES)
So the example (just before section 2.2.2) would be:
<emotion xmlns:big6="http://www.w3.org/TR/emotion-voc/xml#big6">
<category name="big6:sadness" value="0.3"/>
<category name="big6:anger" value="0.8"/>
<category name="big6:fear" value="0.3"/>
</emotion>
And, of course, that namespace can be defined at the top-level and reused elsewhere...
Cheers...
Renato Iannella
Semantic Identity
http://semanticidentity.com
Mobile: +61 4 1313 2206
Received on Tuesday, 12 April 2011 12:30:55 UTC