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
RDF IRIs are encoded correctly, when using special characters or spaces. The issue was that if HDF names (dataset,
group, attribute names) contained special characters or spaces, the generated RDF IRI was not encoded correctly. Now,
the HDF names are URL-encoded when generating the RDF IRI.
removed deprecated methods download_file and download_files from RepositoryInterface. The files
property accessor should be used instead.