Re: [Dbpedia-discussion] simple LOD browser for a a demo system

On 11/01/11 17:23, Tim Finin wrote:
> Can anyone recommend software to stand up a simple linked data browser
> for a demonstration system we plan on hacking together next week?
> What we need is something very simple, much like the the code that
> produces the HTML for http://dbpedia.org/page/Baltimore.
>
> Our project is focused on extracting information from text, linking
> entities to existing linked data instances, mapping new extracted
> facts to the linked data vocabularies and adding the results to a
> single local Jena-based triple store that includes DBpedia content and
> some other linked data.
>
> We want to use a Web-browser to show what the KB knows for an entity
> before processing some text and then what it has for the entity after
> we've added new facts extracted from a set of text documents.
>
> Is the code behind the dbpedia.org web service available?  My
> searching failed to find it.  Any advice anyone can provide will be
> appreciated.
>
> Thanks,  Tim
>
how are you accessing your jena data - with joseki ?

1) have some canned sparql in a html link, so a before and after
2) twinkle ? [1] (dont think its being actively maintained)

otherwise, you need a way of content negotiating an URI for a subject in 
your data - are your URIs dereferencable - pubby can help you here, and 
then you could use marbles [2] say, or you might be able to install a 
firefox plugin like
Tabulator [3] - (you may need to hack the installation files so that it 
appears compatible with latest versions) - or write your own code to 
display the results.

[1] http://www.ldodds.com/projects
[2] http://www5.wiwiss.fu-berlin.de/marbles
[3] http://dig.csail.mit.edu/2007/tab/

Received on Tuesday, 11 January 2011 21:55:46 UTC