While reading the JSON-LD specification I noticed that a lot of vocabularies have http
as a protocol instead of https
(see section 2. Conformance). This seems odd to me. When opening in a browser there is often a http -> https
redirect (like for http://www.w3.org/ns/prov# ).
My question: Is there a best practice which protocol shall be used for IRIs? Am I right, that the fact that http
occurs so often in 2. Conformance is that those vocabularies are relatively old?!