(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

An RDF metadata model to describe the quality of datasets and web exposed entities

What is it about?

DQV deals with the quest to exchange quality information. DQV relates to different types of quality statements, which include Quality Annotations, Standards, Quality Policies, Quality Measurements, and Quality Provenance. Quality information pertains to one or more quality characteristics relevant to the consumer (aka, Quality Dimensions). Implementers can adopt their own quality definitions and dimensions.

Why is it important?

DQV is a (meta)data model implemented as an RDF vocabulary, whose original motivation is the documentation of the quality of DCAT Datasets and Distributions. DQV is a community effort developed in the W3C DWBP Working Group, which gives it high visibility and status. In addition, and more than other proposals for expressing quality information, it specifically embraces design principles meant to favor its reusability and uptake. The adoption of minimal ontological commitment has led us to avoid unnecessary domain restrictions, for DQV can be applied to any web resource, not only DCAT Datasets and Distributions.

Read more on Kudos…
The following have contributed to this page:
Riccardo Albertoni and Antoine Isaac
' ,"url"));