Open benwbrum opened 9 years ago
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?
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 notifications@github.com 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 https://github.com/IIIF/osullivan/issues/49#issuecomment-145967008.
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.