If you want to contribute to this site, either tweet about it using #qualitywebdata or write Michael Hausenblas a mail.
This site is maintained by the Linked Data Research Centre, DERI, NUI Galway, © 2010.
If you want to contribute to this site, either tweet about it using #qualitywebdata or write Michael Hausenblas a mail.
This site is maintained by the Linked Data Research Centre, DERI, NUI Galway, © 2010.
The Web site is the API. All items here are marked up using RDFa. Here is a typical example:
<li about="#latc"> <h2><a property="dcterms:title" rel="rdfs:seeAlso" href="http://latc-project.eu/">LATC - LOD Around The Clock</a></h2> <p property="dcterms:description">A project that supports people and institutions to publish and consume Linked Data.</p> <span rel="dcterms:subject" resource="http://dbpedia.org/resource/Activity"></span> <span rel="dcterms:subject" resource="http://dbpedia.org/resource/Project"></span> <span rel="dcterms:subject" resource="http://dbpedia.org/resource/European_Commission"></span> </li>
To list, for example, all the item titles and links to more information you can use the following SPARQL query (try it out):
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * FROM <http://any23.org/rdfxml/http://qualitywebdata.org/> WHERE {
?item dct:title ?title .
OPTIONAL { ?item rdfs:seeAlso ?more . }
}
Another example would be to list items in the technology category along with their description (try it out):
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT * FROM <http://any23.org/rdfxml/http://qualitywebdata.org/> WHERE {
?item dct:subject <http://dbpedia.org/resource/Technology> ;
dct:description ?description .
}
Eventually, one might be interested in the contributors of items (try it out):
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?contributor ?title FROM <http://any23.org/rdfxml/http://qualitywebdata.org/> WHERE {
?item dct:contributor ?contributor ;
dct:title ?title .
}
Quality Web Data
We have plenty of data available in the Linked Open Data cloud, but also have a lot issues regarding data quality. Here we gather resources regarding the quality of Web Data, especially concerning Linked Data, and hence provide a dashboard for anyone interested to produce and/or consume Quality Web Data.
An RDF vocabulary for the exchange of data catalogs.
An RDF vocabulary and a set of instructions that enables the discovery and usage of linked datasets.
An ontology for describing, rating, and categorising Information Services.
A loosely organised group of practitioners whose projects and products rely on the quality of the data that's out there.
A project that supports people and institutions to publish and consume Linked Data.
A project that researches a mature Linked Data stack.
A project that establishes an interdisciplinary, sustainable European community of researchers, helping organizations to expose their data on the Web in a useful way.
A project developing a reference infrastructure to facilitate the formal evaluation of semantic technologies.
Discusses common errors in RDF publishing, their consequences for applications, along with possible publisher-oriented approaches to improve the quality of structured, machine-readable and open data on the Web.
A set of software components that empowers information consumers to employ a wide range of different information quality assessment policies to filter information from the Web.
A pattern catalogue for modelling, publishing, and consuming Linked Data.
A survey and study for a hierarchical framework for organising data quality dimensions.
Discussion and resource collection on semanticoverflow.com.
An academic event focusing on quality issues regarding ontologies.