Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1401,9 +1401,9 @@ to the `HTTP PUT` on `LOCATORURI` by the [=client-side agent=] in the
1. Perform an HTTP `POST` or `PUT` on `TR` to create the
[=shape tree instance=] including:
* An HTTP `Link` header with the relation of
`http://shapetrees.org/#TargetShapeTree` if `SHAPETREEURI` is provided
`http://shapetrees.org/#targetShapeTree` if `SHAPETREEURI` is provided
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`http://shapetrees.org/#targetShapeTree` if `SHAPETREEURI` is provided
`http://www.w3.org/ns/shapetrees#targetShapeTree` if `SHAPETREEURI` is provided

* An HTTP `Link` header with the relation of
`http://shapetrees.org/#FocusNode` if `FNURI` is provided
`http://shapetrees.org/#focusNode` if `FNURI` is provided
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`http://shapetrees.org/#focusNode` if `FNURI` is provided
`http://www.w3.org/ns/shapetrees#focusNode` if `FNURI` is provided


</div>

Expand Down Expand Up @@ -1439,9 +1439,9 @@ to the `HTTP PUT` on `LOCATORURI` by the [=client-side agent=] in the
1. Let `PCST` be the URI of a [=shape tree=] with `st:contains` in `LR`
1. If `PCST` exists
1. Let `TST` be the target [=shape tree=] URI from an HTTP `Link` header with a
relation of `http://shapetrees.org/#TargetShapeTree`
relation of `http://shapetrees.org/#targetShapeTree`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
relation of `http://shapetrees.org/#targetShapeTree`
relation of `http://www.w3.org/ns/shapetrees#targetShapeTree`

1. Let `FN` be a focus node URI from an HTTP `Link` header with a relation of
`http://shapetrees.org/#FocusNode`
`http://shapetrees.org/#focusNode`
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`http://shapetrees.org/#focusNode`
`http://www.w3.org/ns/shapetrees#focusNode`

1. Let `ROOTST` and `ROOTSTI` be the [=root shape tree=] and
[=root shape tree instance=] associated with the [=Shape Tree Location=]
for `PCST`
Expand Down