How to install rdflib
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install rdflib
Depended by
- agamemnon
- amo-validator
- asqc
- brasil.gov.vcge
- cc.licenserdf
- ccrdf
- CGAT
- cheshire3
- cubicweb-blog
- curate
- DataONE-CommandLine
- dataone.libclient
- DataONE_CommandLine
- djubby
- dydra
- edrn.rdf
- edrn.sync
- edrnsite.vanity
- eea.daviz
- eea.exhibit
- eke.knowledge
- eke.site
- eulfedora
- eulxml
- fise.client
- foaflib
- foaftmda
- FuXi
- geocamUtil
- gnowsys-studio
- google.foresite-toolkit
- HTTP4Store
- Ldtools
- linkpath
- mark
- molly
- namedropper
- Oort
- OortPub
- openbiblio
- ordf
- Playtools
- pypi2spec
- pyRdfa
- pytassium
- python-webid
- rdfadict
- RDFAlchemy
- rdfextras
- rdflib-django
- rdflib-sparql
- rdflib-sparqlstore
- rdflib-sqlite
- RDFobject
- repoze.annotea
- rhizome
- ro-manager
- selenium
- senticnet
- Shabti
- simple-virtuoso-migrate
- SPARQLWrapper
- stellaris
- sulu
- tagger
- talis
- telescope-ng
- ternate
- virtuoso
- wirecloud
Lastest release
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
The library contains parsers and serializers for RDF/XML, N3, NTriples, Turtle, TriX, RDFa and Microdata . The library presents a Graph interface which can be backed by any one of a number of Store implementations. The core rdflib includes store implementations for in memory storage, persistent storage on top of the Berkeley DB, and a wrapper for remote SPARQL endpoints.
A SPARQL 1.1 engine is also included.
If you have recently reported a bug marked as fixed, or have a craving for the very latest, you may want the development version instead:
easy_install https://github.com/RDFLib/rdflib/tarball/master
Read the docs at:
http://rdflib.readthedocs.org