DOC

de.unibonn.iai.eis : luzzu

Maven & Gradle

Jun 09, 2017
12 stars

Luzzu · Luzzu is a Quality Assessment Framework for Linked Open Datasets. It is a generic framework based on the Dataset Quality Ontology (daQ), allowing users to define their own quality metrics. Luzzu is an integrated platform that: - assesses Linked Data quality using a library of generic and user-provided domain specific quality metrics in a scalable manner; - provides queryable quality metadata on the assessed datasets; - assembles detailed quality reports on assessed datasets. Furthermore, the infrastructure: - scales for the assessment of big datasets; - can be easily extended by the users by creating their custom and domain-specific pluggable metrics, either by employing a novel declarative quality metric specification language or conventional imperative plugins; - employs a comprehensive ontology framework for representing and exchanging all quality related information in the assessment workflow; - implements quality-driven dataset ranking algorithms facilitating use-case driven discovery and retrieval.

Table Of Contents

Latest Version

Download de.unibonn.iai.eis : luzzu Javadoc & API Documentation - Latest Versions:

All Versions

Download de.unibonn.iai.eis : luzzu Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0.x
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file luzzu-2.0.1-javadoc.jar to luzzu-2.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder luzzu-2.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "luzzu-2.0.1-sources.jar" -d "luzzu-2.0.1-javadoc" -subpackages 

Advertisement