Ludovic BOCKEN

Results 6 comments of Ludovic BOCKEN

--------------------------------------------------------------------------- HTTPError Traceback (most recent call last) in ----> 1 df = sparql_dataframe.get(endpoint_url, query, post = True) 2 df C:\ProgramData\Anaconda3\lib\site-packages\sparql_dataframe\sparql_dataframe.py in get_sparql_dataframe(endpoint, query, post) 27 28 sparql.setReturnFormat(CSV) ---> 29 results...

> I'm using RDFLib to generate triples that represent some spreadsheet data. I'd like the resulting output to contain the ontology IRI. I've tried to wrap the generated graph triples...

Any help would be appreciated : https://stackoverflow.com/questions/72050219/how-to-add-an-ontology-iri-with-the-python-rdflib-library

> Okay, after ferreting around in the docs, I believe this issue can reasonably be re-opened with a different context, to wit: “There is no documentation for using RDFLib to...

It worked with : `from rdflib.extras.infixowl import Ontology ` Thanks !