Open
Description
Bug Report
Describe the Bug
"However in the second case we are dealing with DCAT objects, that have no concept of Offers, Policies or Assets. Rather, their vocabulary includes Datasets, Dataservices etc. So when deserializing those DCAT objects there is no way to reconstruct Policy#uid, because the JSON-LD structure does not contain it."
Expected Behavior
DCAT has a property for an ODRL conformant policy expressing the rights associated with the resource.
In RDF:
md:example_catalog terms:created "2024-09-30T18:47:57.0720000Z"^^xsd:dateTime;
terms:description "** this is the example catalog **"@en;
terms:valid md:turi:225b96258645:13275I;
a odrl:Asset,
dcat:Catalog;
owl:versionInfo "1.0"@en;
odrl:hasPolicy md:policy_one, # <--- here are the links to the policies
md:demo_offer_performance_bank_exchange,
md:demo_offer_bank_exchange;
# all the other asset properties
prov:version "1.0"@en.