Skip to content
Snippets Groups Projects
README.md 525 B
Newer Older
Jonas Waeber's avatar
Jonas Waeber committed
## Triple Analyzer
Jonas Waeber's avatar
Jonas Waeber committed

Jonas Waeber's avatar
Jonas Waeber committed
A small application which takes resources per message in n-triple format. The 
application then collects objects, predicates, type definitions, language tags
and counts the number triples. 
Jonas Waeber's avatar
Jonas Waeber committed

Jonas Waeber's avatar
Jonas Waeber committed
This then is packed into a suitable json structure for indexing in elasticsearch.

The purpose is to be able to see what kind structure the data has in a dataset.

For example to make a list of all present predicates.

It is not really usefull to look at objects / literals, as they are indexed 
in a single field.