开发者

rdflib

0
  • Reading a Turtle/N3 RDF File with Python

    I\'m trying to encode some botanical data in Turtle format, and read this data from Python using RDFLib. However, I\'m having trouble, and I\'m not sure if it\'s because my Turtle is malformed or I\'m[详细]

    2023-01-12 17:32 分类:问答
  • Can't get RDFlib to work on windows

    I have installed RDFlib 3.0 and everything that is needed, but when I run the following code I get an error. The code below is from: http://code.google.com/p/rdflib/wiki/IntroSparql. I have tried for[详细]

    2022-12-30 16:37 分类:问答
  • Trouble with rdfstore with mysql - how to debug?

    I have a mysql server running and can connect to it from my Django ORM. Can\'t connect using the rdflib functionality. How can I debug this problem? Thanks.[详细]

    2022-12-19 16:43 分类:问答
  • Using contexts in rdflib

    I am having trouble finding a clear, sensible example of usage of context with rdflib. ConjunctiveGraph does not accept contexts, and Graph is deprecated. How am I supposed to create and operate on di[详细]

    2022-12-12 21:25 分类:问答