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
While abcd:DirectAccessURI can be mapped to Dataset:distribution (type: DataDownload, abcd:IconURI can be mapped to Dataset:image (type: URL in case of included http, or schema:identifier of a schema:ImageObject in case of non-URL identifier). In addition, the example XML file must be extended by the respective information.
abcd:DirectAccessURI may refer to a website query form instead of a direct download, which would clash with the definition of Dataset:distribution. It should be discussed whether this case could cause subsequent problems.
Tasks
Update XML file.
Update XSLT file.
Test if mapping works as defined.
Resolve open questions.
Solution
For abcd:DirectAccessURI, if the URL contains a file format (currently only ZIP), it is mapped to DataDownload:contentURL with additional information in DataDownload:encodingFormat. If not, the URL is simply assigned to DataDownload:url.
The text was updated successfully, but these errors were encountered:
Concerning the open question: In case the link contains a file extension such as .zip, it can be used as schema:distribution value. The current implementation already contains this checking, but must be adapted so that no distribution is added if the link does not contain a format specification.
Description
While abcd:DirectAccessURI can be mapped to Dataset:distribution (type: DataDownload, abcd:IconURI can be mapped to Dataset:image (type: URL in case of included http, or schema:identifier of a schema:ImageObject in case of non-URL identifier). In addition, the example XML file must be extended by the respective information.
Files
XSLT file
XML file
Open questions
Tasks
Solution
For abcd:DirectAccessURI, if the URL contains a file format (currently only ZIP), it is mapped to DataDownload:contentURL with additional information in DataDownload:encodingFormat. If not, the URL is simply assigned to DataDownload:url.
The text was updated successfully, but these errors were encountered: