< Home - < Back

python-rdflib


Information about the package, python-rdflib, which is shipped with common Linux distributions. The python-rdflib package is designed for, Python library for working with RDF.


Package Name:

python-rdflib

Summary:

Python library for working with RDF

Description:

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 and RDFa. The library presents a Graph interface which can be backed by any one of a number of store implementations, including memory, MySQL, Redland, SQLite, Sleepycat, ZODB and SQLObject.

Architecture:

noarch

Version:

3.2.3

Release:

1.el6

Size:

233 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for python-rdflib


Control the python-rdflib package with the following handy commands outlined below.


Command

Description of Command

yum install python-rdflib

This command will install python-rdflib on the server.

yum remove python-rdflib

This command will un-install python-rdflib on the server. When you run this command, you will be asked if you are sure that you want to remove python-rdflib, so you have to manually confirm that you want to do this.

yum -y remove python-rdflib

This command will un-install python-rdflib on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-rdflib when using the -y flag.

yum update python-rdflib

This command will update python-rdflib to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-rdflib, so you have to manually confirm that you want to do this.

yum -y update python-rdflib

This command will update python-rdflib to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-rdflib when using the -y flag.

yum info python-rdflib

This command will show you core information about the python-rdflib package.

yum deplist python-rdflib

This command will show you the dependencies for python-rdflib. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-rdflib

This command will check if there is an update waiting on python-rdflib. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.