... | ... | @@ -23,22 +23,23 @@ |
|
|
1. [Direct Mapping]: RDB to RDF Mapping
|
|
|
2. [R2RML]: RDB to RDF Markup Language
|
|
|
* [R2R implementations]:
|
|
|
* [D2RQ] (Java)
|
|
|
* [R2D2] (PHP)
|
|
|
* [OpenLink Virtuoso] (C)
|
|
|
* [RDF4J] (aka Sesame) + [r2rml-api-rdf4j-bridge] (Java)
|
|
|
* [Allegrograph] (Common Lisp)
|
|
|
* [MarkLogic] (C++)
|
|
|
* [D2RQ](D2RQ) (Java)
|
|
|
* [OpenLink Virtuoso RDF Views] [C]
|
|
|
* [R2D2] [PHP]
|
|
|
* [RDF4J] [aka Sesame] + [r2rml-api-rdf4j-bridge] [Java]
|
|
|
* [Allegrograph] [Common Lisp]
|
|
|
* [MarkLogic] [C++]
|
|
|
* SPARQL endpoint to query the data
|
|
|
* [OpenLink Virtuoso triplestore] [C]
|
|
|
|
|
|
### Web Server
|
|
|
* [Apache HTTP Server]
|
|
|
* [NGINX]
|
|
|
|
|
|
### Back end
|
|
|
* Python ([Django])
|
|
|
* Server-side JavaScript ([NodeJS] + [MongoDB])
|
|
|
* PHP framework ([Symfony] or [CakePHP])
|
|
|
* Python ([Django])
|
|
|
* Java ([JSF])
|
|
|
|
|
|
### Front end
|
... | ... | @@ -46,10 +47,13 @@ |
|
|
* [CSS3 framework] ([Bulma]) + CSS preprocessor ([SASS]/[LESS])
|
|
|
* [JavaScript] + [jQuery]
|
|
|
* Slippy Map ([OpenLayers3])
|
|
|
* Dynamic tables ([Datatables])
|
|
|
* Datepicker ([jQuery UI])
|
|
|
* Iconset ([FontAwesome])
|
|
|
|
|
|
### Dataviz
|
|
|
* [ElasticSearch] + [Kibana]
|
|
|
* [D3]
|
|
|
* [ElasticSearch] + [Kibana]
|
|
|
* [Jupyter]
|
|
|
|
|
|
### Continuous Integration
|
... | ... | @@ -74,9 +78,10 @@ |
|
|
[rdf]:http://rdfs.org/
|
|
|
[R2R implementations]:https://www.w3.org/2001/sw/rdb2rdf/wiki/Implementations
|
|
|
[rdb2rdf working group]:https://www.w3.org/2001/sw/rdb2rdf/
|
|
|
[d2rq]:http://d2rq.org/
|
|
|
[D2RQ]:http://d2rq.org/
|
|
|
[r2d2]:http://aksw.org/Projects/R2D2.html
|
|
|
[openlink virtuoso]:https://virtuoso.openlinksw.com/
|
|
|
[openlink virtuoso triplestore]:https://virtuoso.openlinksw.com/
|
|
|
[openlink virtuoso rdf views]:https://virtuoso.openlinksw.com/whitepapers/relational%20rdf%20views%20mapping.html
|
|
|
[rdf4j]:http://rdf4j.org/
|
|
|
[r2rml-api-rdf4j-bridge]:https://github.com/R2RML-api/R2RML-api
|
|
|
[allegrograph]:http://franz.com/agraph/allegrograph/
|
... | ... | @@ -94,7 +99,10 @@ |
|
|
[less]:http://lesscss.org/
|
|
|
[javascript]:https://www.javascript.com/
|
|
|
[jquery]:https://jquery.com/
|
|
|
[jquery ui]:https://jqueryui.com/
|
|
|
[fontawesome]:https://fontawesome.com/
|
|
|
[openlayers3]:https://openlayers.org/
|
|
|
[datatables]:https://datatables.net/
|
|
|
[elasticsearch]:https://www.elastic.co/
|
|
|
[kibana]:https://www.elastic.co/products/kibana
|
|
|
[d3]:https://d3js.org/
|
... | ... | |