l

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.
https://luzzu.github.io/Framework/
GNU GENERAL PUBLIC LICENSE, Version 2.0
ADAPT Centre, Trinity College Dublin, Ireland
Jeremy Debattista
Files download
File Operation
luzzu-4.0.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.luzzu</groupId>
  <artifactId>luzzu</artifactId>
  <version>4.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.luzzu:luzzu:4.0.0'
Gradle Kotlin
implementation("io.github.luzzu:luzzu:4.0.0")
Scala SBT
libraryDependencies += "io.github.luzzu" % "luzzu" % "4.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.luzzu', module='luzzu', version='4.0.0')
)
Apache Ivy
<dependency org="io.github.luzzu" name="luzzu" rev="4.0.0" />
Leiningen
[io.github.luzzu/luzzu "4.0.0"]
Apache Buildr
'io.github.luzzu:luzzu:jar:4.0.0'