[poe] Can policy metadata be serialized in the XML encoding

riannella has just created a new issue for https://github.com/w3c/poe:

== Can policy metadata be serialized in the XML encoding ==
From: @bert-github
Source: https://lists.w3.org/Archives/Public/public-poe-comments/2017Jul/0002.html


Hello POE WG,

[This is a personal comment, not related to the i18n review of my other 
e-mail.]

ODRL allows a serialization as XML[1]. This XML encoding allows adding 
extraneous elements in different XML Namespaces. Presumably annotations 
such as the Dublin Core terms from the policy metadata can be included 
here, too. But the spec doesn't explain how.

E.g., would a dc:isReplacedBy in the XML serialization look something 
like this

    <o:Policy dc:isReplacedBy="http://example.com/policy:8887">...

or this

    <o:Policy>
     <dc:isReplacedBy>http://example.com/policy:8887"</dc:isReplacedBy>
     ...

or something else again?


[1] https://w3c.github.io/poe/vocab/#xml


Please view or discuss this issue at https://github.com/w3c/poe/issues/214 using your GitHub account

Received on Friday, 21 July 2017 00:41:59 UTC