Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

django RDF support?

I'm looking for a tool that would help to provide RDF support to Django projects.

So far I've found two:

  • django-rdf - last modification was 4 yesrs ago so it looks like a dead project.
  • djubby - looks like a all-or-nothing project - either you create your django app as a completely RDF oriented software, without any other urls or you just can't use it.

I'm looking for some other alternatives, do you know any?

like image 616
mnowotka Avatar asked Dec 11 '12 16:12

mnowotka


1 Answers

I'm no Python/Django person but here are a few links. Also it would help if you could detail a bit more what you mean by "support": rdf parsing? Sparql processing? link to a triple store? Microformats? something else?

Similar question: djangonic way to deal with rdf?

Not on Django itself but Python, you might find something: http://www.michelepasin.org/blog/2011/02/24/survey-of-pythonic-tools-for-rdf-and-linked-data-programming/

You can also find some info here also http://semanticdjango.org/

some project on github: https://github.com/odeoncg/django-rdflib

like image 58
florent Avatar answered Sep 27 '22 17:09

florent