SEMICeu / DCAT-AP

This is the issue tracker for the maintenance of DCAT-AP
https://joinup.ec.europa.eu/solution/dcat-application-profile-data-portals-europe
74 stars 24 forks source link

Consider switching to https://schema.org #169

Closed EmidioStani closed 3 years ago

EmidioStani commented 3 years ago

Schema.org moved to https, so there is a redirection from http to https and all the classes and examples are in https.

Switching to https would use a secure protocol and avoid (the small) waiting time for redirection mechanism.

jakubklimek commented 3 years ago

However, this would also break all existing implementations, as the IRIs will become different on RDF model level. This would have to be solved by additional application logic specific to schema.org in every DCAT-AP implementation.

Therefore, this is a major breaking change.

EmidioStani commented 3 years ago

I agree on the impact, until http redirection exist it is fine to keep http then.