Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga authored Sep 3, 2021
1 parent f8a3298 commit 5aff325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ In the second case, the query is executed for each set of bindings in the result

The SPARQL Anything engine is sensible to the magic property ``<http://sparql.xyz/facade-x/ns/anySlot>``. This property matches the RDF container membership properties (e.g. ``rdf:_1``, ``rdf:_2`` ...).

The system supports the following functions on container membership properties (See #67):
The system supports the following functions on container membership properties (See #78):

- `fx:before(?a, ?b)` returns `true` if ?a and ?b are container membership properties and ?a is lower than ?b, false otherwise
- `fx:after(?a, ?b)` returns `true` if ?a and ?b are container membership properties and ?a is higher than ?b, false otherwise
Expand Down

0 comments on commit 5aff325

Please sign in to comment.