diff --git a/specs/2-traversing.md b/specs/2-traversing.md
index f6fd977..a10ddca 100644
--- a/specs/2-traversing.md
+++ b/specs/2-traversing.md
@@ -52,6 +52,10 @@ When no language is set, all strings are compared.
Note: If you want to have one resource containing both e
and é
as a prefix, you will have to create multiple relations to the same tree:Node
.
+### Comparing named nodes ### {#named-nodes}
+
+When using comparator relations such as tree:GreaterThanRelation
, named nodes must be compared as defined in the [ORDER BY section of the SPARQL specification](https://www.w3.org/TR/sparql11-query/#modOrderBy).
+
### Comparing geospatial features ### {#geospatial}
The tree:GeospatiallyContainsRelation
is the relation than can be used to express all further members will be contained within a geospatial region defined by the WKT String in the tree:value
.