RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. The library contains an RDF/XML parser/serializer, a TripleStore, an InformationStore and various store backends (InMemory, SleepyCat BTree, ZODB BTree).
To install py310-rdflib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-rdflib
To see what files were installed by py310-rdflib, run:
port contents py310-rdflib
To later upgrade py310-rdflib, run:
sudo port selfupdate && sudo port upgrade py310-rdflib
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.