Skip to main content

Store implementation for RDFlib using Django models as its backend

Project description

A store implementation for rdflib that uses Django as its backend.

The current implementation is context-aware but not formula-aware. Furthermore, performance has not yet been considered.

The implementation assumes that contexts are used for named graphs.

https://secure.travis-ci.org/publysher/rdflib-django.png

Quick start

Install rdflib-django with your package manager:

pip install rdflib-django

Add rdflib_django to your INSTALLED_APPS:

INSTALLED_APPS = (
    # other apps
    'rdflib_django'.
)

You can now use the following examples to obtain a graph.

Getting a graph using rdflib’s store API:

from rdflib import Graph
graph = Graph('Django')
graph.open(create=True)

This example will give you a graph identified by a blank node within the default store.

Getting a conjunctive graph using rdflib’s store API:

from rdflib import ConjunctiveGraph
graph = ConjunctiveGraph('Django')

This example will give you a conjunctive graph in the default store.

Getting a named graph using rdflib-django’s API:

from rdflib_django import utils
graph = utils.get_named_graph('http://example.com')

Getting the conjunctive graph using rdflib-django’s API:

from rdflib_django import utils
graph = utils.get_conjunctive_graph()

Management commands

rdflib-django includes two management commands to import and export RDF:

$ python manage.py import_rdf --context=http://example.com my_file.rdf
$ python manage.py export_rdf --context=http://example.com

License

rdflib-django is licensed under the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rdflib-django-0.3.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rdflib_django-0.3-py2.7.egg (42.4 kB view details)

Uploaded Egg

File details

Details for the file rdflib-django-0.3.tar.gz.

File metadata

  • Download URL: rdflib-django-0.3.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for rdflib-django-0.3.tar.gz
Algorithm Hash digest
SHA256 de018e11e4dc70aeaf292f956896f25f1f05f99643e0fcc1fc3c1cd9ddfc9e31
MD5 aaca7730507620a6d27241296f59cac1
BLAKE2b-256 9f11961f8fc32c7fe945b08031c310c265cb37a05c7e3efa6dedd4a9927ba3c1

See more details on using hashes here.

File details

Details for the file rdflib_django-0.3-py2.7.egg.

File metadata

File hashes

Hashes for rdflib_django-0.3-py2.7.egg
Algorithm Hash digest
SHA256 d4691b34f768f8bbddf625f69a51ca23d0032908ae70292729307a93c90738ee
MD5 2d6ebf0d2a777ab6616f52bcd9dd6f88
BLAKE2b-256 0982e0643977c1cdcc8612f60738c6809c0ee6eaaa19b67295729fbe35ca2a5a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page