csv2rdf-3
Python 3 library containing an RDF triple store and RDF parsers/serializers
Install
- All systems
-
curl cmd.cat/csv2rdf-3.sh
- Debian
-
apt-get install python3-rdflib - Ubuntu
-
apt-get install python3-rdflib - Kali Linux
-
apt-get install python3-rdflib - Fedora
-
dnf install python3-rdflib - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3-rdflib - Raspbian
-
apt-get install python3-rdflib
python3-rdflib
Python 3 library containing an RDF triple store and RDF parsers/serializers
RDFLib is a Python library for working with the RDF W3C standard. The library contains RDF parsers/serializers and both in-memory and persistent Graph backend. This package contains the Python 3 version of RDFLib.