I was looking for an RDF project for django and I can not find any active ones.
This seems to be a good http://code.google.com/p/django-rdf , but the last commit was in 2008 (4 years ago). The group seems to be left in google groups. The last non-spam post was in 2008. Therefore, it does not support new versions of django.
Is there any library or some ready-made open source application to easily expose rdf data?
It may be easy to decide, for example, to write a view and return something using https://github.com/RDFLib/rdflib in one or two lines of code, but I can "I donβt understand how to do this ...
An idea using RDFlib would be to take a django object or collection of objects and somehow convert it to rdf, possibly using the rdf parser.
I thought I could give html answers if the client request is "accept: text / html" and RDF, if the user requested the same page using the html accept header with rdf + xml or rdf + turtle (and it may exist an application that handles this for me)
source share