Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to publish rdf file on the web

Tags:

java

rdf

jena

I create some RDF file with JENA. Now I need publich this RDF file on the web but I dont know how. It might look like this page: http://dbpedia.org/page/Berlin or just example. Important is that other RDF tool can read these file as RDF

like image 466
hudi Avatar asked Oct 11 '25 15:10

hudi


1 Answers

Do you have a website or some webspace somewhere? Just save the file as RDF/XML with .rdf file extension, or as Turtle with .ttl extension, and upload it to the website. Now it's published on the Web, and you can access it with RDF tools like Marbles and Tabulator, get it indexed in RDF search engines like Sindice, and so on.

If you want the file to work not just in RDF tools but also in normal web browsers, then it's a bit more complicated as you need your server to implement “HTTP content negotiation”. One way to do this is with Pubby, as described in this answer.

like image 86
cygri Avatar answered Oct 14 '25 03:10

cygri



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!