diff --git a/model/index.html b/model/index.html index cfcecc7..37dfdc0 100644 --- a/model/index.html +++ b/model/index.html @@ -571,7 +571,7 @@

Action

As its value, the name attribute MAY take one of a set of Action names which are formally defined in profiles. The ODRL Vocabulary [[!vocab-odrl]] defines a standard set of potential terms that MAY be used. Communities will develop new (or extend existing) profiles to capture additional and refined semantics.

-

Example Use Case: The Party needs to define an Offer policy granting several permissions to the target Asset http://example.com/music:1012, namely the permission to play, to create multiple copies of the Asset that are being concurrently used, and to to perform or exhibit the Asset to an audience.

+

Example Use Case: The Party needs to define an Offer policy granting several permissions about the target Asset http://example.com/music:1012, namely the permission to play, to create multiple copies of the Asset that are being concurrently used, and to to perform or exhibit the Asset to an audience.

EXAMPLE 11 @@ -582,8 +582,8 @@

Action

"target": "http://example.com/music:1012", "action": "http://www.w3.org/ns/odrl/2/play", "action": "http://www.w3.org/ns/odrl/2/concurrentUse", - "action": "http://www.w3.org/ns/odrl/2/present" - }] + "action": "http://www.w3.org/ns/odrl/2/present" + }] }