You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dcat:distribution currently always returns the two entries - one with the format "AmazonS3" and one with "HttpProxy" as dcat:format. As I understand the definition of this section in the context of an EDC, this should signify the means a consumer can use to access the data - in this case either the Http- or S3-Data-Planes. In its current behavior, the two distribution methods are returned independent of the èdc:type that was set by the Data Provider in the POST /v3/assets's DataAddress object. So here's a couple of hypotheses to discuss:
The catalog should return only those dcat:distributions that the backend's data is actually available via.
dcat:accessService should contain a resource, not a literal.
The range of edc:type (currently AmazonS3, HttpData) and dct:format (AmazonS3 , HttpProxy) should be the same.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The catalog-requests return data in the structure of dcat:DataSets that look as follows. Please note the
dcat:distribution
section.dcat:distribution currently always returns the two entries - one with the format "AmazonS3" and one with "HttpProxy" as dcat:format. As I understand the definition of this section in the context of an EDC, this should signify the means a consumer can use to access the data - in this case either the Http- or S3-Data-Planes. In its current behavior, the two distribution methods are returned independent of the
èdc:type
that was set by the Data Provider in thePOST /v3/assets
's DataAddress object. So here's a couple of hypotheses to discuss:edc:type
(currentlyAmazonS3
,HttpData
) anddct:format
(AmazonS3
,HttpProxy
) should be the same.Beta Was this translation helpful? Give feedback.
All reactions