Open bmwiedemann opened 11 months ago
I found that this helps to prevent the embedding of random identifier
values:
--- rdflib-6.1.1.orig/rdflib/extras/infixowl.py
+++ rdflib-6.1.1/rdflib/extras/infixowl.py
@@ -365,6 +365,8 @@ class TermDeletionHelper:
class Individual(object):
"""
A typed individual
+
+ :meta private:
"""
factoryGraph = Graph()
@@ -1606,6 +1608,7 @@ class Restriction(Class):
individualRestrictionComponent
{ individualRestrictionComponent } ')'
+ :meta private:
"""
restrictionKinds = [
While working on reproducible builds for openSUSE, I found that our
python-rdflib
package varied in every build, because the sphinx-generated/usr/share/doc/packages/python-rdflib-doc/html/apidocs/rdflib.extras.html
had such a diff:longer diff