You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using osullivan to parse Stanford's collection (from the iiif-universe repository), manifests are remain lists rather than being converted to manifests. This does not happen for Villanova's collections, however, so I'm not sure what's up.
I can get around this by avoiding dot accessors, but it may be of interest. It's possibly that the problem is in Stanford's manifest and its failure to specify an @type property, and that this isn't an osullivan issue at all.
The text was updated successfully, but these errors were encountered:
I'll test the remainder of the collections as I continue to robustify the
FromThePage IIIF client. So far, only Stanford has a bad manifest that
I've found.
On Tue, Oct 6, 2015 at 2:04 PM, Rob Sanderson [email protected]
wrote:
Not an OSullivan issue, but location in that data isn't a valid property of
a manifest. Do the other collections in the "universe" have this too?
—
Reply to this email directly or view it on GitHub #49 (comment).
When using
osullivan
to parse Stanford's collection (from theiiif-universe
repository), manifests are remain lists rather than being converted to manifests. This does not happen for Villanova's collections, however, so I'm not sure what's up.For comparison, the Yale manifests do convert successfully:
I can get around this by avoiding dot accessors, but it may be of interest. It's possibly that the problem is in Stanford's manifest and its failure to specify an
@type
property, and that this isn't anosullivan
issue at all.The text was updated successfully, but these errors were encountered: