Skip to content

Commit

Permalink
Merge pull request #97 from D063520/hdtCat
Browse files Browse the repository at this point in the history
Changed readme slightly
  • Loading branch information
mielvds authored Oct 17, 2019
2 parents 2956aa0 + 1b6c591 commit 960393d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 60 deletions.
57 changes: 0 additions & 57 deletions README

This file was deleted.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ HDT-lib is a Java Library that implements the W3C Submission (http://www.w3.org/
It provides several components:
- hdt-java-api: Abstract interface for dealing with HDT files.
- hdt-java-core: Core library for accessing HDT files programmatically from java. It allows creating HDT files from RDF and converting HDT files back to RDF. It also provides a Search interface to find triples that match a specific triple pattern.
- hdt-java-cli: Commandline tools to convert RDF to HDT and access HDT files from a terminal.
- hdt-java-cli: Commandline tools to convert RDF to HDT, merge two HDT files and access HDT files from a terminal.
- hdt-jena: Jena integration. Provides a Jena Graph implementation that allows accessing HDT files as normal Jena Models. In turn, this can be used with Jena ARQ to provide more advanced searches, such as SPARQL, and even setting up SPARQL Endpoints with Fuseki.
- hdt-java-package: Generates a package with all the components and launcher scripts.
- hdt-fuseki: Packages Apache Jena Fuseki with the HDT jars and a fast launcher, to start a SPARQL endpoint out of HDT files very easily.
Expand Down Expand Up @@ -43,8 +43,9 @@ Each module has a different License. Core is LGPL, examples and tools are Apache
* Mario Arias <mario.arias@gmailcom>
* Javier D. Fernandez <[email protected]>
* Miguel A. Martinez-Prieto <[email protected]>

* Dennis Diefenbach <[email protected]>
* Jose Gimenez Garcia: <[email protected]>

## Acknowledgements

RDF/HDT is a project developed by the Insight Centre for Data Analytics (www.insight-centre.org), University of Valladolid (www.uva.es), University of Chile (www.uchile.cl). Funded by Science Foundation Ireland: Grant No. SFI/08/CE/I1380, Lion-II; the Spanish Ministry of Economy and Competitiveness (TIN2009-14009-C02-02); and Chilean Fondecyt's 1110287 and 1-110066.
RDF/HDT is a project developed by the Insight Centre for Data Analytics (www.insight-centre.org), University of Valladolid (www.uva.es), University of Chile (www.uchile.cl). Funded by Science Foundation Ireland: Grant No. SFI/08/CE/I1380, Lion-II; the Spanish Ministry of Economy and Competitiveness (TIN2009-14009-C02-02); Chilean Fondecyt's 1110287 and 1-110066; and the European Union's Horizon 2020 research and innovation program under the Marie Sklodowska-Curie grant agreement No 642795.

0 comments on commit 960393d

Please sign in to comment.