Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dclib x.fetch() seem to only ask for .ttl #32

Open
skwlilac opened this issue Dec 10, 2014 · 0 comments
Open

dclib x.fetch() seem to only ask for .ttl #32

skwlilac opened this issue Dec 10, 2014 · 0 comments

Comments

@skwlilac
Copy link
Contributor

DCLIB's x.fetch function only seems to ask for.ttl responses. Some RDF sites are capable of supplying RDF/XML but don't offer turtle, eg. companies house linked-data:

`http://business.data.gov.uk/id/company/01649776`

The following DCLIB warning arises when a .fetch() operation is performed on that URI

12:40:39.253 Warning: exception fetching http://business.data.gov.uk/id/company/01649776, org.apache.jena.atlas.web.HttpException: 406 - Unsupported content type: ttl

It would be useful if DCLIB made requests that also accept RDF/XML responses (may be it does already, in which case it may be an issue with the way this particular site responds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant