Skip to content

andrefs/chilon_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chilon_rs

Namespace-based summarization of RDF graphs.

Rust

Installation

cargo build --release

Running

target/release/chilon_rs [OPTIONS] <RDF_FILE(S)>

Run chilon_rs --help to view available options.

Validation

chilon has been validated by applying it to 11 RDF graphs, with sizes ranging from a few megabytes and less that 1 million triples, to over 90 gigabytes and thousands of millions of triples:

  1. ClaimsKG
  2. CrunchBase
  3. DbKwik
  4. DBLP
  5. DBpedia
  6. KBpedia
  7. LinkedMDB
  8. OpenCyc
  9. Wikidata
  10. WordNet
  11. Yago

The resulting summaries and visualizations can be explored here: https://andrefs.github.io/chilon_rs

Citation

If you use chilon or the underlying algorithm on your work, please consider citing:

dos Santos, A.F., Leal, J.P. (2023). Summarization of Massive RDF Graphs Using Identifier Classification. In: Ojeda-Aciego, M., Sauerwald, K., Jäschke, R. (eds) Graph-Based Representation and Reasoning. ICCS 2023. Lecture Notes in Computer Science(). Springer, Cham. https://doi.org/10.1007/978-3-031-40960-8_8

Releases

No releases published

Packages

No packages published

Languages