utils: Use https protocol for xmlns of schema.org
schema.org recommends to use the https protocol when declaring xmlns but we expect it to be http when parsing raw XML metadata.
Metadata sent by HAL use https protocol for schema.org so this is why we cannot currently parse their provenance.
Related to T3939
Migrated from D7547 (view on Phabricator)