views:

58

answers:

1

Hi, Does anyone know how to pars RDF file in Python to get all the values within a specific tag? thanks

+2  A: 

Are you using an RDF library? Otherwise, perhaps you should. For example, see the documentation of three RDF libraries for Python:

jschulenklopper