Make processing of RDF deterministic

I am writing a program which takes decisions based on several RDF files 
which it may download.

How to make my program deterministic? (no change in the RDF files => no 
change in program decisions)

So I want to retrieve triples in a fixed ("deterministic") order, if 
this is possible.

I use Python with rdflib.

Received on Wednesday, 11 July 2018 16:57:56 UTC