Skip to content
#

semantic-web

Here are 798 public repositories matching this topic...

kvjrhall
kvjrhall commented Jul 4, 2021

Motivation

It is convenient to be able to iterate over all triples in a Graph instance without invoking graph.triples((None, None, None)). When working with a small instance of Dataset, there are occasions where one will want to observe all of the quads in a similar manner.

Notes

This is trivial to implement by simply having an introduced __iter__ method invoke `self.qua

rdf4j

Improve this page

Add a description, image, and links to the semantic-web topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the semantic-web topic, visit your repo's landing page and select "manage topics."

Learn more