Skip to content

Commit

Permalink
Merge pull request #102 from bergos/compare-named-node
Browse files Browse the repository at this point in the history
feat: added Comparing named nodes section
  • Loading branch information
pietercolpaert authored Feb 7, 2024
2 parents 0b2e5ed + 24cab9b commit 764a765
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/2-traversing.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ When no language is set, all strings are compared.

Note: If you want to have one resource containing both <code>e</code> and <code>é</code> as a prefix, you will have to create multiple relations to the same <code>tree:Node</code>.

### Comparing named nodes ### {#named-nodes}

When using comparator relations such as <code>tree:GreaterThanRelation</code>, 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 <code>tree:GeospatiallyContainsRelation</code> 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 <code>tree:value</code>.
Expand Down

0 comments on commit 764a765

Please sign in to comment.