Skip to content

Commit 916586d

Browse files
Update 01-tree-specification.bs
1 parent c478bb2 commit 916586d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01-tree-specification.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In one tree, completeness MUST be guaranteed, unless indicated otherwise (as is
117117

118118
# Initialization # {#init}
119119

120-
A TREE-based client MUST be initiated either by using the IRI of the `tree:Collection`, or by using a URL that is, or will redirect to, the IRI of the root `tree:Node`.
120+
A TREE-based client MUST be initiated either by using the IRI of the `tree:Collection`, or by using a URL that is the IRI of the root `tree:Node` or will redirect to it.
121121
The client MUST start by dereferencing the IRI resulting in a set of [[!rdf-concepts]] triples or quads:
122122

123123
1. Detecting and handling a `tree:Collection`: If exactly one `<collectionIRI> tree:view ?o` triple pattern can be matched, its object identifies the root `tree:Node`. If the current page IRI is not equal to that node’s IRI, the client MUST dereference the IRI of the root node and restart the initialization process from there. This behavior ensures backward compatibility and aligns with legacy practices. More advanced discovery mechanisms (e.g., supporting multiple views or selection logic) are out of scope for this specification and will be addressed by the report on Discovery and Context Information.

0 commit comments

Comments
 (0)