Replies: 2 comments 2 replies
-
Where a distribution is obtained is not the same as downloaded:
An asset's |
Beta Was this translation helpful? Give feedback.
-
We have upgraded to edc 0.6.2 (currently the latest tag) and tested a few scenarios. Scenario 1: We created an asset without any dcat:distribution in the properties. We created a contract for it by associating with a policy (access + contract). We called get catalog. EDC creates automatically a "dcat:distribution with 3 dcat:Distribution.
I had a look into the code. It creates one dcat:Distribution per allowed destination type of the dataplane based on our config. Scenario 2: We created an asset with a dcat:distributionin the properties
We created a contract for the asset by associating with a policy (access + contract). We called get catalog. Question 2: Since ours is kept this is not an issue for us. It is a bug that EDC-generated is not also kept? Attaching the catalog response for both assets (Scenario 1 & 2) |
Beta Was this translation helpful? Give feedback.
-
Now in edc 0.2.1, 0.3.1 and 0.5.1 (checking that now) an asset I think can be linked only with one actual dataset; i.e., via an DataAddress.
According to DSP each dataset may contain more than one distribution. See below
Also according to DSP each distribution must have at least one DataService which specifies where the distribution is obtained (=downloaded?).
Does that mean that multiple DataAddress(es) per asset will be supported in the future or in general that it will possible to link
somehow (via DataAddress or dcat:distribution in metadata or both) an asset with multiple actual data; e.g. dataInXML.zip and dataInText.zip ?
Beta Was this translation helpful? Give feedback.
All reactions