It looks like the id for "pages" for any Collection not being the first/initial do not match the expected URI. They instead render out the initial Collection URI (without the included /# as their value.
For example, every Collection traversed in the usgs_tx Collection is provided with the id for the initial Collection.
These would be the id values for each of these Collection pages:
- https://iiif.archive.org/iiif/usgs_tx/collection.json ➜ https://iiif.archive.org/iiif/usgs_tx/collection.json
- https://iiif.archive.org/iiif/usgs_tx/2/collection.json ➜ https://iiif.archive.org/iiif/usgs_tx/collection.json
- https://iiif.archive.org/iiif/usgs_tx/3/collection.json ➜ https://iiif.archive.org/iiif/usgs_tx/collection.json
It looks like the
idfor "pages" for any Collection not being the first/initial do not match the expected URI. They instead render out the initial Collection URI (without the included/#as their value.For example, every Collection traversed in the usgs_tx Collection is provided with the
idfor the initial Collection.These would be the
idvalues for each of these Collection pages: