diff --git a/ogcapi-features/README.md b/ogcapi-features/README.md index 5d7a8ee3..d047d7c5 100644 --- a/ogcapi-features/README.md +++ b/ogcapi-features/README.md @@ -157,10 +157,10 @@ The following Link relations must exist in the Item object returned from the `/c | **rel** | **href** | **Media Type** | **From** | **Description** | | -------- | -------------------------------------------- | -------------------- | ------------------- | --------------------------------------------------- | | `root` | `/` | application/json | STAC API - Features | The root URI | -| `parent` | `/collections/{collectionId}` | application/json | OAFeat | Parent reference, usually the containing Collection | +| `collection` | `/collections/{collectionId}` | application/json | OAFeat | The containing Collection | | `self` | `/collections/{collectionId}/items/{itemId}` | application/geo+json | OAFeat | Self reference | -Note that the `parent` link for an Item should point to the containing Collection +Note that the `collection` link for an Item should point to the containing Collection (e.g., `/collections/{collectionId}`), rather than the API sub-path of `/collections/{collectionId}/items/`.