2

Would someone please point to an example of using Python to store RDF data using Redland / RDF, and later to retrieve the data.

I see there is a lot of Redland documentation out there, and I'm sure it's excellent, but I'm quite new to RDF and don't have a strong grasp of C, so I can't quite make my way through it.

Thanks.

laalto
  • 150,114
  • 66
  • 286
  • 303
chernevik
  • 3,922
  • 9
  • 41
  • 55

1 Answers1

6

The redland-bindings Github project has a Python example which shows storage of statements into an RDF store and then querying for them.

samplebias
  • 37,113
  • 6
  • 107
  • 103