Parsing RDF file in python

Does anyone know how to process an RDF file in Python to get all the values ​​in a specific tag? thank

+5
source share
1 answer

Do you use the RDF library? Otherwise, perhaps you should. For example, see the documentation for the three RDF libraries for Python:

+10
source

All Articles