RDFLib - Django #1730
ghost
started this conversation in
Show and tell
RDFLib - Django
#1730
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
rdf-django
Combine Rdflib with Django. The goal is to to wrap data tables in to rdf schemas. The tools to achieve the goal are django, relational databases and rdflib. The framework enriches data points with semantic namespaces through model and serializer classes. It can be added to any django project and does not necessarily modify the database schema. Mainly it outputs the database content in a defined graph structure. Currently it is only for reading data in rdf/xml. Http CRUD methods are made with rest_framework.
Beta Was this translation helpful? Give feedback.
All reactions