Skip to content

Commit

Permalink
Merge pull request #1 from hosseinzadeha/patch-1
Browse files Browse the repository at this point in the history
Update dcat.distribution.example.json
  • Loading branch information
sebbader-sap authored Dec 20, 2022
2 parents 169b1c4 + b650db9 commit 60d157b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions catalog/example/dcat.distribution.example.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"high value data",
"example"
],
"dcat:hasPolicy": {
"odrl:hasPolicy": {
"@type": "odrl:Offer",
"@id": "https://provider.com/edc/offer/1",
"odrl:permission": [ {
"odrl:action": {"@id": "odrl:use"},
"odrl:constraint" : [ {
"odrl:leftOperand": "ids:SECURITY_PROFILE",
"odrl:operand": "odrl:equals",
"odrl:rightOperand": "ids:TRUST_PLUS"
"odrl:leftOperand": "idsc:SECURITY_LEVEL",
"odrl:operand": "odrl:eq",
"odrl:rightOperand": "idsc:TRUST_SECURITY_PROFILE"
} ]
} ],
"odrl:prohibition": [ {
Expand Down

0 comments on commit 60d157b

Please sign in to comment.