Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124801
D7549.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D7549.diff
View Options
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
``<swhdeposit:metadata-provenance>`` element in ``<swhdeposit:deposit>`` 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
``<swhdeposit:metadata-provenance>`` should be the page of a Q-entity, such as
@@ -292,7 +292,7 @@
``<swhdeposit:metadata-provenance>`` should be the HAL project.
In particular, Software Heritage expects the ``<swhdeposit:metadata-provenance>`` 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 @@
<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom"
- xmlns:schema="https://schema.org/">
+ xmlns:schema="http://schema.org/">
<!-- ... -->
@@ -323,7 +323,7 @@
<?xml version="1.0"?>
<entry xmlns="http://www.w3.org/2005/Atom"
xmlns:swh="https://www.softwareheritage.org/schema/2018/deposit"
- xmlns:schema="https://schema.org/"
+ xmlns:schema="http://schema.org/"
xmlns:codemeta="https://doi.org/10.5063/SCHEMA/CODEMETA-2.0">
<swh:deposit>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 7:51 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3221997
Attached To
D7549: docs: Replace https://schema.org/ with http://schema.org/ as namespace
Event Timeline
Log In to Comment