Hi, I was pointed here from the contact e-mail, looked through the archives and didn't find anything, so here goes:
It seems like there's a problem with your RDF data: There's an ov: prefix that isn't defined as a namespace. This breaks browser preview e.g. in Firefox: https://openlibrary.org/books/OL13188011M.rdf <https://openlibrary.org/books/OL13188011M.rdf> but (and more immediately), it breaks the Zotero reference management import from OpenLibray, since that relies on the Javascript DOMParser() function, which also fails because of the undefined namespace. My guess is you want to include xmlns:ov='http://open.vocab.org/terms.ttl' into the namespace declaration for the RDFs? I'll work around this for Zotero purposes, but it'd be nice to see this fixed -- seems like it shouldn't be hard to. Thanks, Sebastian _______________________________________________ Ol-tech mailing list [email protected] http://mail.archive.org/cgi-bin/mailman/listinfo/ol-tech Archives: http://www.mail-archive.com/[email protected]/ To unsubscribe from this mailing list, send email to [email protected]
