I’m pleased to announce the release of Marbles on SourceForge.
Marbles is a server-side application that formats Semantic Web content for XHTML clients using Fresnel lenses and formats. Colored dots are used to correlate the origin of displayed data with a list of data sources, hence the name.
By performing all formatting, data retrieval and storage activities on the server side rather than on a potentially thinly equipped client, the view generation can touch on large amounts of data and requests can be answered relatively quickly. Marbles provides display and database capabilities for DBpedia Mobile.
Data is retrieved from multiple sources and integrated into a single graph that is persisted across user sessions. When provided with the URI of a resource to display, Marbles tries to dereference it. In parallel, it queries Sindice and Falcons for datasources that contain information about the given resource, and Revyu for reviews. In a similar manner as the Semantic Web Client Library, Marbles follows specific predicates found in retrieved data such as owl:sameAs and rdfs:seeAlso in order to gain more information about a resource and to obtain human-friendly resource labels.
Thanks to Eli Lilly and Company for supporting the open-sourcing of Marbles in part by a research grant.
Filed under DBpedia, RDF and Semantic Web. |
The BBC is starting to embrace the Semantic Web. We were recently commissioned to create links between DBpedia and an internal BBC vocabulary, which enable the BBC to use DBpedia/Wikipedia as a controlled vocabulary. This allows them to suggest related content to their users across their multitude of content management systems (we hear there are 36 systems in use at the moment) and better integrate content from the web into their properties. This also means that third parties will gain access to BBC metadata and content in the very near future. Skeptics beware, this is reaching a tipping point!
Filed under BBC, DBpedia, Linked Data, RDF and Semantic Web. |
I recently had a guest appearance at the Semantic Web Gang podcast. Together with MIT’s David Karger and the regular “gang members”, we discussed interfaces to the Semantic Web. The discussion was really intense at points as the participants had very differentiated standpoints.
It was largely agreed that visualization is a key factor to show the benefits of the Semantic Web and to foster industry adoption. Some key discussions: Should we worry about applications first, or step back and consider visualization at this early stage? How many forms of visualizations are there for one ‘thing’? Who builds them? Where do you get data from? Should users worry about that? How are queries expressed?
The participants also agreed that there will be an industry of people that build visualization widgets for specific things, which I thought is a really interesting scenario.
I talked a bit about Marbles and DBpedia Mobile and pleaded for open environments where data published by anyone can be taken into account. (Podcast)
Filed under Linked Data, RDF and Semantic Web. |
DBpedia extracts structured information from Wikipedia and publishes it as RDF. This allows for incredible queries against Wikipedia data, such as Soccer player with tricot nr. 11, playing for a club having a stadium with >40.000 seats, born in a country with >10M inhabitants.
I recently added support for geo-coordinates to DBpedia and built the flickrâ„¢ wrappr, a proof-of-concept work that provides photos for a given Wikipedia article using geo-coordinates and multilingual labels. The benefit: It is a fairly efficient and accurate way for a machine to find a picture of something. It is now part of the W3C SWEO Linking Open Data community project.
I really like the pictures it finds for the Eiffel Tower:

Update (04/10/2008): ReadWriteWeb says "This is pure geek hotness", and Tim Berners-Lee says “This is a neat addition”!
Update: Mashup of the day at ProgrammableWeb (10/17/2007) and at Mashup Awards (01/10/2008)!
Filed under DBpedia, RDF and flickr. |