MVN

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.

<dependency>
    <groupId>de.unibonn.iai.eis</groupId>
    <artifactId>luzzu</artifactId>
    <version>2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.unibonn.iai.eis : luzzu to add to Maven - Latest Versions:

  • Latest Stable: 2.0.1

All Versions

Choose a version of de.unibonn.iai.eis : luzzu to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
luzzu-2.0.1
luzzu-2.0.0
1.0.x
luzzu-1.0.2
luzzu-1.0.1
luzzu-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>de.unibonn.iai.eis</groupId>
    <artifactId>luzzu</artifactId>
    <version>2.0.1</version>
</dependency>

Advertisement