Zombse

The Zombie Stack Exchanges That Just Won't Die

View the Project on GitHub anjackson/zombse

SPARQL endpoints for library catalog data or other metadata?

I've found the following SPARQL endpoints for library-related data:

Surely there must be more endpoints out there, for catalog data, other library metadata, and library vocabularies than this? Where else should I be looking?

dsalo

Comments

Answer by Ben Companjen

The Data Hub seems to be a good starting point for datasets with SPARQL endpoints. There is a group of datasets called "Bibliographic data".

http://thedatahub.org/group/bibliographic?res_format=api%2Fsparql gives the datasets in that group, but only the ones with a SPARQL endpoint.

Comments

Answer by Simon Spero

This is listed on the Data Hub site, but is worth calling special attention to.

The British National Bibliography is available via a number of APIs, including SPARQL. These APIS are documented here.

The URL for the endpoint is bnb.data.bl.uk/sparql .

The German National Bibliography is available as RDF, but is not currently front-ended by a SPARQL endpoint. I suspect they probably have a few pilot endpoints running internally. The DNB are available, but with search only via SRU and OAI-PMH at the moment, but since you can bulk download, you can make your own endpoint.

Comments

Answer by Ed Chamberlain

Cambridge has an endpoint here for a partial snapshot of its data.

http://data.lib.cam.ac.uk/endpoint.php

We've also added a tutorial to SPARQL based around bib data and the endpoint.

http://data.lib.cam.ac.uk/sparql.php

Comments