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.