Utility trait for classes that want to log data.
Convert an N-Triples line to an RDFTriple object.
Convert an RDFTriple object to an N-Triple string.
Ordering for triple patterns.
Some utility methods for Scala collections.
Comparator for RDF triples.
Utility class for rules.
Utility to print table to console (taken from http://stackoverflow.com/questions/7539831/scala-draw-table-to-console)
Utility class for triples.
A 0-tuple.
Utility trait for classes that want to log data. Creates a SLF4J logger for the class and allows logging messages at different levels using methods that only evaluate parameters lazily if the log level is enabled.