diff --git a/docs/specs/protocol-reference.rst b/docs/specs/protocol-reference.rst --- a/docs/specs/protocol-reference.rst +++ b/docs/specs/protocol-reference.rst @@ -281,7 +281,7 @@ To indicate where the metadata is coming from, deposit clients can use a ```` element in ```` whose content is the object the metadata is coming from, -preferably using the ``https://schema.org/`` namespace. +preferably using the ``http://schema.org/`` namespace. For example, when the metadata is coming from Wikidata, then the ```` should be the page of a Q-entity, such as @@ -292,7 +292,7 @@ ```` should be the HAL project. In particular, Software Heritage expects the ```` object -to have a ``https://schema.org/url`` property, so that it can appropriately link +to have a ``http://schema.org/url`` property, so that it can appropriately link to the original page. For example, to deposit metadata on GNU Hello: @@ -301,7 +301,7 @@ + xmlns:schema="http://schema.org/"> @@ -323,7 +323,7 @@