How to publish rdf file on the Internet

I am creating an RDF file with JENA. Now I need to publish this RDF file on the Internet, but I do not know how to do it. It might look like this: http://dbpedia.org/page/Berlin or just an example. The important thing is that another RDF tool can read these files as RDF

+3
source share
1 answer

Do you have a website or some kind of web space? Just save the file as RDF / XML with the file extension .rdfor as Turtle with the extension .ttland upload it to the website. Now it is published on the Internet, and you can access it using RDF tools like Marbles and Tabulator, index it in RDF search engines like Sindice, etc.

, RDF, -, , " HTTP". - Pubby, .

+2

All Articles