rdf_analytics/
βββ PostgreSQL_customized_rdf_parser
βββ RDFDataVisualizationTool
βΒ Β βββ Java
βΒ Β βΒ Β βββ data
βΒ Β βββ d3
βΒ Β βββ bar_chart
βΒ Β βββ d3
βΒ Β βββ sequences_sunburst
βΒ Β βββ data
βββ exploratory-rdf-analytics
βββ Draft
βββ data
βββ src
βββ main
βββ java
βββ exploratoryRDFAnalytics
βββ lattice
If you just want to use this tool, all you need is this folder. Follow README
instructions in RDFDataVisualizationTool
folder, which contains two main steps:
- Use Java
jar
to analyse your RDF data, then generate necessary files for data visualization. - Launch your broswer and play this data visualization tool.
Before running this tool, you could go here to see a demo. This will give you an idea of what you could get by using this RDF data analytics tool. In this demo, I used DBLP data.
Customize a RDF data parser directly in PostgreSQL server. Using common query command for RDF data keyword searching.