- From: Victor Porton <porton@narod.ru>
- Date: Wed, 11 Jul 2018 19:57:28 +0300
- To: semantic-web <semantic-web@w3.org>
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