Slide 16
Slide 16 text
OVC Profile
credentialSubjectType
JSON-Path Selectors
ODRL Types
Offer, Agreement, (Set)
Open Digital Rights
Language (ODRL)
18 July 2024
Controlling Data in Gaia-X 16
Gx:DataResource
{
"@context": [
"http://www.w3.org/ns/odrl.jsonld",
"https://registry.lab.gaia-x.eu/.../trustframework#",
"https://w3id.org/gaia-x/ovc/1/"
],
"@type": "Offer",
"uid": "http://example.com/policy/123",
"profile": "https://w3id.org/ovc/1/",
"permission": [
{
"target": "http://pcf.eupg.example.com/pcf/ab12345",
"action": "http://www.w3.org/ns/odrl/2/read",
"assigner": "http://steel-one.example.com",
"assignee": {
"ovc:constraint": [
{
"ovc:leftOperand":
"$.credentialSubject.gx:legalAddress.gx:countrySubdivisionCode",
"operator": "http://www.w3.org/ns/odrl/2/isAnyOf",
"rightOperand": [
"FR-HDF",
"BE-BRU",
"LU-LU"
],
"ovc:credentialSubjectType": "gx:LegalParticipant"
}
]
}
}
]
}