Skip to content

zzcoolj/RDF-Data-Analytics

Repository files navigation

RDF Data Analytics Tool

Directory layout

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

RDFDataVisualizationTool

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.

Demo

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.

PostgreSQL_customized_rdf_parser

Customize a RDF data parser directly in PostgreSQL server. Using common query command for RDF data keyword searching.