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

When querying LOD-a-lot some queries do not return correct results #41

Open
wouterbeek opened this issue Jun 6, 2017 · 1 comment
Open

Comments

@wouterbeek
Copy link

Example query: there must be statements with FOAF knows, but the following query gives no results: http://lod-a-lot.lod.labs.vu.nl/?subject=&predicate=foaf%3Aknows&object=

This is because of the sheer size of some of the indices of LOD-a-lot. To accommodate this the HDT library was updated to use 64 bit integers (currently in branch https://github.com/rdfhdt/hdt-cpp/tree/long-dict-id). The Node.js/HDT API probably has to be updated to take these large indices into account.

@RubenVerborgh
Copy link
Member

Should probably be fixed in https://github.com/RubenVerborgh/HDT-Node then, but this depends on rdfhdt/hdt-cpp#66 and also rdfhdt/hdt-cpp#63.

@rubensworks rubensworks added this to Low priority in Maintenance Feb 20, 2020
@rubensworks rubensworks removed this from Low priority in Maintenance Feb 20, 2020
@rubensworks rubensworks added this to To do in 3.0.0 Feb 20, 2020
@rubensworks rubensworks added this to Needs triage in Maintenance via automation Apr 8, 2020
@rubensworks rubensworks moved this from Needs triage to Low priority in Maintenance Apr 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Maintenance
  
Low priority
3.0.0
  
To do
Development

No branches or pull requests

2 participants