Re: Multiple assets expression in a single ODRL 1.1 offer

Hi Agnese, yes, in ODRL V1.1 can link between multiple assets and multiple permissions in the same Offer/Agreement
(See Section 2.14 of the spec)

The syntax is similar to your example (but you need to group the assets and actions in each permission):

<rights>
	<offer>
		<asset id=“001”>…</asset>
		<asset id=“002”>…</asset>
		<permission>
			<asset idref=“001”/>
			<play/>
		</permission>
		<permission>
			<asset idref=“001”/>
			<asset idref=“002”/>
			<print>
				<constraint>… </constraint>
			</print>
		</permission>
	</offer>
</rights>



Cheers...
Renato Iannella
Semantic Identity  http://semanticidentity.com  +61 4 1313 2206
Chair, W3C ODRL Community Group http://www.w3.org/community/odrl/

Received on Wednesday, 25 March 2015 13:19:41 UTC