Skip to content

Commit ee05279

Browse files
committed
Add note to further explain
1 parent 928cfc9 commit ee05279

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

protocol.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,15 @@ <h3 property="schema:name">Resource Type Heuristics</h3>
671671
[<a href="https://github.com/solid/specification/issues/301" rel="cito:citesAsSourceDocument">Source</a>]
672672
</p>
673673

674+
<div class="note" id="resource-type-interpretation" inlist="" rel="schema:hasPart" resource="#resource-type-interpretation">
675+
<h4 property="schema:name"><span>Note</span>: Interpretation of Resource Types</h4>
676+
<div datatype="rdf:HTML" property="schema:description">
677+
<p>
678+
Clients and servers may indicate resource types using a HTTP <code>Link</code> headers with <code>rel="type"</code>, but should be aware that they come with assumptions as to what media types can be associated with them. In particular, Solid requires containers to be represented by a <em>RDF Document</em>, which again requires an appropriate RDF serialization with a corresponding media type for consistency. Other media types may have similar consistency requirements.
679+
</p>
680+
</div>
681+
</div>
682+
674683
<div class="note" id="uri-allocation" inlist="" rel="schema:hasPart" resource="#uri-allocation">
675684
<h4 property="schema:name"><span>Note</span>: URI Allocation</h4>
676685
<div datatype="rdf:HTML" property="schema:description">

0 commit comments

Comments
 (0)