Top "Rdflib" questions

RDFLib is a Python library for working with RDF.

Determining Hypernym or Hyponym using wordnet nltk

I want to check for the hypernyms/hyponym relation between two words (given by the user) which means any of …

python sparql nltk rdflib
How to export graph in RDF file using RDFLib

I'm trying to generate RDF data using RDFLib in Python 3.4. A minimal example: from rdflib import Namespace, URIRef, Graph from …

python python-3.x file-io export rdflib
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 …

python debugging semantic-web rdflib turtle-rdf