How to display rdf file in web browser

I have some web services that return an RDF file. Now I need to display this RDF file, for example: http://dbpedia.org/page/Berlin . Is there some kind of Java library that can do this, because now it looks just like XML.

+3
source share
2 answers

Try Pubby , a Java web application that can connect to an RDF data source and presents an HTML view. Typically, RDF data is stored in the SPARQL repository, but you can also just load it from the RDF file using the configuration parameter conf:loadRDF.

+3
source

Jena, RDF Java, HTML, . : XSLT- RDF html

0

All Articles